/* Custom Fairway Trade Styles */

/* Search bar background and styling */
.search-area .block.block-search {
    background-color: #f4f4f4;
    border: 1px solid #e7e7e7;
    border-radius: 25px;
    overflow: hidden;
}

.search-area .block.block-search .field.search .control {
    background-color: #f4f4f4;
}

.search-area .block.block-search input#search {
    background-color: #f4f4f4;
}

/* Search button with blue background */
.search-area .block.block-search .actions button.action.search {
    background-color: #0088cc !important;
    border-radius: 0 25px 25px 0;
    border: none;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px;
    padding: 0 15px !important;
}

.search-area .block.block-search .actions button.action.search:hover {
    background-color: #006fa4 !important;
}

/* Hide the text "Search" */
.search-area .block.block-search .actions button.action.search span {
    display: none;
}

/* Make the magnifying glass icon white and centered */
.search-area .block.block-search .actions button.action.search:before,
.block-search .action.search:before {
    color: #ffffff !important;
    vertical-align: middle !important;
    line-height: 1 !important;
}
