.elementor-2859 .elementor-element.elementor-element-f441bb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-076c21b *//* ============================================
   Mayday Law Office - Blog Post Styles
   Matching existing site design patterns
   ============================================ */

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #2d2d2d;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #c8102e;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #a00d24;
    text-decoration: underline;
}

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

/* ============================================
   Blog Hero Section
   ============================================ */
.blog-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 24px 60px;
    text-align: center;
}

.blog-hero-inner {
    max-width: 860px;
    margin: 0 auto;
}

.blog-date {
    font-size: 14px;
    font-weight: 500;
    color: #f0c040;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.blog-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.blog-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #c0c8d8;
    max-width: 720px;
    margin: 0 auto;
}

/* ============================================
   Featured Image
   ============================================ */
.blog-featured-image {
    max-width: 1000px;
    margin: -30px auto 0;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.blog-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    aspect-ratio: 16/9;
}

/* ============================================
   Blog Content Wrapper
   ============================================ */
.blog-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 24px 60px;
}

/* ============================================
   Table of Contents
   ============================================ */
.toc {
    background: #f8f9fb;
    border: 1px solid #e2e6ec;
    border-left: 4px solid #c8102e;
    border-radius: 8px;
    padding: 28px 32px;
    margin-bottom: 48px;
}

.toc-heading {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.toc-list {
    list-style: decimal;
    padding-left: 20px;
}

.toc-list li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.toc-list li a {
    color: #1a1a2e;
    font-weight: 500;
}

.toc-list li a:hover {
    color: #c8102e;
    text-decoration: underline;
}

/* ============================================
   Blog Sections
   ============================================ */
.blog-section {
    margin-bottom: 48px;
}

.blog-section h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 16px;
}

.blog-section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.35;
    margin-top: 32px;
    margin-bottom: 14px;
}

.blog-section p {
    margin-bottom: 18px;
    color: #3a3a3a;
}

.intro-text {
    font-size: 19px;
    line-height: 1.8;
    color: #2d2d2d;
    font-weight: 400;
}

/* ============================================
   Styled Lists
   ============================================ */
.styled-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.styled-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    line-height: 1.7;
    color: #3a3a3a;
}

.styled-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #c8102e;
    border-radius: 50%;
}

.styled-list li strong {
    color: #1a1a2e;
}

/* ============================================
   Step Cards
   ============================================ */
.step-card {
    background: #ffffff;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    padding: 28px 32px;
    margin-bottom: 24px;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.step-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.step-number {
    display: inline-block;
    background: #c8102e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.step-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 12px;
}

.step-card p {
    margin-bottom: 12px;
    color: #3a3a3a;
}

.step-card .styled-list {
    margin-top: 12px;
}

/* ============================================
   Info Boxes
   ============================================ */
.info-box {
    background: #f0f4f8;
    border-radius: 10px;
    padding: 26px 30px;
    margin-bottom: 20px;
}

.info-box h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 10px;
}

.info-box p {
    margin-bottom: 0;
    color: #3a3a3a;
}

/* ============================================
   Highlight Boxes
   ============================================ */
.highlight-box {
    background: #fff8f0;
    border-left: 4px solid #f0c040;
    border-radius: 0 8px 8px 0;
    padding: 24px 28px;
    margin-bottom: 20px;
}

.highlight-box h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 10px;
}

.highlight-box p {
    margin-bottom: 0;
    color: #3a3a3a;
}

/* ============================================
   Trust Badges
   ============================================ */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fb;
    border: 1px solid #e2e6ec;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
}

.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #c8102e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section h2 {
    margin-bottom: 28px;
}

.faq-item {
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 16px;
    background: #ffffff;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.4;
}

.faq-item p {
    margin-bottom: 0;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 1.7;
}

.faq-item p a {
    font-weight: 600;
}

/* ============================================
   CTA Section
   ============================================ */
.blog-cta {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    border-radius: 14px;
    padding: 48px 40px;
    text-align: center;
    margin-bottom: 40px;
}

.blog-cta h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
}

.blog-cta p {
    color: #c0c8d8;
    font-size: 17px;
    margin-bottom: 16px;
}

.phone-link {
    color: #f0c040;
    font-weight: 700;
    font-size: 20px;
}

.phone-link:hover {
    color: #ffd060;
}

.cta-button {
    display: inline-block;
    background: #c8102e;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 8px;
}

.cta-button:hover {
    background: #a00d24;
    transform: translateY(-2px);
    text-decoration: none !important;
}

.cta-subtext {
    font-size: 14px;
    color: #8899b0 !important;
    margin-top: 12px;
}

/* ============================================
   Disclaimer
   ============================================ */
.disclaimer {
    background: #f8f9fb;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 40px;
}

.disclaimer p {
    font-size: 13px;
    line-height: 1.65;
    color: #6b7280;
    margin-bottom: 0;
}

/* ============================================
   Share Section
   ============================================ */
.share-section {
    text-align: center;
    padding: 32px 0;
    border-top: 1px solid #e2e6ec;
}

.share-section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.share-section p {
    font-size: 15px;
    color: #6b7280;
    max-width: 480px;
    margin: 0 auto;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 768px) {
    .blog-hero {
        padding: 60px 20px 44px;
    }

    .blog-title {
        font-size: 30px;
    }

    .blog-subtitle {
        font-size: 16px;
    }

    .blog-featured-image {
        margin-top: -20px;
        padding: 0 16px;
    }

    .blog-content-wrapper {
        padding: 36px 18px 48px;
    }

    .toc {
        padding: 22px 24px;
    }

    .blog-section h2 {
        font-size: 25px;
    }

    .blog-section h3 {
        font-size: 19px;
    }

    .step-card {
        padding: 22px 24px;
    }

    .info-box {
        padding: 22px 24px;
    }

    .highlight-box {
        padding: 20px 22px;
    }

    .trust-badges {
        grid-template-columns: 1fr;
    }

    .blog-cta {
        padding: 36px 24px;
    }

    .blog-cta h2 {
        font-size: 24px;
    }

    .faq-item {
        padding: 20px 22px;
    }
}

@media (max-width: 480px) {
    .blog-hero {
        padding: 48px 16px 36px;
    }

    .blog-title {
        font-size: 26px;
    }

    .blog-subtitle {
        font-size: 15px;
    }

    .blog-content-wrapper {
        padding: 28px 16px 40px;
    }

    .blog-section h2 {
        font-size: 22px;
    }

    .step-card {
        padding: 18px 20px;
    }

    .blog-cta {
        padding: 28px 20px;
    }

    .blog-cta h2 {
        font-size: 21px;
    }

    .phone-link {
        font-size: 18px;
    }

    .cta-button {
        padding: 12px 28px;
        font-size: 15px;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .blog-hero {
        background: #1a1a2e;
        color: #ffffff;
    }

    .blog-cta,
    .share-section {
        display: none;
    }

    body {
        font-size: 14px;
    }
}/* End custom CSS */