/* SECTION WRAPPER */
.module-how-can-lawyer-help-v2 {
    padding-top: var(--py-section, 4rem);
    padding-bottom: var(--py-section, 4rem);
    background-color: var(--color-primary, #161b35);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-white, #fff);
}

.module-how-can-lawyer-help-v2 .lawyer-help-container {
    max-width: var(--width-normal, 1376px);
    margin: 0 auto;
    padding: 0 var(--gutter-size, 20px);
}

.module-how-can-lawyer-help-v2 .lawyer-help-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.module-how-can-lawyer-help-v2 h2.lawyer-help-heading {
    font-family: var(--font-family-heading, 'Playfair Display', serif);
    font-size: var(--font-size-h2, 2.25rem);
    line-height: 1.25;
    color: var(--color-white, #fff);
    margin: 0;
}

/* CONTENT BOX */
.module-how-can-lawyer-help-v2 .lawyer-help-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 2.5rem;
}

.module-how-can-lawyer-help-v2 .lawyer-help-box p {
    font-family: var(--font-family-body, 'Public Sans', sans-serif);
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1rem;
}

.module-how-can-lawyer-help-v2 .lawyer-help-box p:last-child {
    margin-bottom: 0;
}

.module-how-can-lawyer-help-v2 .lawyer-help-box ul,
.module-how-can-lawyer-help-v2 .lawyer-help-box ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

.module-how-can-lawyer-help-v2 .lawyer-help-box li {
    font-family: var(--font-family-body, 'Public Sans', sans-serif);
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
}

.module-how-can-lawyer-help-v2 .lawyer-help-box li:last-child {
    margin-bottom: 0;
}

.module-how-can-lawyer-help-v2 .lawyer-help-box strong {
    color: var(--color-white, #fff);
}

/* CTA BUTTON — same primary-btn pattern used across the other modules */
.module-how-can-lawyer-help-v2 .button.primary-btn {
    display: inline-block;
    background-color: var(--color-accent-01, #b82329);
    color: var(--color-white, #fff);
    font-family: var(--font-family-body, 'Public Sans', sans-serif);
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.module-how-can-lawyer-help-v2 .button.primary-btn:hover {
    background-color: #9a1c22;
}

@media (min-width: 768px) {
    .module-how-can-lawyer-help-v2 .lawyer-help-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
