.wpttsc-card {
    margin: 24px 0;
    padding: 22px 24px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(240, 249, 255, 0.82), rgba(255, 255, 255, 0.96));
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    color: #172033;
}

.wpttsc-kicker {
    margin-bottom: 8px;
    color: #58708f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wpttsc-title {
    margin: 16px 0 14px;
    color: #111827;
    font-size: 22px;
    line-height: 1.32;
}


.wpttsc-section h3,
.wpttsc-static h3 {
    margin: 0 0 6px;
    color: #1f3a5f;
    font-size: 15px;
    line-height: 1.35;
}

.wpttsc-section p,
.wpttsc-static p {
    margin: 0 0 10px;
    color: #334155;
    font-size: 15px;
    line-height: 1.72;
}

.wpttsc-static {
    margin-top: 32px;
    padding: 32px 36px 28px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(240, 249, 255, 0.82), rgba(255, 255, 255, 0.96));
}

@media (max-width: 640px) {
    .wpttsc-card {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .wpttsc-title {
        font-size: 19px;
    }
}
