#search-form .search-label, #search-form .search-box-wrapper {
    width: 350px;
    visibility: visible;
}

#search-refine-button--refine {
    display: inherit !important; /* Ensure the Refine button is displayed */
}

/* Increase font size for the description text */
#description {
    font-size: 1.1rem; /* Adjust this value as needed */
    line-height: 1.6; /* Improves readability */
}

#description h2 {
    font-size: 1.5rem; /* Optional: Adjust the heading size */
}

#description p, #description li {
    font-size: 1.1rem; /* Applies the font size to paragraphs and list items */
}

#description strong {
    font-weight: bold; /* Keeps the bold text bold but larger */
}

/* Force hide the "Categories" button */
.search-categories-button {
    display: none !important;
}
