.elementor-2871 .elementor-element.elementor-element-ed51bd6{--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-faf57bd *//* ==========================================================================
   Mayday Law Office - Blog Post Styles
   ATV Accidents and Injuries in Texas
   ========================================================================== */

/* ---------- 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;
}

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;
}

/* ---------- Article Container ---------- */
.blog-post {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Post Header ---------- */
.post-header {
    max-width: 860px;
    margin: 40px auto 30px;
    text-align: left;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
    font-weight: 500;
}

.post-meta time {
    color: #6b7280;
}

.read-time {
    color: #6b7280;
    padding-left: 16px;
    border-left: 2px solid #e5e7eb;
}

.post-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.post-subtitle {
    font-size: 1.15rem;
    color: #4b5563;
    line-height: 1.6;
    font-weight: 400;
}

/* ---------- Featured Image ---------- */
.featured-image {
    max-width: 960px;
    margin: 0 auto 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ---------- Content Layout (3-Column) ---------- */
.content-layout {
    display: grid;
    grid-template-columns: 220px 1fr 280px;
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: start;
}

/* ---------- Table of Contents Sidebar ---------- */
.toc-sidebar {
    position: sticky;
    top: 125px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding-right: 10px;
}

.toc-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.toc-list {
    list-style: none;
    padding: 0;
}

.toc-list li {
    margin-bottom: 6px;
}

.toc-list li a {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.45;
    display: block;
    padding: 5px 0 5px 12px;
    border-left: 2px solid #e5e7eb;
    transition: all 0.2s ease;
    font-weight: 400;
}

.toc-list li a:hover {
    color: #c8102e;
    border-left-color: #c8102e;
    text-decoration: none;
    font-weight: 500;
}

/* ---------- Main Post Content ---------- */
.post-content {
    min-width: 0;
}

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

.content-section h2 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding-top: 8px;
}

.content-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.content-section p {
    margin-bottom: 16px;
    color: #374151;
    font-weight: 400;
}

.content-section ul,
.content-section ol {
    margin: 0 0 20px 0;
    padding-left: 24px;
}

.content-section ul li,
.content-section ol li {
    margin-bottom: 10px;
    color: #374151;
    font-weight: 400;
    line-height: 1.7;
}

.content-section ul li strong {
    color: #111827;
}

/* ---------- Data Table ---------- */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 28px;
    font-size: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.data-table thead {
    background: #111827;
    color: #ffffff;
}

.data-table thead th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.data-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.data-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.data-table tbody tr:hover {
    background: #fef2f2;
}

.data-table tbody td {
    padding: 13px 16px;
    vertical-align: top;
    color: #374151;
    line-height: 1.55;
}

/* ---------- Callout Boxes ---------- */
.callout-box {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-radius: 10px;
    margin: 28px 0;
    border-left: 4px solid;
}

.callout-phone {
    background: #fef2f2;
    border-left-color: #c8102e;
}

.callout-tip {
    background: #fffbeb;
    border-left-color: #f59e0b;
}

.callout-check {
    background: #f0fdf4;
    border-left-color: #16a34a;
}

.callout-icon {
    font-size: 24px;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
}

.callout-body {
    flex: 1;
}

.callout-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.callout-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.65;
}

/* ---------- Steps List ---------- */
.steps-list p {
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: 3px solid #e5e7eb;
}

.steps-list p strong {
    color: #111827;
    display: inline;
}

/* ---------- FAQ Section ---------- */
.faq-item {
    margin-bottom: 28px;
    padding: 24px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.faq-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}

.faq-item p {
    margin-bottom: 0;
    color: #374151;
    font-size: 15.5px;
}

/* ---------- CTA Section ---------- */
.cta-section {
    background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 100%);
    padding: 36px;
    border-radius: 12px;
    border: 1px solid #fecaca;
}

.cta-section h2 {
    color: #991b1b;
}

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

.cta-link:hover {
    background: #a00d24;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* ---------- Disclaimer ---------- */
.disclaimer {
    margin: 40px 0 24px;
    padding: 20px 24px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

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

/* ---------- Section Divider ---------- */
.section-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 32px 0;
}

/* ---------- Share Section ---------- */
.share-section {
    text-align: center;
    margin-bottom: 40px;
}

.share-section h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

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

/* ---------- Sidebar Form ---------- */
.form-sidebar {
    position: sticky;
    top: 125px;
}

.sidebar-form-card {
    background: #111827;
    border-radius: 14px;
    padding: 30px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.form-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    text-align: center;
}

.form-subtitle {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 20px;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #374151;
    border-radius: 8px;
    background: #1f2937;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #6b7280;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #c8102e;
    box-shadow: 0 0 0 2px rgba(200, 16, 46, 0.2);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.form-button {
    width: 100%;
    padding: 14px;
    background: #c8102e;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.form-button:hover {
    background: #a00d24;
    transform: translateY(-1px);
}

/* ---------- Injury List (enhanced) ---------- */
.injury-list {
    list-style: none;
    padding-left: 0;
}

.injury-list li {
    position: relative;
    padding: 14px 16px 14px 20px;
    margin-bottom: 10px;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 3px solid #c8102e;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

/* Tablet */
@media (max-width: 1100px) {
    .content-layout {
        grid-template-columns: 1fr 260px;
    }

    .toc-sidebar {
        display: none;
    }
}

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

    .post-header {
        margin: 24px auto 20px;
    }

    .post-title {
        font-size: 1.75rem;
    }

    .post-subtitle {
        font-size: 1rem;
    }

    .content-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .toc-sidebar {
        display: none;
    }

    .form-sidebar {
        position: static;
        margin-top: 40px;
    }

    .featured-image {
        border-radius: 8px;
        margin-bottom: 28px;
    }

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

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

    .data-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .callout-box {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }

    .cta-section {
        padding: 24px 20px;
    }

    .faq-item {
        padding: 18px;
    }

    .steps-list p {
        padding-left: 12px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .post-title {
        font-size: 1.5rem;
    }

    .post-meta {
        flex-wrap: wrap;
        gap: 8px;
    }

    .read-time {
        border-left: none;
        padding-left: 0;
    }

    .sidebar-form-card {
        padding: 24px 18px;
    }

    .data-table thead th,
    .data-table tbody td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* Print */
@media print {
    .toc-sidebar,
    .form-sidebar,
    .callout-box,
    .share-section {
        display: none;
    }

    .content-layout {
        grid-template-columns: 1fr;
    }

    body {
        font-size: 12pt;
        color: #000;
    }
}/* End custom CSS */