.elementor-40 .elementor-element.elementor-element-a2aa9f7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-971d8b2 *//* Reset and Base Styles */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    font-size: 18px;
}

/* Container */
.wedding-guide-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Typography */
h1 {
    font-size: 2.5em;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1em;
    font-weight: 700;
}

h2 {
    font-size: 1.875em;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-weight: 700;
}

h3 {
    font-size: 1.375em;
    line-height: 1.4;
    color: #2a2a2a;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

p {
    margin-bottom: 1.25em;
    color: #444;
}

a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

a:hover {
    border-bottom-color: #0066cc;
}

strong {
    font-weight: 600;
    color: #2a2a2a;
}

em {
    font-style: italic;
    color: #555;
}

/* Lead Paragraph */
.lead-paragraph {
    font-size: 1.15em;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 1.5em;
}

/* Images */
.featured-image {
    width: 100%;
    height: auto;
    margin: 2em 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Table Styles */
.cost-table-wrapper {
    overflow-x: auto;
    margin: 2em 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95em;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

thead {
    background: #f8f9fa;
}

th {
    padding: 1em;
    text-align: left;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 2px solid #e1e4e8;
}

td {
    padding: 1em;
    border-bottom: 1px solid #e1e4e8;
    color: #444;
}

tr:last-child td {
    border-bottom: none;
}

tbody tr:hover {
    background: #f8f9fa;
}

/* Testimonial Box */
.testimonial {
    background: #f8f9fa;
    border-left: 4px solid #0066cc;
    padding: 1.5em;
    margin: 2em 0;
    font-style: italic;
    color: #555;
    border-radius: 4px;
}

.testimonial-attribution {
    margin-top: 1em;
    font-style: normal;
    font-weight: 600;
    color: #2a2a2a;
}

/* Disclaimer */
.price-disclaimer {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin: 1em 0;
}

/* Lists */
ul, ol {
    margin-left: 1.5em;
    margin-bottom: 1.25em;
}

li {
    margin-bottom: 0.5em;
    color: #444;
}

/* Section Spacing */
section {
    margin-bottom: 3em;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: #fff;
    padding: 2em;
    margin: 3em 0;
    border-radius: 8px;
    text-align: center;
}

.cta-box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.1em;
}

.cta-box a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.cta-box a:hover {
    border-bottom-color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.25em;
    }

    .wedding-guide-container {
        padding: 15px;
    }

    table {
        font-size: 0.85em;
    }

    th, td {
        padding: 0.75em 0.5em;
    }
}

/* Mobile Table Improvements */
@media (max-width: 600px) {
    table {
        font-size: 0.8em;
    }

    th, td {
        padding: 0.5em 0.3em;
    }
}/* End custom CSS */