.cct-container {
    text-align: center;
    margin: 30px 0;
}
.cct-label-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cct-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}
.cct-box {
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    min-width: 70px;
}
.cct-number {
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #333;
}
.cct-label {
    font-size: 60px;
    color: #777;
}
