.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: 1rem;
    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;
    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: 2em;
}

/* Responsive: stack on smaller screens */
@media (max-width: 480px) {
    .nni-news-search {
        flex-direction: column;
        align-items: stretch;
    }
    .nni-search-label {
        margin-bottom: 0.3em;
    }
}



