/* Search Header Styles
 * This file ONLY contains styles for the header banner and breadcrumbs
 * All search form styling is in property-search-block.css
 */

/* Header banner styles */
.header-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}

.header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.header-banner > * {
    position: relative;
    z-index: 2;
}

.header-banner hr.wp-block-separator.has-primary-background-color {
    width: 100px;
    margin: 15px auto;
    height: 3px;
    opacity: 1;
}

/* Search Form Wrapper - Full width section */
.search-form-wrapper {
    width: 100%;
    background-color: rgba(247,233,218,0.32);
    padding: 20px 0;
}

/* Breadcrumb styles */
.breadcrumb {
    font-size: 14px;
    padding: 12px 0;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

/* Note: All styling related to the search form has been moved to property-search-block.css */