/* =========================================
   WORKERS COMPENSATION STYLES 
   (Auto-Accident Aesthetic: Clean, Gold/Black/White)
   ========================================= */

.workers-comp-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 80px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #334155;
    line-height: 1.6;
}

/* --- INTRO TEXT --- */
.wc-intro-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 25px;
    margin-bottom: 25px;
    color: #334155;
}

.wc-featured-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}

/* --- SECTIONS --- */


.wc-subtitle {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2rem;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
}

/* --- BENEFITS LIST (Arrow Style) --- */
.wc-benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc-benefit-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Custom Gold Arrow */
.wc-benefit-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.2rem;
    color: #c5a059;
}

.wc-benefit-list strong {
    color: #111111;
    font-weight: 700;
}

/* --- EMPLOYER CONDUCT (Closing Note) --- */
.wc-note {
    background: #f8fafc;
    border-left: 4px solid #c5a059;
    padding: 30px;
    margin: 40px 0;
    font-style: italic;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.8;
}