.nni-news-search {
  display: flex;
  justify-content: center;
  width: 100%;
}

.nni-news-search input {
    width: 100%;
    max-width: 500px;
}

.nni-news-search .nni-search-input {
  width: 100%;
  max-width: 500px; /* adjust */
}

.nni-search-label {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    color: #222;
}

.nni-search-input {
    flex-grow: 1;
    padding: 0.5em 0.75em;
    font-size: 1.5rem;
    border: 2px solid #ddd;
    border-radius: 6px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline-offset: 2px;
}

.nni-search-input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 6px rgba(74, 144, 226, 0.6);
    outline: none;
}

.nni-news-search input {
    padding: 5px;
    padding-left: 0px;
    margin-left: 5px;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    font-family: 'Droid Sans', sans-serif;
    font-size: 24px !important;
    border-width: 2px;
    width: 50%;
    background: #FFF url(/wp-content/uploads/2025/06/searchicon.jpg) no-repeat 4px 2px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    border-width: 3px;
    box-shadow: 0 2px 2px 0 #C2C2C2;
    line-height: 28px;
    height: 3rem;
}

.nni-news-search {
    min-height: 3em;
    margin-bottom: 2em;
    margin-top: 1em;
}

@media (max-width: 480px) {
    .nni-news-search {
        flex-direction: column;
        align-items: stretch;
    }

    .nni-search-label {
        margin-bottom: 0.3em;
    }

    .nni-news-search input {
        width: 100%;
        margin-left: 0;
    }
}


.nni-news-search input {
    width: 100%;
    max-width: 500px;
}

.news-category-pill.current-cat {
    background: #003366;
    color: #fff;
    border-color: #003366;
}

/* Make category archive search match All News layout */
.category .nni-news-search {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1em 0 1.5em;
  clear: both;
}

.category .nni-news-search .nni-search-input,
.category .nni-news-search input {
  display: block;
  width: 100% !important;
  max-width: 500px;
  margin: 0 auto !important;
}

/* Center top pagination on category pages */
.category .pagination-top {
  width: 100%;
  text-align: center;
  margin: 0 0 2em;
  clear: both;
}

.category .pagination-top .page-numbers {
  display: inline-block;
}

/* Optional: hide empty archive header space */
.category .archive-header {
  display: none;
}

.category .pagination-wrapper,
.category .pagination-top {
  display: block;
  float: none !important;
  text-align: center !important;
  width: 100%;
}

.category .nni-news-search {
  float: none !important;
}

