/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* =========================================================
   Gulf Haven Host Dashboard — At a Glance
   ========================================================= */

.gh-dashboard-welcome {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gh-welcome-header {
    padding: 24px 20px 22px;
    text-align: center;
    background: #ffffff;
}

.gh-welcome-header .title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #1f365c;
}

.gh-dashboard-subtitle {
    margin: 0;
    text-align: center;
    color: #6f7782;
    font-size: 14px;
}

.gh-glance-section {
    padding: 22px 20px 26px;
    background: #f5f7fa;
}

.gh-glance-heading {
    margin-bottom: 16px;
}

.gh-glance-heading h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1f365c;
}

.gh-glance-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.gh-glance-column {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
}

.gh-glance-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 185px;
    padding: 22px 18px 18px;
    background: #ffffff;
    border: 1px solid #e2e7ed;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(31, 54, 92, 0.07);
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.gh-glance-card:hover,
.gh-glance-card:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(31, 54, 92, 0.13);
    border-color: #2f73c9;
    text-decoration: none !important;
}

.gh-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #edf5ff;
    color: #2f73c9;
    font-size: 18px;
}

.gh-card-label {
    display: block;
    min-height: 38px;
    color: #42526a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.gh-card-number {
    display: block;
    margin: 5px 0 7px;
    color: #1f365c;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.gh-card-link {
    display: block;
    margin-top: auto;
    color: #2f73c9;
    font-size: 13px;
    font-weight: 600;
}

.gh-card-link::after {
    content: "\f105";
    margin-left: 6px;
    font-family: FontAwesome;
}

.gh-pending-card .gh-card-icon {
    background: #fff3df;
    color: #f28c00;
}

.gh-pending-card .gh-card-number,
.gh-pending-card .gh-card-link {
    color: #e77f00;
}

.gh-calendar-symbol {
    font-size: 36px;
}

@media (max-width: 991px) {
    .gh-glance-column {
        width: 50%;
        margin-bottom: 16px;
    }
}

@media (max-width: 575px) {
    .gh-glance-row {
        display: block;
    }

    .gh-glance-column {
        width: 100%;
        margin-bottom: 14px;
    }

    .gh-glance-card {
        min-height: 165px;
    }
}
/* =========================================================
   Gulf Haven Host Dashboard — Sidebar
   ========================================================= */

.user-dashboard-left {
    background: #ffffff !important;
    border-right: 1px solid #e3e9f0;
}

.user-dashboard-left ul.board-panel-menu {
    padding: 10px 8px;
}

.user-dashboard-left ul.board-panel-menu > li > a {
    display: block;
    margin: 0 2px;
    padding: 12px 14px !important;
    border-radius: 7px;
    color: #42526a !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.user-dashboard-left ul.board-panel-menu > li > a {
    display: block;
    margin: 0 2px;
    padding: 12px 14px !important;
    border-radius: 7px;
    border: 1px solid transparent;
    color: #42526a !important;
    font-weight: 600;
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.user-dashboard-left ul.board-panel-menu > li > a:hover,
.user-dashboard-left ul.board-panel-menu > li > a:focus {
    background-color: #eaf3ff !important;
    color: #1f5fae !important;
    border-color: #cfe2fb !important;
    box-shadow: 0 0 0 1px rgba(47, 115, 201, 0.08);
}

.user-dashboard-left ul.board-panel-menu > li.active > a,
.user-dashboard-left ul.board-panel-menu > li.board-title.active > a {
    background-color: #eaf3ff !important;
    color: #1f5fae !important;
    border-color: #cfe2fb !important;
    box-shadow:
        inset 4px 0 0 #2f73c9,
        0 0 0 1px rgba(47, 115, 201, 0.08);
}

.user-dashboard-left ul.board-panel-menu > li.has-child > a::after {
    color: #7f8da3 !important;
}
/* =========================================================
   Gulf Haven Host Dashboard — Upcoming Reservations
   ========================================================= */

.gh-upcoming-reservations {
    padding: 8px 20px 20px;
}

.gh-reservation-row {
    display: grid;
    grid-template-columns:
        minmax(190px, 1.5fr)
        minmax(210px, 1.7fr)
        minmax(130px, 1fr)
        minmax(110px, 0.8fr)
        70px;
    gap: 18px;
    align-items: center;
    padding: 18px 16px;
    margin-bottom: 12px;
    background: #ffffff;
    border: 1px solid #e2e7ed;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(31, 54, 92, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.gh-reservation-row:last-child {
    margin-bottom: 0;
}

.gh-reservation-row:hover {
    transform: translateY(-2px);
    border-color: #cfe2fb;
    box-shadow: 0 7px 18px rgba(31, 54, 92, 0.11);
}

.gh-reservation-property,
.gh-reservation-dates,
.gh-reservation-details,
.gh-reservation-status,
.gh-reservation-action {
    min-width: 0;
}

.gh-reservation-property {
    display: flex;
    flex-direction: column;
}

.gh-reservation-property-name {
    color: #1f365c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.gh-reservation-guest {
    margin-top: 4px;
    color: #7a8491;
    font-size: 13px;
}

.gh-reservation-dates {
    display: flex;
    flex-direction: column;
}

.gh-reservation-date-label {
    margin-bottom: 3px;
    color: #8a94a1;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.45px;
}

.gh-reservation-date-value {
    color: #42526a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.gh-reservation-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #5f6d7c;
    font-size: 13px;
}

.gh-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.gh-status-confirmed {
    background: #e9f6ee;
    color: #2f7a4a;
}

.gh-status-pending {
    background: #fff3df;
    color: #e77f00;
}

.gh-reservation-action {
    text-align: right;
}

.gh-reservation-action a {
    color: #2f73c9;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.gh-reservation-action a:hover,
.gh-reservation-action a:focus {
    color: #1f5fae;
}

.gh-reservation-action i {
    margin-left: 5px;
}

.gh-no-upcoming-reservations {
    padding: 24px 20px;
    color: #7a8491;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .gh-reservation-row {
        grid-template-columns:
            minmax(180px, 1.4fr)
            minmax(190px, 1.5fr)
            minmax(110px, 0.9fr)
            minmax(100px, 0.8fr)
            60px;
        gap: 14px;
    }
}

@media (max-width: 991px) {
    .gh-reservation-row {
        grid-template-columns: 1fr 1fr;
        gap: 14px 18px;
    }

    .gh-reservation-status,
    .gh-reservation-action {
        text-align: left;
    }

    .gh-reservation-action {
        align-self: center;
    }
}

@media (max-width: 575px) {
    .gh-upcoming-reservations {
        padding: 8px 14px 16px;
    }

    .gh-reservation-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px;
    }

    .gh-reservation-action {
        padding-top: 4px;
    }
}
/* =========================================================
   Gulf Haven Host Dashboard — Profile Page
   ========================================================= */

