/* Brewery Post Search Widget Styles */

.brewery-search-container-2ae9372a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
}

.brewery-search-field-wrapper-2ae9372a {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #000C14;
    border-radius: 8px;
    padding: 2px 2px 2px 14px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.brewery-search-field-wrapper-2ae9372a:focus-within {
    border-color: #F8002F;
    box-shadow: 0 4px 20px rgba(248, 0, 47, 0.15);
}

.brewery-search-icon-2ae9372a {
    width: 18px;
    height: 18px;
    color: #000C14;
    flex-shrink: 0;
    margin-right: 10px;
}

.brewery-search-input-2ae9372a {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100%;
    padding: 10px 0 !important;
    font-size: 15px;
    color: #333333;
    box-shadow: none !important;
}

.brewery-search-input-2ae9372a::placeholder {
    color: #999999;
    opacity: 1;
}

.brewery-search-submit-2ae9372a {
    background: #F8002F;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    height: 100%;
}

.brewery-search-submit-2ae9372a:hover {
    background: #000C14 !important;
}

/* Results Dropdown */
.brewery-search-results-dropdown-2ae9372a {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
    max-height: 480px;
    display: flex;
    flex-direction: column;
}

.brewery-search-loading-2ae9372a {
    padding: 15px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    font-style: italic;
}

.brewery-search-no-results-2ae9372a {
    padding: 15px;
    font-size: 14px;
    color: #000C14;
    text-align: center;
    font-weight: 500;
}

.brewery-results-list-2ae9372a {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: auto;
    max-height: 350px;
}

.brewery-results-list-2ae9372a li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.brewery-results-list-2ae9372a li:last-child {
    border-bottom: none;
}

.brewery-result-link-2ae9372a {
    display: block;
    padding: 12px 18px;
    text-decoration: none !important;
    transition: background-color 0.2s;
}

.brewery-result-link-2ae9372a:hover {
    background-color: rgba(248, 0, 47, 0.04);
}

.brewery-result-content-2ae9372a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brewery-result-thumb-2ae9372a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.08);
}

.brewery-result-title-2ae9372a {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s;
}

.brewery-result-link-2ae9372a:hover .brewery-result-title-2ae9372a {
    color: #F8002F;
}

/* Dropdown Pagination Footer */
.brewery-search-pagination-2ae9372a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #fdfdfd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 12px;
    color: #555;
}

.brewery-search-pag-btn-2ae9372a {
    background: #000C14;
    color: #fff;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s;
}

.brewery-search-pag-btn-2ae9372a:hover:not(:disabled) {
    background: #F8002F;
}

.brewery-search-pag-btn-2ae9372a:disabled {
    background: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}
