.dqx-capture-stats {
    background: linear-gradient(180deg, #f5f2eb 0%, #fffdfa 100%);
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}

.dqx-capture-stats .dqx-capture-stats__container {
    background: linear-gradient(180deg, #fffefc 0%, #ffffff 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    padding: 1.5rem 1.6rem;
    box-shadow: 0 8px 20px rgba(18, 32, 57, 0.05);
}

.dqx-capture-stats h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.25rem, 2.1vw, 1.8rem);
    color: #1d2b45;
}

.dqx-capture-stats p {
    margin: 0 0 0.9rem;
    line-height: 1.6;
    color: #27364f;
}

.dqx-capture-stats p:last-child {
    margin-bottom: 0;
}

.dqx-capture-stats strong {
    color: #214f85;
}