.user-dashboard-right .dashboard-area .profile-area,
.user-dashboard-right .dashboard-area .profile-section {
    background: transparent;
}

/* General profile blocks */
.user-dashboard-right .dashboard-area .block {
    border: 0;
    box-shadow: none;
}

/* Section headings */
.user-dashboard-right .dashboard-area .block-title,
.user-dashboard-right .dashboard-area .block-head {
    padding: 18px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e6ebf1;
}

.user-dashboard-right .dashboard-area .block-title .title,
.user-dashboard-right .dashboard-area .block-head .title {
    margin: 0;
    color: #1f365c;
    font-size: 16px;
    font-weight: 700;
}

/* Main content cards */
.user-dashboard-right .dashboard-area .block-body {
    padding: 22px 20px 24px;
    background: #ffffff;
}

/* Profile page section separation */
.user-dashboard-right .dashboard-area .block + .block {
    margin-top: 18px;
}

/* Inputs */
.user-dashboard-right .dashboard-area .form-control {
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #dce3eb;
    border-radius: 7px;
    background: #ffffff;
    color: #344054;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.user-dashboard-right .dashboard-area textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.user-dashboard-right .dashboard-area .form-control:focus {
    border-color: #2f73c9;
    box-shadow: 0 0 0 3px rgba(47, 115, 201, 0.12);
}

