.cd-box {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 10px;
    min-width: 80px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.cd-number {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
}

.cd-label {
    font-size: 0.9rem;
    color: #555;
    margin-top: 4px;
}
