.sg_delivery_timer {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    max-width: 500px;
    font-family: "Segoe UI", sans-serif;
}

.sg_timer_icon img {
    height: 80px !important;
}

.sg_timer_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.sg_timer_line {
    font-size: 15px;
    font-weight: bold;
    color: #727272;
    display: inline-block;
}

.sg_timer_line span {
    color: #ff7800;
}

.sg_timer_note {
    font-size: 14px;
    color: #00baff;
    margin-top: 4px;
    font-weight: 700;
}