/* Labels */
.user-dashboard-right .dashboard-area .form-group label {
    margin-bottom: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

/* Field spacing */
.user-dashboard-right .dashboard-area .form-group {
    margin-bottom: 18px;
}

/* Photo section */
.user-dashboard-right .dashboard-area .profile-image {
    display: flex;
    align-items: center;
    gap: 22px;
}

.user-dashboard-right .dashboard-area .profile-image img,
.user-dashboard-right .dashboard-area .profile-image .user-image {
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(31, 54, 92, 0.1);
}

/* Buttons */
.user-dashboard-right .dashboard-area .btn-primary,
.user-dashboard-right .dashboard-area button[type="submit"] {
    min-height: 40px;
    padding: 10px 20px;
    border: 0;
    border-radius: 7px;
    background: #2f73c9;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(47, 115, 201, 0.18);
}

.user-dashboard-right .dashboard-area .btn-primary:hover,
.user-dashboard-right .dashboard-area button[type="submit"]:hover {
    background: #1f5fae;
}

/* Profile completion panel */
.user-dashboard-right .profile-completion,
.user-dashboard-right .profile-progress {
    padding: 20px;
    background: #f7f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

/* Outer profile content spacing */
.user-dashboard-right .dashboard-content-area {
    background: #f5f7fa;
}

.user-dashboard-right .dashboard-area {
    padding-bottom: 24px;
}
/* Profile completion card refinement */

.user-dashboard-right .profile-completion,
.user-dashboard-right .profile-progress,
.user-dashboard-right .profile-status {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 14px rgba(31, 54, 92, 0.07);
    overflow: hidden;
}

.user-dashboard-right .profile-completion > div,
.user-dashboard-right .profile-progress > div,
.user-dashboard-right .profile-status > div {
    padding: 18px 16px;
}

.user-dashboard-right .profile-completion h2,
.user-dashboard-right .profile-progress h2,
.user-dashboard-right .profile-status h2 {
    margin: 0;
    color: #1f365c;
    font-size: 16px;
    font-weight: 700;
}

.user-dashboard-right .profile-completion .percentage,
.user-dashboard-right .profile-progress .percentage {
    color: #1f365c;
    font-size: 28px;
    font-weight: 700;
}

.user-dashboard-right .profile-completion .verified,
.user-dashboard-right .profile-status .verified {
    color: #5f9f3e;
    font-weight: 700;
}

.user-dashboard-right .profile-completion .not-verified,
.user-dashboard-right .profile-status .not-verified {
    color: #d9534f;
    font-weight: 700;
}
/* =========================================================
   Gulf Haven Profile — Completion Panel
   ========================================================= */

.user-dashboard-right .dashboard-sidebar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(31, 54, 92, 0.08);
    overflow: hidden;
}

.user-dashboard-right .dashboard-sidebar .block {
    margin: 0;
    background: #ffffff;
}

.user-dashboard-right .dashboard-sidebar .block-body {
    padding: 18px;
}

.user-dashboard-right .dashboard-sidebar .media {
    display: flex;
    align-items: center;
    margin: 0;
}

.user-dashboard-right .dashboard-sidebar .media-left {
    padding-right: 12px;
}

.user-dashboard-right .dashboard-sidebar .media-body h4 {
    margin: 0 0 3px;
    color: #42526a;
    font-size: 12px;
    font-weight: 700;
}

.user-dashboard-right .dashboard-sidebar .media-count {
    margin: 0;
    color: #1f365c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

.user-dashboard-right .dashboard-sidebar .block-verify {
    display: block;
    padding: 0;
    border-top: 1px solid #e6ebf1;
}

.user-dashboard-right .dashboard-sidebar .block-verify .media {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #e6ebf1;
}

.user-dashboard-right .dashboard-sidebar .block-verify .media:last-child {
    border-bottom: 0;
}

.user-dashboard-right .dashboard-sidebar .block-verify .media-left {
    padding: 0;
    text-align: center;
}

.user-dashboard-right .dashboard-sidebar .block-verify .media-body {
    width: auto;
}

.user-dashboard-right .dashboard-sidebar .block-verify h4 {
    margin: 0;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.user-dashboard-right .dashboard-sidebar .block-verify .media-right {
    padding: 0;
    white-space: nowrap;
}

.user-dashboard-right .dashboard-sidebar .block-verify .verified {
    color: #68a83f;
    font-size: 12px;
    font-weight: 700;
}

.user-dashboard-right .dashboard-sidebar .block-verify .not-verified {
    color: #d9534f;
    font-size: 12px;
    font-weight: 700;
}
/* Keep phone number clear of the country flag */

.user-dashboard-right .dashboard-area .intl-tel-input input.form-control,
.user-dashboard-right .dashboard-area .iti input.form-control,
.user-dashboard-right .dashboard-area input[type="tel"].form-control {
    padding-left: 52px !important;
}
/* =========================================================
   Gulf Haven Operations — My Listings
   ========================================================= */

.user-dashboard-right .dashboard-table {
    background: transparent;
}

.user-dashboard-right .dashboard-table table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.user-dashboard-right .dashboard-table thead th {
    padding: 10px 12px;
    border: 0;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.user-dashboard-right .dashboard-table tbody tr {
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(31, 54, 92, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.user-dashboard-right .dashboard-table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(31, 54, 92, 0.11);
}

.user-dashboard-right .dashboard-table tbody td {
    padding: 14px 12px;
    border-top: 1px solid #e4e9ef;
    border-bottom: 1px solid #e4e9ef;
    vertical-align: middle;
    color: #42526a;
    font-size: 13px;
}

.user-dashboard-right .dashboard-table tbody td:first-child {
    border-left: 1px solid #e4e9ef;
    border-radius: 10px 0 0 10px;
}

.user-dashboard-right .dashboard-table tbody td:last-child {
    border-right: 1px solid #e4e9ef;
    border-radius: 0 10px 10px 0;
}

.user-dashboard-right .dashboard-table .listing-image-wrap img,
.user-dashboard-right .dashboard-table .img-responsive {
    width: 82px;
    height: 58px;
    object-fit: cover;
    border-radius: 8px;
}

.user-dashboard-right .dashboard-table .listing-title,
.user-dashboard-right .dashboard-table .listing-title a,
.user-dashboard-right .dashboard-table td:nth-child(2) a {
    color: #1f365c;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.user-dashboard-right .dashboard-table .listing-title a:hover,
.user-dashboard-right .dashboard-table td:nth-child(2) a:hover {
    color: #2f73c9;
}

.user-dashboard-right .dashboard-table .label-success,
.user-dashboard-right .dashboard-table .label {
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.user-dashboard-right .dashboard-table .btn-primary,
.user-dashboard-right .dashboard-table .dropdown-toggle {
    min-height: 36px;
    padding: 8px 14px;
    border: 0;
    border-radius: 7px;
    background: #2f73c9;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 3px 9px rgba(47, 115, 201, 0.16);
}

.user-dashboard-right .dashboard-table .btn-primary:hover,
.user-dashboard-right .dashboard-table .dropdown-toggle:hover {
    background: #1f5fae;
}

.user-dashboard-right .dashboard-table td:nth-child(8),
.user-dashboard-right .dashboard-table th:nth-child(8) {
    color: #98a2b3;
    font-size: 11px;
}

.user-dashboard-right .dashboard-table td:nth-child(4) {
    color: #1f365c;
    font-weight: 700;
}

.user-dashboard-right .dashboard-table td:nth-child(5),
.user-dashboard-right .dashboard-table td:nth-child(6),
.user-dashboard-right .dashboard-table td:nth-child(7) {
    text-align: center;
}

/* Manage filters */

.user-dashboard-right .dashboard-area .listing-tabs,
.user-dashboard-right .dashboard-area .manage-listing {
    margin-bottom: 14px;
}

.user-dashboard-right .dashboard-area .listing-tabs a,
.user-dashboard-right .dashboard-area .manage-listing a {
    display: inline-block;
    margin-right: 6px;
    padding: 7px 11px;
    border: 1px solid #d9e3ef;
    border-radius: 7px;
    background: #ffffff;
    color: #42526a;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.user-dashboard-right .dashboard-area .listing-tabs a:hover,
.user-dashboard-right .dashboard-area .manage-listing a:hover,
.user-dashboard-right .dashboard-area .listing-tabs a.active,
.user-dashboard-right .dashboard-area .manage-listing a.active {
    background: #eaf3ff;
    border-color: #cfe2fb;
    color: #1f5fae;
}
/* =========================================================
   Gulf Haven Listing — At a Glance
   ========================================================= */

.gh-listing-glance {
    margin: 18px 0 26px;
    padding: 18px;
    background: #f7f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.gh-listing-glance-heading {
    margin-bottom: 14px;
}

.gh-listing-glance-heading span {
    color: #1f365c;
    font-size: 15px;
    font-weight: 700;
}

.gh-listing-glance-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.gh-listing-glance-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 14px 10px;
    background: #ffffff;
    border: 1px solid #e3e9f0;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
}

.gh-listing-glance-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #2f73c9;
    font-size: 16px;
}

.gh-listing-glance-value {
    color: #1f365c;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

.gh-listing-glance-time {
    font-size: 15px;
}

.gh-listing-glance-label {
    margin-top: 4px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.gh-listing-glance-type {
    margin-top: 12px;
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

@media (max-width: 1199px) {
    .gh-listing-glance-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gh-listing-glance {
        padding: 14px;
    }

    .gh-listing-glance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .gh-listing-glance-grid {
        grid-template-columns: 1fr;
    }
}
/* Hide the original Homey Type / Accommodation / Bedrooms / Bathrooms strip */

#about-section.about-section .block-col.block-col-25 {
    display: none !important;

}
/* =========================================================
   Gulf Haven Listing — About Section
   ========================================================= */

.detail-property-page-v2 #about-section {
    margin-top: 22px;
}

.detail-property-page-v2 #about-section .block {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.detail-property-page-v2 #about-section .block-bordered {
    padding: 0;
    background: transparent;
    border: 0;
}

.detail-property-page-v2 #about-section .block-body {
    padding: 24px 26px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(31, 54, 92, 0.06);
}

.detail-property-page-v2 #about-section .block-left {
    float: none;
    width: 100%;
    margin-bottom: 14px;
}

.detail-property-page-v2 #about-section .block-right {
    float: none;
    width: 100%;
}

.detail-property-page-v2 #about-section h3.title {
    margin: 0;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.detail-property-page-v2 #about-section h2,
.detail-property-page-v2 #about-section h4 {
    color: #1f365c;
    font-weight: 700;
}

.detail-property-page-v2 #about-section p {
    margin: 0 0 14px;
    color: #42526a;
    font-size: 15px;
    line-height: 1.7;
}

.detail-property-page-v2 #about-section p:last-child {
    margin-bottom: 0;
}

