.cs-time {
    display: flex;
    justify-content: center;
    gap: 12px;
    direction: ltr;
}

.cs-item span {
    background: #111;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    min-width: 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-style: solid;
    border-width: 0;
    position: relative;
}

.cs-item b {
    font-weight: bold;
    text-align: center;
}

.cs-label {
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
}

.cs-label-inside {
    font-size: 10px;
    opacity: 0.7;
    margin-bottom: 4px;
    text-align: center;
}