/* Public timer: dark cards (Elementor-style preview). */
.cdt-root {
    width: 100%;
}

.cdt-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    font-family: "Inter", Sans-serif;
    -webkit-font-smoothing: antialiased;
}

.cdt-unit {
    min-width: 62px;
    padding: 10px;
    border-radius: 4px;
    background: #111827;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.cdt-value {
    display: block;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}

.cdt-label {
    display: block;
    margin-top: 6px;
    font-weight: 400;
    color: grey !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.cdt-labels-off .cdt-label {
    display: none;
}

.cdt-label:empty {
    display: none;
}