.detail-property-page-v2 #about-section ul,
.detail-property-page-v2 #about-section ol {
    margin: 14px 0;
    padding-left: 22px;
    color: #42526a;
}

.detail-property-page-v2 #about-section li {
    margin-bottom: 7px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .detail-property-page-v2 #about-section .block-body {
        padding: 20px 18px;
    }
}
/* =========================================================
   Gulf Haven Listing — About Section
   ========================================================= */

.detail-property-page-v2 #about-section {
    margin-top: 22px;
}

.detail-property-page-v2 #about-section .block {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.detail-property-page-v2 #about-section .block-bordered {
    padding: 0;
    background: transparent;
    border: 0;
}

.detail-property-page-v2 #about-section .block-body {
    padding: 24px 26px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(31, 54, 92, 0.06);
}

.detail-property-page-v2 #about-section .block-left {
    float: none;
    width: 100%;
    margin-bottom: 14px;
}

.detail-property-page-v2 #about-section .block-right {
    float: none;
    width: 100%;
}

.detail-property-page-v2 #about-section h3.title {
    margin: 0;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.detail-property-page-v2 #about-section h2,
.detail-property-page-v2 #about-section h4 {
    color: #1f365c;
    font-weight: 700;
}

.detail-property-page-v2 #about-section p {
    margin: 0 0 14px;
    color: #42526a;
    font-size: 15px;
    line-height: 1.7;
}

.detail-property-page-v2 #about-section p:last-child {
    margin-bottom: 0;
}

.detail-property-page-v2 #about-section ul,
.detail-property-page-v2 #about-section ol {
    margin: 14px 0;
    padding-left: 22px;
    color: #42526a;
}

.detail-property-page-v2 #about-section li {
    margin-bottom: 7px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .detail-property-page-v2 #about-section .block-body {
        padding: 20px 18px;
    }
}
/* =========================================================
   Gulf Haven Listing — Pricing
   ========================================================= */

.detail-property-page-v2 .gh-price-section {
    margin-top: 24px;
}

