.wabooking-tour-single-wrapper {
    max-width: 1240px;
    margin: 32px auto 64px;
    padding: 0 20px;
}

.wabooking-tour-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}

.wabooking-tour-breadcrumb a {
    color: #374151;
    text-decoration: none;
}

.wabooking-tour-breadcrumb a:hover {
    color: #1f2937;
    text-decoration: underline;
}

.wabooking-breadcrumb-current {
    color: #111827;
    font-weight: 600;
}

.wabooking-tour-hero {
    margin-bottom: 28px;
}

.wabooking-tour-hero-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 340px;
    background: #eef2f7;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.wabooking-tour-hero-image {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
    display: block;
}

.wabooking-tour-hero-placeholder {
    min-height: 340px;
    display: grid;
    place-items: center;
    color: #9ca3af;
}

.wabooking-tour-hero-placeholder .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
}

.wabooking-tour-discount-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #e11d48;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border-radius: 999px;
    padding: 8px 12px;
}

.wabooking-tour-hero-content {
    margin-top: 18px;
}

.wabooking-tour-subtitle {
    margin-bottom: 8px;
    color: #0891b2;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.wabooking-tour-title {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.14;
    color: #0f172a;
}

.wabooking-tour-reviews {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
    color: #475569;
    font-size: 14px;
}

.wabooking-tour-reviews .dashicons {
    color: #f59e0b;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.wabooking-tour-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wabooking-tour-meta-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wabooking-tour-meta-item .dashicons {
    color: #0284c7;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.wabooking-tour-meta-item small {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-bottom: 1px;
}

.wabooking-tour-meta-item strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.wabooking-tour-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.wabooking-tour-main-content {
    min-width: 0;
}

.wabooking-tour-section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.wabooking-tour-section-nav a {
    text-decoration: none;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #dbe6f3;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
}

.wabooking-tour-section-nav a:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.wabooking-tour-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    scroll-margin-top: 32px;
}

.wabooking-tour-section h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.2;
}

.wabooking-tour-overview-content {
    color: #334155;
    line-height: 1.8;
    font-size: 16px;
}

.wabooking-tour-overview-content > *:first-child {
    margin-top: 0;
}

.wabooking-tour-overview-content > *:last-child {
    margin-bottom: 0;
}

.wabooking-tour-highlights-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.wabooking-tour-highlights-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #1e293b;
}

.wabooking-tour-highlights-list li span:last-child {
    white-space: pre-line;
}

.wabooking-tour-highlights-list .dashicons {
    color: #16a34a;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.wabooking-tour-include-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.wabooking-tour-include-card {
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}

.wabooking-tour-include-card-positive {
    background: #f0fdf4;
}

.wabooking-tour-include-card-negative {
    background: #fff1f2;
}

.wabooking-tour-include-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #0f172a;
}

.wabooking-tour-include-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.wabooking-tour-include-card li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #1f2937;
    font-size: 15px;
}

.wabooking-tour-include-card li span:last-child {
    white-space: pre-line;
}

.wabooking-tour-include-card-positive .dashicons {
    color: #16a34a;
}

.wabooking-tour-include-card-negative .dashicons {
    color: #e11d48;
}

.wabooking-tour-sidebar {
    min-width: 0;
}

.wabooking-tour-booking-card {
    position: sticky;
    top: 24px;
    background: #fff;
    border: 1px solid #dbe6f3;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

.wabooking-tour-price-box {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.wabooking-tour-price-current {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: #0f172a;
}

.wabooking-tour-price-regular {
    color: #94a3b8;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 600;
}

.wabooking-tour-price-box small {
    color: #64748b;
    font-size: 13px;
}

.wabooking-tour-book-now-link {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #2563eb, #0891b2);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 14px;
}

.wabooking-tour-book-now-link:hover {
    background: linear-gradient(135deg, #1d4ed8, #0e7490);
    color: #fff;
}

.wabooking-tour-form-box {
    border-top: 1px solid #e2e8f0;
    padding-top: 14px;
}

.wabooking-tour-form-box .wabooking-form-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.wabooking-tour-form-box .wabooking-form {
    gap: 12px;
}

.wabooking-tour-form-box .wabooking-form-group label {
    font-size: 13px;
    margin-bottom: 5px;
}

.wabooking-tour-form-box .wabooking-input,
.wabooking-tour-form-box .wabooking-textarea {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.wabooking-tour-form-box .wabooking-submit-btn {
    width: 100%;
}

.wabooking-tour-booking-note {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 13px;
}

.wabooking-tour-booking-note .dashicons {
    color: #2563eb;
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.wabooking-tour-related-section {
    margin-top: 28px;
}

.wabooking-tour-related-section h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 28px;
}

.wabooking-tour-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wabooking-tour-related-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.wabooking-tour-related-image-link {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f1f5f9;
}

.wabooking-tour-related-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wabooking-tour-related-noimage {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #94a3b8;
    font-size: 30px;
}

.wabooking-tour-related-content {
    padding: 14px;
}

.wabooking-tour-related-content h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
}

.wabooking-tour-related-content h3 a {
    color: #0f172a;
    text-decoration: none;
}

.wabooking-tour-related-content h3 a:hover {
    color: #2563eb;
}

.wabooking-tour-related-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 8px;
}

.wabooking-tour-related-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.wabooking-tour-related-meta .dashicons {
    font-size: 15px;
    width: 15px;
    height: 15px;
}

.wabooking-tour-related-price {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 1080px) {
    .wabooking-tour-content-grid {
        grid-template-columns: 1fr;
    }

    .wabooking-tour-booking-card {
        position: static;
    }
}

@media (max-width: 860px) {
    .wabooking-tour-meta-grid {
        grid-template-columns: 1fr;
    }

    .wabooking-tour-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wabooking-tour-include-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .wabooking-tour-single-wrapper {
        margin-top: 20px;
        padding: 0 14px;
    }

    .wabooking-tour-title {
        font-size: 30px;
    }

    .wabooking-tour-hero-media {
        min-height: 220px;
    }

    .wabooking-tour-section {
        padding: 16px;
    }

    .wabooking-tour-related-grid {
        grid-template-columns: 1fr;
    }
}
