/*
    @Project: magshop.md
    @File: custom.css
    @Website: https://seven.md
*/

/* ================================================
   modaluri rate - stilizare
   ================================================ */

/* suma lunara */
.rate-price-big {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #212529;
    letter-spacing: -0.02em;
}
.rate-price-cur {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    margin-left: 4px;
}

/* bara pasi virtula (3 rate) */
.rate-steps-bar {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.rate-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}
.rate-step-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #cff4fc;
    color: #0b7ecf;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rate-step-text {
    font-size: 0.68rem;
    color: #6c757d;
    text-align: center;
    line-height: 1.35;
    white-space: nowrap;
}
.rate-step-line {
    flex: 1;
    height: 1px;
    background: #dee2e6;
    margin: 0 6px 22px;
}