.detail-property-page-v2 .gh-price-section .block,
.detail-property-page-v2 .gh-price-section .block-section {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gh-price-header {
    margin-bottom: 16px;
}

.gh-price-header .title {
    margin: 0 0 5px;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.gh-price-header p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.gh-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gh-price-card {
    display: flex;
    flex-direction: column;
    min-height: 126px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.gh-price-card:hover {
    transform: translateY(-2px);
    border-color: #cfe2fb;
    box-shadow: 0 7px 16px rgba(31, 54, 92, 0.1);
}

.gh-price-primary {
    background: #f6faff;
    border-color: #cfe2fb;
}

.gh-price-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #2f73c9;
    font-size: 15px;
}

.gh-price-label {
    margin-bottom: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.gh-price-value {
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.gh-price-note {
    margin-top: auto;
    padding-top: 7px;
    color: #7a8491;
    font-size: 11px;
    font-weight: 600;
}

.detail-property-page-v2 .gh-price-section .additional-costs,
.detail-property-page-v2 .gh-price-section .extra-prices {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .gh-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gh-price-grid {
        grid-template-columns: 1fr;
    }

    .gh-price-card {
        min-height: auto;
    }
}
/* =========================================================
   Gulf Haven Listing — Accommodation
   ========================================================= */

.detail-property-page-v2 .gh-accommodation-section {
    margin-top: 24px;
}

.detail-property-page-v2 .gh-accommodation-section .block,
.detail-property-page-v2 .gh-accommodation-section .block-section {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gh-accommodation-header {
    margin-bottom: 16px;
}

.gh-accommodation-header .title {
    margin: 0 0 5px;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.gh-accommodation-header p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.gh-accommodation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gh-accommodation-card {
    min-height: 170px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.gh-accommodation-card:hover {
    transform: translateY(-2px);
    border-color: #cfe2fb;
    box-shadow: 0 7px 16px rgba(31, 54, 92, 0.1);
}

.gh-accommodation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #2f73c9;
    font-size: 20px;
}

.gh-accommodation-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.gh-accommodation-name {
    margin: 0 0 10px;
    color: #1f365c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.gh-accommodation-bed {
    margin-bottom: 6px;
    color: #42526a;
    font-size: 13px;
    font-weight: 600;
}

.gh-accommodation-guests {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .gh-accommodation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gh-accommodation-grid {
        grid-template-columns: 1fr;
    }

    .gh-accommodation-card {
        min-height: auto;
    }
}
/* =========================================================
   Gulf Haven Listing — Amenities & Facilities
   ========================================================= */

.detail-property-page-v2 .gh-features-section {
    margin-top: 24px;
}

.detail-property-page-v2 .gh-features-section .block,
.detail-property-page-v2 .gh-features-section .block-section {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gh-features-header {
    margin-bottom: 16px;
}

.gh-features-header .title {
    margin: 0 0 5px;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.gh-features-header p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.gh-features-groups {
    display: grid;
    gap: 16px;
}

.gh-feature-group {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
}

.gh-feature-group-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8edf3;
}

.gh-feature-group-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #2f73c9;
    font-size: 16px;
}
.gh-feature-group-icon i {
    display: inline-block !important;
    color: #2f73c9 !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.gh-feature-group-heading h4 {
    margin: 0;
    color: #1f365c;
    font-size: 16px;
    font-weight: 700;
}

.gh-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.gh-feature-item {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #e6ebf1;
    border-radius: 8px;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.gh-feature-item:hover {
    transform: translateY(-1px);
    background: #f3f8ff;
    border-color: #cfe2fb;
}

.gh-feature-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    border-radius: 50%;
    background: #ffffff;
    color: #2f73c9;
    font-size: 13px;
}

.gh-feature-item-name {
    color: #42526a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .gh-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gh-feature-grid {
        grid-template-columns: 1fr;
    }

    .gh-feature-group {
        padding: 15px;
    }
}
/* =========================================================
   Gulf Haven Listing — Map
   ========================================================= */

.detail-property-page-v2 #map-section {
    margin-top: 24px;
}

.detail-property-page-v2 #map-section .block {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
    overflow: hidden;
}

.detail-property-page-v2 #map-section .title {
    margin: 0 0 14px;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.detail-property-page-v2 #homey-single-map {
    width: 100%;
    height: 300px !important;
    min-height: 300px !important;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .detail-property-page-v2 #map-section .block {
        padding: 14px;
    }

    .detail-property-page-v2 #homey-single-map {
        height: 240px !important;
        min-height: 240px !important;
    }
}
/* =========================================================
   Gulf Haven Listing — Terms & Rules
   ========================================================= */

.detail-property-page-v2 .gh-rules-section {
    margin-top: 24px;
}

.detail-property-page-v2 .gh-rules-section .block,
.detail-property-page-v2 .gh-rules-section .block-section {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gh-rules-header {
    margin-bottom: 16px;
}

.gh-rules-header .title {
    margin: 0 0 5px;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.gh-rules-header p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.gh-rules-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.gh-rule-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 14px 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
}

.gh-rule-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 9px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #2f73c9;
    font-size: 16px;
}

.gh-rule-label {
    margin-bottom: 6px;
    color: #42526a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.gh-rule-status {
    display: inline-block;
    min-width: 42px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.gh-rule-yes {
    background: #e8f6ed;
    color: #438458;
}

.gh-rule-no {
    background: #fff0ef;
    color: #c6534f;
}

/* Expandable policy panels */

.gh-policy-panels {
    display: grid;
    gap: 10px;
}

.gh-policy-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.04);
}

.gh-policy-panel summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
    color: #1f365c;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.gh-policy-panel summary::-webkit-details-marker {
    display: none;
}

.gh-policy-panel summary:hover {
    background: #f6f9fd;
}

.gh-policy-panel summary i {
    color: #2f73c9;
    transition: transform 0.2s ease;
}

.gh-policy-panel[open] summary i {
    transform: rotate(180deg);
}

.gh-policy-content {
    padding: 17px;
    border-top: 1px solid #e8edf3;
    color: #42526a;
    font-size: 13px;
    line-height: 1.65;
}

.gh-policy-content p {
    margin: 0 0 12px;
}

.gh-policy-content p:last-child {
    margin-bottom: 0;
}

.gh-policy-content h2,
.gh-policy-content h3,
.gh-policy-content h4 {
    color: #1f365c;
    font-weight: 700;
}

.gh-policy-content ul,
.gh-policy-content ol {
    padding-left: 20px;
}

@media (max-width: 991px) {
    .gh-rules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .gh-rules-grid {
        grid-template-columns: 1fr;
    }

    .gh-rule-card {
        min-height: auto;
    }
}
/* =========================================================
   Gulf Haven Listing — Availability
   ========================================================= */
/* Availability heading with stay notice beneath it */

.detail-property-page-v2 #availability-section .block-body {
    display: block;
    margin-bottom: 14px;
}

.detail-property-page-v2 #availability-section .block-left,
.detail-property-page-v2 #availability-section .block-right {
    width: 100%;
}

.detail-property-page-v2 #availability-section .block-right {
    min-width: 0;
    margin-top: 10px;
}

.detail-property-page-v2 #availability-section .detail-list {
    justify-content: flex-start;
}

.detail-property-page-v2 #availability-section .detail-list li {
    width: auto !important;
    min-width: 0;
    padding: 8px 14px;
    white-space: nowrap;
    justify-content: flex-start;
}

.detail-property-page-v2 #availability-section {
    margin-top: 24px;
}

.detail-property-page-v2 #availability-section .block,
.detail-property-page-v2 #availability-section .block-section {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

