.elementor-2847 .elementor-element.elementor-element-30cadf4{--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-7b119a0 *//* ============================================
   MAYDAY LAW OFFICE - BLOG POST STYLES
   ============================================ */

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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

ul, ol {
    padding-left: 1.5em;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    background: #1a1a2e;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
}

.logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-logo {
    height: 50px;
    width: auto;
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.nav-list li a {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}

.nav-list li a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.nav-cta {
    background: #c0392b !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
}

.nav-cta:hover {
    background: #a93226 !important;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.3s;
}

/* ============================================
   BLOG HERO
   ============================================ */
.blog-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 60px 24px 50px;
    color: #ffffff;
}

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

.blog-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.breadcrumb-link {
    color: #a8c8e8;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.blog-date {
    font-size: 14px;
    color: #a8c8e8;
    font-weight: 400;
}

.blog-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #ffffff;
}

.blog-hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #cdd9e5;
    font-weight: 400;
    max-width: 680px;
}

/* ============================================
   FEATURED IMAGE
   ============================================ */
.featured-image-section {
    background: #f5f5f5;
    padding: 0;
}

.featured-image-wrapper {
    max-width: 920px;
    margin: 0 auto;
    transform: translateY(-30px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.featured-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1200/630;
    object-fit: cover;
}

/* ============================================
   BLOG CONTENT
   ============================================ */
.blog-content {
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 24px 60px;
}

.blog-article {
    background: #ffffff;
}

.content-section {
    margin-bottom: 48px;
}

.content-section:last-child {
    margin-bottom: 0;
}

/* Typography */
.content-section h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    line-height: 1.3;
    padding-bottom: 12px;
    border-bottom: 3px solid #c0392b;
}

.content-section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 32px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.content-section h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 24px;
    margin-bottom: 10px;
}

.content-section p {
    margin-bottom: 18px;
    color: #3a3a3a;
    font-size: 17px;
    line-height: 1.8;
}

.intro-text {
    font-size: 18px;
    line-height: 1.85;
}

.content-section ul,
.content-section ol {
    margin-bottom: 20px;
    padding-left: 1.8em;
}

.content-section li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #3a3a3a;
}

.content-section strong {
    color: #1a1a2e;
}

/* ============================================
   STEPS LIST
   ============================================ */
.steps-list {
    margin: 32px 0;
}

.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 28px;
    padding: 24px;
    background: #f8f9fb;
    border-radius: 10px;
    border-left: 4px solid #c0392b;
    transition: box-shadow 0.2s ease;
}

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

.step-number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #c0392b;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.step-content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.15rem;
}

.step-content p {
    margin-bottom: 0;
    font-size: 16px;
}

/* ============================================
   HIGHLIGHTS GRID
   ============================================ */
.highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 32px 0;
}

.highlight-card {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 28px 24px;
    border: 1px solid #e8ecf0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.highlight-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.highlight-card h3 {
    margin-top: 0;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.highlight-card p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0;
    color: #555;
}

/* ============================================
   MISTAKES LIST
   ============================================ */
.mistakes-list {
    counter-reset: mistakes;
    list-style: none;
    padding-left: 0;
    margin: 24px 0;
}

.mistakes-list li {
    counter-increment: mistakes;
    position: relative;
    padding: 18px 20px 18px 56px;
    margin-bottom: 14px;
    background: #fef5f4;
    border-radius: 8px;
    border-left: 4px solid #c0392b;
    font-size: 16px;
}

.mistakes-list li::before {
    content: counter(mistakes);
    position: absolute;
    left: 16px;
    top: 18px;
    width: 28px;
    height: 28px;
    background: #c0392b;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-container {
    margin-top: 24px;
}

.faq-item {
    border: 1px solid #e8ecf0;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 16px;
    background: #fafbfc;
    transition: box-shadow 0.2s;
}

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

.faq-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.4;
}

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

/* ============================================
   CTA BOX
   ============================================ */
.cta-box {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    color: #ffffff;
    padding: 40px 36px;
    border-radius: 12px;
    margin-top: 28px;
    text-align: center;
}

.cta-box h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 16px;
}

.cta-box p {
    color: #d0d8e4;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.7;
}

.cta-phone {
    font-size: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
}

.cta-phone a {
    color: #f5c542;
    font-size: 1.35rem;
    text-decoration: none;
    transition: color 0.2s;
}

.cta-phone a:hover {
    color: #ffd966;
    text-decoration: none;
}

.cta-box a:not(.cta-phone a) {
    color: #f5c542;
}

.cta-box a:not(.cta-phone a):hover {
    color: #ffd966;
}

.cta-tagline {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    color: #a8c8e8 !important;
}

/* ============================================
   DISCLAIMER
   ============================================ */
.disclaimer-section {
    border-top: 1px solid #e0e0e0;
    padding-top: 28px;
}

.disclaimer-text {
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #777 !important;
}

/* ============================================
   SHARE SECTION
   ============================================ */
.share-section {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 32px;
}

.share-section h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.share-section p {
    font-size: 15px;
    color: #666;
}

/* ============================================
   RELATED POSTS
   ============================================ */
.related-posts {
    background: #f5f6f8;
    padding: 60px 24px;
}

.related-posts-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.related-posts h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.8rem;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 36px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.related-post-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.related-post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-post-info {
    padding: 20px;
}

.related-post-info h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 8px;
}

.related-post-date {
    font-size: 13px;
    color: #888;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: #1a1a2e;
    color: #c0c6d0;
    padding: 60px 24px 0;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-logo {
    height: 45px;
    width: auto;
    margin-bottom: 12px;
}

.footer-tagline {
    font-size: 14px;
    color: #8b92a0;
    margin-bottom: 8px;
}

.footer-phone a {
    color: #f5c542;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}

.footer-phone a:hover {
    color: #ffd966;
    text-decoration: none;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #9ca3b0;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3b0;
}

.footer-cta-btn {
    display: inline-block;
    background: #c0392b;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 6px;
    margin-top: 12px;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.footer-cta-btn:hover {
    background: #a93226;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #6b7280;
}

.footer-bottom a {
    color: #8b92a0;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffffff;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1024px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .highlights-grid {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .nav-list {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .blog-hero {
        padding: 40px 20px 36px;
    }

    .blog-hero h1 {
        font-size: 1.85rem;
    }

    .blog-hero-subtitle {
        font-size: 1rem;
    }

    .featured-image-wrapper {
        margin: 0 16px;
        transform: translateY(-20px);
        border-radius: 8px;
    }

    .blog-content {
        padding: 12px 20px 48px;
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .content-section h3 {
        font-size: 1.15rem;
    }

    .step-item {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 12px;
    }

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

    .cta-box h3 {
        font-size: 1.3rem;
    }

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

    .mistakes-list li {
        padding-left: 50px;
    }
}

@media (max-width: 480px) {
    .blog-hero h1 {
        font-size: 1.55rem;
    }

    .content-section h2 {
        font-size: 1.35rem;
    }

    .blog-meta-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-inner {
        padding: 10px 16px;
    }

    .site-logo {
        height: 40px;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .site-header,
    .site-footer,
    .related-posts,
    .share-section,
    .mobile-menu-toggle {
        display: none;
    }

    .blog-hero {
        background: #ffffff;
        color: #000000;
        padding: 20px 0;
    }

    .blog-hero h1 {
        color: #000000;
    }

    body {
        font-size: 12pt;
        color: #000000;
    }

    a {
        color: #000000;
        text-decoration: underline;
    }
}/* End custom CSS */