body.single-product .elementor,
body.single-product .elementor-section,
body.single-product .elementor-container,
body.single-product .e-con,
body.single-product .e-parent,
body.single-product .e-child,
body.single-product .dh-product-top-row,
body.single-product .dh-product-main,
body.single-product .dh-product-sidebar {
    overflow: visible !important;
}

body.single-product .dh-product-top-row {
    align-items: flex-start;
}

body.single-product .dh-product-main {
    min-width: 0;
}

body.single-product .dh-booking-sticky {
    min-width: 320px;
    align-self: flex-start;
    position: sticky;
    top: 110px;
    z-index: 20;
}

body.single-product .dh-product-image img,
body.single-product .elementor-widget-woocommerce-product-images img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.dh-mobile-only {
    display: none !important;
}

.dh-desktop-only {
    display: block;
}

.dh-product-title {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
    color: #1f2937;
}

.danielshawaii-custom-badge span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff3e0;
    color: #b45309;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.danielshawaii-custom-subheadline {
    font-size: 18px;
    line-height: 1.5;
    color: #4b5563;
}

.danielshawaii-product-notice {
    padding: 14px 16px;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-size: 14px;
    line-height: 1.5;
}

.danielshawaii-tour-facts ul,
.dh-highlights-html ul {
    margin: 0;
    padding-left: 20px;
}

.danielshawaii-tour-facts li,
.dh-highlights-html li {
    margin-bottom: 8px;
    color: #374151;
    line-height: 1.6;
}

.dh-highlights-html a {
    color: #f57c00;
    text-decoration: none;
}

.dh-highlights-html a:hover {
    text-decoration: underline;
}

.danielshawaii-tour-highlights h3,
.danielshawaii-product-description h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    color: #1f2937;
}

.danielshawaii-product-description {
    color: #374151;
    line-height: 1.7;
}

.dh-booking-sidebar-combo {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dh-booking-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding: 24px;
}

.dh-booking-topline {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #b45309;
}

.dh-booking-headline h3 {
    margin: 0 0 12px 0;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #1f2937;
}

.dh-booking-price,
.dh-booking-price .price,
.dh-booking-price .woocommerce-Price-amount {
    color: #f57c00;
    font-weight: 700;
    margin-bottom: 10px;
}

.dh-booking-card .button,
.dh-booking-card a.button,
.danielshawaii-external-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    box-shadow: 0 8px 18px rgba(245, 124, 0, 0.22);
}

.dh-booking-calendar-wrap,
.dh-booking-card .danielshawaii-bokun-calendar {
    width: 100%;
}

.dh-booking-card .danielshawaii-bokun-calendar iframe,
.dh-booking-card iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 16px;
    background: #fff;
}

.dh-booking-card .bokunWidget {
    width: 100%;
    min-height: 640px;
}

body.single-product .woocommerce-tabs {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1025px) {
    body.single-product .dh-product-sidebar {
        max-width: 430px;
    }
}

@media (max-width: 1024px) {
    body.single-product .dh-product-top-row {
        flex-wrap: wrap !important;
    }

    body.single-product .dh-product-main,
    body.single-product .dh-product-sidebar {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-product .dh-booking-sticky {
        position: static !important;
        top: auto !important;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .dh-desktop-only {
        display: none !important;
    }

    .dh-mobile-only {
        display: block !important;
        width: 100% !important;
    }

    body.single-product .dh-product-main {
        width: 100% !important;
        max-width: 100% !important;
        gap: 18px !important;
    }

    .dh-product-title {
        font-size: 34px;
        line-height: 1.15;
    }

    .dh-booking-card,
    .dh-booking-button-box,
    .dh-booking-calendar-box {
        border-radius: 18px;
        padding: 18px;
    }

    .dh-booking-headline h3 {
        font-size: 24px;
    }

    .dh-booking-card .bokunWidget {
        min-height: 520px;
    }

    body.single-product .woocommerce-tabs {
        padding: 18px;
        border-radius: 16px;
    }
}
