/*
 * Booking Page Styles
 * Styles specifically for the booking page to match weigang.dk/booking
 * Uses Gutenberg block classes for easy editing
 */

/* Booking Page Specific Styles */
.page-id-13659 .entry-content,
.page-id-15287 .entry-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 24px;
}

/* Gutenberg Block Headings */
.page-id-13659 .wp-block-heading,
.page-id-15287 .wp-block-heading,
.page-id-13659 .entry-content h1,
.page-id-15287 .entry-content h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: none;
}

.page-id-13659 .entry-content h2.wp-block-heading,
.page-id-15287 .entry-content h2.wp-block-heading,
.page-id-13659 .entry-content h2,
.page-id-15287 .entry-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    max-width: none;
}

.page-id-13659 .entry-content h3.wp-block-heading,
.page-id-15287 .entry-content h3.wp-block-heading,
.page-id-13659 .entry-content h3,
.page-id-15287 .entry-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #324A6D;
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: none;
}

/* Gutenberg Block Paragraphs */
.page-id-13659 .entry-content p,
.page-id-15287 .entry-content p,
.page-id-13659 .wp-block-paragraph,
.page-id-15287 .wp-block-paragraph {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    color: #324A6D;
    margin-bottom: 1.5rem;
    max-width: none;
}

/* Gutenberg Block Lists */
.page-id-13659 .wp-block-list,
.page-id-15287 .wp-block-list,
.page-id-13659 .entry-content ul,
.page-id-15287 .entry-content ul {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #324A6D;
    margin-bottom: 1.5rem;
    padding-left: 24px;
    max-width: none;
}

.page-id-13659 .wp-block-list li,
.page-id-15287 .wp-block-list li,
.page-id-13659 .entry-content ul li,
.page-id-15287 .entry-content ul li {
    margin-bottom: 0.75rem;
}

/* Contact Information Section */
.page-id-13659 .entry-content strong,
.page-id-15287 .entry-content strong {
    font-weight: 600;
    color: #000000;
}

/* Links in Booking Page */
.page-id-13659 .entry-content a,
.page-id-15287 .entry-content a {
    color: #146EF5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-id-13659 .entry-content a:hover,
.page-id-15287 .entry-content a:hover {
    color: #333333;
}

/* Gutenberg Shortcode Block */
.page-id-13659 .wp-block-shortcode,
.page-id-15287 .wp-block-shortcode {
    max-width: none;
    margin: 2rem 0;
}

/* LatePoint Booking Form Styling */
.page-id-13659 .latepoint-booking-form-element,
.page-id-15287 .latepoint-booking-form-element {
    margin: 2rem 0;
    max-width: none !important;
}

/* Gutenberg Spacer Block */
.page-id-13659 .wp-block-spacer,
.page-id-15287 .wp-block-spacer {
    max-width: none;
}

/* Entry Header for Booking Page */
.page-id-13659 .entry-header,
.page-id-15287 .entry-header {
    border-bottom: none;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

/* Policy Section Styling */
.page-id-13659 .entry-content h3[data-pm-slice],
.page-id-15287 .entry-content h3[data-pm-slice] {
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
    margin-top: 2rem;
}

/* Address and Contact Block */
.page-id-13659 .entry-content > p > strong:first-child,
.page-id-15287 .entry-content > p > strong:first-child {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 750px) {
    .page-id-13659 .entry-content h1,
    .page-id-15287 .entry-content h1 {
        font-size: 2rem;
    }

    .page-id-13659 .entry-content h2,
    .page-id-15287 .entry-content h2 {
        font-size: 1.5rem;
    }

    .page-id-13659 .entry-content > p,
    .page-id-15287 .entry-content > p,
    .page-id-13659 .entry-content ul,
    .page-id-15287 .entry-content ul {
        font-size: 18px;
    }

    .page-id-13659 .entry-content,
    .page-id-15287 .entry-content {
        padding: 24px 16px;
    }
}

/* Hide empty image blocks */
.page-id-13659 .wp-block-image img[alt=""]:not([src]),
.page-id-15287 .wp-block-image img[alt=""]:not([src]) {
    display: none;
}

/* Ensure full width for booking calendar */
.page-id-13659 .entry-content .latepoint-book-form,
.page-id-15287 .entry-content .latepoint-book-form {
    max-width: none;
    width: 100%;
}