/* Availability heading and stay requirements */

.detail-property-page-v2 #availability-section .block-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
    padding: 0;
}

.detail-property-page-v2 #availability-section .block-left,
.detail-property-page-v2 #availability-section .block-right {
    float: none;
    width: auto;
}

.detail-property-page-v2 #availability-section .title {
    margin: 0;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.detail-property-page-v2 #availability-section .detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.detail-property-page-v2 #availability-section .detail-list li {
    width: auto;
    margin: 0;
    padding: 8px 12px;
    background: #f3f8ff;
    border: 1px solid #dbe9fa;
    border-radius: 999px;
    color: #42526a;
    font-size: 12px;
    font-weight: 600;
}

.detail-property-page-v2 #availability-section .detail-list li i {
    margin-right: 6px;
    color: #2f73c9;
}

/* Main calendar card */

.detail-property-page-v2 .block-availability-calendars {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
}

.detail-property-page-v2 .single-listing-calendar {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Calendar month spacing */

.detail-property-page-v2 .single-listing-calendar .month {
    margin-bottom: 0;
}

.detail-property-page-v2 .single-listing-calendar .month h4,
.detail-property-page-v2 .single-listing-calendar .month-title {
    color: #1f365c;
    font-size: 16px;
    font-weight: 700;
}

/* Calendar table */

.detail-property-page-v2 .single-listing-calendar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

.detail-property-page-v2 .single-listing-calendar th {
    padding: 7px 3px;
    color: #7a8491;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-property-page-v2 .single-listing-calendar td {
    height: 34px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

/* Legend */

.detail-property-page-v2 .availability-notes {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e8edf3;
}

.detail-property-page-v2 .availability-notes ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
}

.detail-property-page-v2 .availability-notes li {
    margin: 0;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
}

/* Previous and next buttons */

.detail-property-page-v2 .calendar-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.detail-property-page-v2 .calendar-navigation .btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #d9e3ef;
    border-radius: 8px;
    color: #2f73c9;
    box-shadow: 0 2px 7px rgba(31, 54, 92, 0.06);
}

.detail-property-page-v2 .calendar-navigation .btn-action:hover {
    background: #eaf3ff;
    border-color: #cfe2fb;
}

.detail-property-page-v2 .calendar-navigation .btn-action.disabled {
    opacity: 0.4;
}

/* Responsive */

@media (max-width: 767px) {
    .detail-property-page-v2 #availability-section .block-body {
        display: block;
    }

    .detail-property-page-v2 #availability-section .block-right {
        margin-top: 10px;
    }

    .detail-property-page-v2 #availability-section .detail-list {
        display: grid;
        gap: 7px;
    }

    .detail-property-page-v2 #availability-section .detail-list li {
        width: 100%;
        border-radius: 8px;
    }

    .detail-property-page-v2 .block-availability-calendars {
        padding: 14px;
        overflow-x: auto;
    }
}
/* Final Availability heading alignment */

.detail-property-page-v2 #availability-section .block-body {
    display: block !important;
}

.detail-property-page-v2 #availability-section .block-left,
.detail-property-page-v2 #availability-section .block-right {
    float: none !important;
    display: block !important;
    width: 100% !important;
}

.detail-property-page-v2 #availability-section .block-right {
    margin-top: 10px !important;
}

.detail-property-page-v2 #availability-section .detail-list {
    display: block !important;
}

.detail-property-page-v2 #availability-section .detail-list li {
    display: inline-flex !important;
}
/* =========================================================
   Gulf Haven Listing — Host Card
   ========================================================= */

.detail-property-page-v2 .gh-host-section {
    margin-top: 24px;
}

.detail-property-page-v2 .gh-host-section .block {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gh-host-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
}

.gh-host-main {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8edf3;
}

.gh-host-photo {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
}

.gh-host-photo img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #eef4fb;
}

.gh-host-identity {
    min-width: 0;
}

.gh-host-eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.gh-host-name {
    margin: 0 0 8px;
    color: #1f365c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.gh-host-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 7px;
}

.gh-host-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gh-host-verified {
    background: #e8f6ed;
    color: #438458;
}

.gh-host-super {
    background: #fff4e5;
    color: #c77a12;
}

.gh-host-location {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}

.gh-host-location i {
    margin-right: 5px;
    color: #2f73c9;
}

.gh-host-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 0;
}

.gh-host-detail {
    min-height: 78px;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #e6ebf1;
    border-radius: 9px;
}

.gh-host-detail-label {
    display: block;
    margin-bottom: 5px;
    color: #7a8491;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.gh-host-detail-value {
    color: #42526a;
    font-size: 13px;
    font-weight: 700;
}

.gh-host-status-verified {
    color: #438458;
}

.gh-host-status-unverified {
    color: #c6534f;
}

.gh-host-rating .rating {
    margin: 0;
}

.gh-host-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gh-host-button {
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.gh-host-contact {
    background: #2f73c9;
    border: 1px solid #2f73c9;
    color: #ffffff;
}

.gh-host-contact:hover,
.gh-host-contact:focus {
    background: #1f5fae;
    border-color: #1f5fae;
    color: #ffffff;
}

.gh-host-profile {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    color: #2f73c9;
}

.gh-host-profile:hover,
.gh-host-profile:focus {
    background: #eaf3ff;
    border-color: #cfe2fb;
    color: #1f5fae;
}

@media (max-width: 767px) {
    .gh-host-details {
        grid-template-columns: 1fr;
    }

    .gh-host-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .gh-host-main {
        align-items: flex-start;
    }

    .gh-host-photo,
    .gh-host-photo img {
        width: 62px;
        height: 62px;
    }

    .gh-host-photo {
        flex-basis: 62px;
    }
}
/* =========================================================
   Gulf Haven Listing — Reviews
   ========================================================= */

.detail-property-page-v2 #reviews-section {
    margin-top: 24px;
}

