.timer2685-container {
    display: flex;
    gap: 10px;
    direction: rtl;
    font-family: tahoma, sans-serif;
    justify-content: center;
    padding: 20px;
}

.timer2685-box {
    background-color: #c62d4b; /* رنگ مشابه تصویر */
    color: white;
    width: 80px;
    height: 100px;
    border: 2px solid white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.timer2685-val {
    font-size: 28px;
    font-weight: bold;
}

.timer2685-label {
    font-size: 14px;
    margin-top: 5px;
}
