.elementor-2819 .elementor-element.elementor-element-7aea535{--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-beeaec6 *//* Blog Post Styles - Mayday Law Office */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f8f9fa;
    font-size: 16px;
}

/* Article Container */
.blog-post {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .blog-post {
        padding: 20px;
        margin: 0 10px;
    }
}

/* Header Styles */
.post-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #e0e0e0;
}

.post-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .post-header h1 {
        font-size: 1.8rem;
    }
}

.post-meta {
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
    line-height: 1.6;
}

/* Content Styles */
.post-content {
    color: #333;
}

.post-content p {
    margin-bottom: 24px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.post-content h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 48px;
    margin-bottom: 24px;
    line-height: 1.3;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: 36px;
    margin-bottom: 20px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .post-content h2 {
        font-size: 1.5rem;
    }
    
    .post-content h3 {
        font-size: 1.3rem;
    }
}

/* Links */
.post-content a {
    color: #c41e3a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.post-content a:hover {
    color: #a01729;
    border-bottom-color: #c41e3a;
}

/* Lists */
.post-content ul,
.post-content ol {
    margin-bottom: 24px;
    padding-left: 30px;
}

.post-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.post-content ul li {
    list-style-type: disc;
}

.post-content ol li {
    list-style-type: decimal;
}

.post-content li strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Nested Lists */
.post-content ul ul,
.post-content ol ul,
.post-content ul ol,
.post-content ol ol {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Strong/Bold Text */
.post-content strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Footer Styles */
.post-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

.post-tags {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.8;
}

.post-tags strong {
    color: #1a1a1a;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
}

.post-tags a {
    color: #c41e3a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    margin: 0 4px;
}

.post-tags a:hover {
    color: #a01729;
    text-decoration: underline;
}

/* Call-to-Action Style Links */
.post-content a[href*="contact"],
.post-content a[href^="tel:"] {
    font-weight: 600;
    color: #c41e3a;
}

.post-content a[href^="tel:"]:hover {
    color: #a01729;
}

/* Responsive Typography */
@media (max-width: 768px) {
    body {
        font-size: 15px;
    }
    
    .post-content p {
        font-size: 1rem;
    }
}

/* Improve Readability */
.post-content p + h2,
.post-content ul + h2,
.post-content ol + h2 {
    margin-top: 52px;
}

.post-content p + h3,
.post-content ul + h3,
.post-content ol + h3 {
    margin-top: 40px;
}

/* Print Styles */
@media print {
    body {
        background: #fff;
    }
    
    .blog-post {
        box-shadow: none;
        padding: 0;
    }
    
    .post-content a {
        color: #000;
        text-decoration: underline;
    }
}/* End custom CSS */