.detail-property-page-v2 #reviews-section .sort-wrap {
    margin-bottom: 12px;
}

.detail-property-page-v2 #reviews-section .sort-wrap h2 {
    margin: 0;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.detail-property-page-v2 #reviews-section .alert-info {
    margin-bottom: 14px;
    padding: 12px 14px;
    background: #f3f8ff;
    border: 1px solid #cfe2fb;
    border-radius: 9px;
    color: #2f5f98;
    font-size: 12px;
    font-weight: 600;
}

.detail-property-page-v2 #reviews-section .alert-info i {
    margin-right: 6px;
    color: #2f73c9;
}

.gh-reviews-empty {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
}

.gh-reviews-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf3ff;
    color: #2f73c9;
    font-size: 18px;
}

.gh-reviews-empty-content h3 {
    margin: 0 0 6px;
    color: #1f365c;
    font-size: 15px;
    font-weight: 700;
}

.gh-reviews-empty-content p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 575px) {
    .gh-reviews-empty {
        display: block;
    }

    .gh-reviews-empty-icon {
        margin-bottom: 12px;
    }
}
/* =========================================================
   Gulf Haven Listing — Similar Listings
   ========================================================= */

.detail-property-page-v2 .gh-similar-listing-section {
    margin-top: 24px;
    padding: 20px;
    background: #f7f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.gh-similar-listing-header {
    margin-bottom: 16px;
}

.gh-similar-listing-header .title {
    margin: 0 0 5px;
    color: #1f365c;
    font-size: 18px;
    font-weight: 700;
}

.gh-similar-listing-header p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.gh-similar-listing-section .item-row {
    margin-left: -6px;
    margin-right: -6px;
}

.gh-similar-listing-section .item-row > div {
    padding-left: 6px;
    padding-right: 6px;
}

.gh-similar-listing-section .item-wrap,
.gh-similar-listing-section .item-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.gh-similar-listing-section .item-wrap:hover,
.gh-similar-listing-section .item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(31, 54, 92, 0.11);
}

.gh-similar-listing-section .item-title,
.gh-similar-listing-section .item-title a {
    color: #1f365c;
    font-weight: 700;
}

@media (max-width: 767px) {
    .detail-property-page-v2 .gh-similar-listing-section {
        padding: 16px;
    }
}
/* =========================================================
   Gulf Haven Listing — Title Area
   ========================================================= */

.detail-property-page-v2 .title-section {
    margin-bottom: 18px;
}

.detail-property-page-v2 .title-section .block-top-title {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.detail-property-page-v2 .title-section .block-body {
    position: relative;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(31, 54, 92, 0.05);
}

.detail-property-page-v2 .title-section .breadcrumb {
    margin-bottom: 10px;
    color: #7a8491;
    font-size: 11px;
}

.detail-property-page-v2 .title-section .listing-title {
    margin: 0 0 8px;
    padding-right: 150px;
    color: #1f365c;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.detail-property-page-v2 .title-section .item-address {
    margin: 0;
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

.detail-property-page-v2 .title-section .item-address i {
    margin-right: 5px;
    color: #2f73c9;
}

.detail-property-page-v2 .title-section .rating {
    margin: 8px 0;
}

.detail-property-page-v2 .title-section .listing-contact-save {
    position: absolute;
    top: 20px;
    right: 22px;
    display: flex;
    gap: 8px;
}

.detail-property-page-v2 .title-section .listing-contact-save a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 8px 11px;
    background: #f8fafc;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    color: #42526a;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.detail-property-page-v2 .title-section .listing-contact-save a:hover {
    background: #eaf3ff;
    border-color: #cfe2fb;
    color: #1f5fae;
}

.detail-property-page-v2 .title-section .superhost-info-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    padding: 5px 9px;
    background: #fff4e5;
    border-radius: 999px;
    color: #c77a12;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .detail-property-page-v2 .title-section .block-body {
        padding: 18px;
    }

    .detail-property-page-v2 .title-section .listing-title {
        padding-right: 0;
        font-size: 24px;
    }

    .detail-property-page-v2 .title-section .listing-contact-save {
        position: static;
        margin-top: 14px;
    }
}
/* =========================================================
   Gulf Haven Listing — Booking Sidebar
   ========================================================= */

.detail-property-page-v2 .sidebar-booking-module {
    margin-bottom: 16px;
}

.detail-property-page-v2 .sidebar-booking-module > .block {
    overflow: hidden;
    margin: 0;
    background: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(31, 54, 92, 0.10);
}

/* Price header */

.detail-property-page-v2 .sidebar-booking-module-header {
    background: #1f365c;
    border: 0;
}

.detail-property-page-v2 .sidebar-booking-module-header .block-body-sidebar {
    padding: 17px 18px;
}

.detail-property-page-v2 .sidebar-booking-module-header .item-price {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.detail-property-page-v2 .sidebar-booking-module-header .item-price sub {
    margin-left: 3px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 600;
}

/* Main body */

.detail-property-page-v2 .sidebar-booking-module-body {
    background: #ffffff;
}

.detail-property-page-v2 .sidebar-booking-module-body .block-body-sidebar {
    padding: 18px;
}

/* Date fields */

.detail-property-page-v2 #single-listing-date-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.detail-property-page-v2 #single-listing-date-range .form-control {
    height: 44px;
    padding: 10px 11px;
    background: #f8fafc;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    color: #42526a;
    font-size: 12px;
    font-weight: 600;
    box-shadow: none;
}

.detail-property-page-v2 #single-listing-date-range .form-control:focus {
    background: #ffffff;
    border-color: #8db8eb;
    box-shadow: 0 0 0 3px rgba(47, 115, 201, 0.10);
}

