.custom-search-wrapper .search-form {
    display: flex;
    flex-direction: column; /* stack input + tags + button */
    gap: 15px;              /* space between sections */
}

/* Make search input full width */


/* Popular section styling */






.custom-search-wrapper .popular-tag:hover {
    border-color: #999;
    background: #f5f5f5;
}

/* Show Results button */


.custom-search-wrapper .search-submit-btn:hover {
    background: #b23500;
}