/* Guest selector and text fields */

.detail-property-page-v2 .sidebar-booking-module-body .form-control,
.detail-property-page-v2 .sidebar-booking-module-body .bootstrap-select .btn {
    border-radius: 8px;
}

.detail-property-page-v2 .sidebar-booking-module-body .search-message {
    margin-top: 10px;
}

.detail-property-page-v2 .sidebar-booking-module-body textarea.form-control {
    min-height: 88px;
    padding: 11px;
    background: #f8fafc;
    border: 1px solid #dfe6ee;
    resize: vertical;
    box-shadow: none;
}

.detail-property-page-v2 .sidebar-booking-module-body textarea.form-control:focus {
    background: #ffffff;
    border-color: #8db8eb;
    box-shadow: 0 0 0 3px rgba(47, 115, 201, 0.10);
}

/* Cost breakdown */

.detail-property-page-v2 #homey_booking_cost {
    margin-top: 14px;
}

.detail-property-page-v2 #homey_booking_cost .payment-list-detail,
.detail-property-page-v2 #homey_booking_cost ul {
    margin-bottom: 12px;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #e6ebf1;
    border-radius: 8px;
}

/* Primary booking button */

.detail-property-page-v2 #request_for_reservation,
.detail-property-page-v2 #instance_reservation,
.detail-property-page-v2 .sidebar-booking-module-body .btn-primary {
    min-height: 46px;
    margin-top: 12px;
    background: #f7931e;
    border: 1px solid #f7931e;
    border-radius: 8px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 5px 12px rgba(247, 147, 30, 0.22);
}

.detail-property-page-v2 #request_for_reservation:hover,
.detail-property-page-v2 #request_for_reservation:focus,
.detail-property-page-v2 #instance_reservation:hover,
.detail-property-page-v2 #instance_reservation:focus,
.detail-property-page-v2 .sidebar-booking-module-body .btn-primary:hover,
.detail-property-page-v2 .sidebar-booking-module-body .btn-primary:focus {
    background: #df7f0d;
    border-color: #df7f0d;
    color: #ffffff;
}

.detail-property-page-v2 .sidebar-booking-module-body .text-small {
    margin-top: 9px;
    color: #7a8491;
    font-size: 10px;
    font-weight: 600;
}

/* Footer actions */

.detail-property-page-v2 .sidebar-booking-module-footer {
    margin-top: 14px;
}

.detail-property-page-v2 .sidebar-booking-module-footer .block-body-sidebar {
    display: grid;
    gap: 8px;
}

.detail-property-page-v2 .sidebar-booking-module-footer .btn {
    min-height: 40px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
}

.detail-property-page-v2 .sidebar-booking-module-footer .btn-grey-outlined {
    background: #ffffff;
    border: 1px solid #d9e3ef;
    color: #42526a;
}

.detail-property-page-v2 .sidebar-booking-module-footer .btn-grey-outlined:hover {
    background: #eaf3ff;
    border-color: #cfe2fb;
    color: #1f5fae;
}

.detail-property-page-v2 .sidebar-booking-module-footer .btn-blank {
    color: #667085;
}

/* Booking calendar popup */

.detail-property-page-v2 #single-booking-search-calendar {
    margin-top: 8px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(31, 54, 92, 0.12);
}

/* Keep the desktop module sticky */

@media (min-width: 992px) {
    .detail-property-page-v2 .sidebar-booking-module {
        position: sticky;
        top: 92px;
    }
}
/* Booking dates — full-width stacked fields */

.detail-property-page-v2 #single-listing-date-range {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.detail-property-page-v2 #single-listing-date-range > div {
    width: 100%;
    min-width: 0;
}

.detail-property-page-v2 #single-listing-date-range .form-control {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px;
    padding: 10px 12px 10px 34px;
    font-size: 12px;
    text-overflow: initial;
}
/* =========================================================
   Booking Sidebar — Full-Width Calendar Popup
   ========================================================= */

.detail-property-page-v2 #single-listing-date-range {
    position: relative !important;
    overflow: visible !important;
}

.detail-property-page-v2
#single-booking-search-calendar.search-calendar.single-listing-booking-calendar-js {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 99999 !important;

    width: 520px !important;
    min-width: 520px !important;
    max-width: calc(100vw - 40px) !important;

    padding: 18px !important;
    background: #ffffff !important;
    border: 1px solid #dfe6ee !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 32px rgba(31, 54, 92, 0.18) !important;
    overflow: visible !important;
}

/* Force the two calendar months to share the wider panel */

.detail-property-page-v2
#single-booking-search-calendar
.month {
    float: left !important;
    width: 50% !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

.detail-property-page-v2
#single-booking-search-calendar
table {
    width: 100% !important;
    table-layout: fixed !important;
}

.detail-property-page-v2
#single-booking-search-calendar
td {
    width: auto !important;
    height: 34px !important;
    padding: 3px !important;
    font-size: 11px !important;
}

/* Allow the popup to extend outside the narrow sidebar */

.detail-property-page-v2 .sidebar-booking-module,
.detail-property-page-v2 .sidebar-booking-module > .block,
.detail-property-page-v2 .sidebar-booking-module-body,
.detail-property-page-v2 .sidebar-booking-module-body .block-body-sidebar {
    overflow: visible !important;
}

@media (max-width: 767px) {
    .detail-property-page-v2
    #single-booking-search-calendar.search-calendar.single-listing-booking-calendar-js {
        position: fixed !important;
        top: 70px !important;
        right: 15px !important;
        left: 15px !important;
        width: auto !important;
        min-width: 0 !important;
        max-height: calc(100vh - 100px) !important;
        overflow-y: auto !important;
    }

    .detail-property-page-v2
    #single-booking-search-calendar
    .month {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
}
