
.vrh-delivery-info {
    font-family: 'Geometria', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
}

.vrh-delivery-info .vrh-delivery-info__title {
    font-family: 'Geometria', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #212529 !important;
    margin: 0 !important;
    padding: 20px 25px !important;
    border-bottom: 1px solid #f1f3f4 !important;
    text-align: left !important;
    background: transparent !important;
    border-top: none !important;
}

.vrh-delivery-info ul {
    list-style: none !important;
    padding: 20px 25px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f1f3f4 !important;
}

.vrh-delivery-info ul li {
    position: relative !important;
    padding: 2px 0 0px 20px !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    list-style: none !important;
    margin: 0 !important;
    background: transparent !important;
}

.vrh-delivery-info ul li + li { margin-top: 2px !important; }

.vrh-delivery-info ul li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 11px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #72DDDB !important;
    transform: translateY(-50%) !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
}

.vrh-delivery-info ul li strong {
    font-weight: 600 !important;
    color: #033a47 !important;
}

.vrh-delivery-info .vrh-delivery-info__current {
    display: none !important;
    justify-content: space-between !important;
    align-items: left !important;
    padding: 15px 25px !important;
    border-top: 2px solid #72DDDB !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #212529 !important;
    background: #f8f9fa !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto !important;
}

.vrh-delivery-info .vrh-delivery-info__current .label {
    flex: 1 1 auto !important;
    color: #212529 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    line-height: 1.4 !important;
}

.vrh-delivery-info .vrh-delivery-info__current .vrh-delivery-current-amount,
.vrh-delivery-info .vrh-delivery-info__current strong {
    color: #72DDDB !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-decoration: none !important;
}

.vrh-delivery-free {
    color: #28a745 !important;
    font-weight: 700 !important;
    font-family: 'Geometria', -apple-system, BlinkMacSystemFont, sans-serif !important;
}
.vrh-delivery-free-note {
    font-size: 0.85em !important;
    color: #28a745 !important;
    margin-left: 0.35rem !important;
    opacity: 0.9 !important;
}

.vrh-cart-total-delivery {
    display: flex !important;
    justify-content: space-between !important;
    align-items: left !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    border: none !important;
    border-top: none !important;
    background: transparent !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.vrh-cart-total-delivery .label {
    color: #6c757d !important;
    font-size: 1.8rem !important;
    font-family: 'Geometria', sans-serif !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.vrh-cart-total-delivery .value {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 0.25rem !important;
    color: #212529 !important;
    font-weight: 600 !important;
    font-family: 'Geometria', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.vrh-cart-total-delivery .value .woocommerce-Price-amount.amount,
.vrh-cart-total-delivery .value .amount,
.vrh-cart-total-delivery .value .vrh-new-total {
    color: #212529 !important;
    font-weight: 700 !important;
    font-size: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vrh-delivery-notice {
    font-family: 'Geometria', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1.2rem !important;
    line-height: 1.4 !important;
    min-height: 1.5em !important;
    color: #333333 !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
}
.vrh-delivery-notice.is-success { color: #28a745 !important; }
.vrh-delivery-notice.is-error   { color: #dc3545 !important; }
.vrh-delivery-notice.is-info    { color: #2563eb !important; }
.vrh-delivery-info__current {
    display: none !important;
}
@media screen and (max-width: 767px) {
  
    .vrh-delivery-info {
        margin: 0 0 20px 0 !important;
    }
    .vrh-delivery-info .vrh-delivery-info__title {
        padding: 15px 20px !important;
        font-size: 18px !important;
    }
    .vrh-delivery-info ul {
        padding: 15px 20px !important;
    }
    .vrh-delivery-info ul li {
        font-size: 0.9rem !important;
    }
    .vrh-delivery-info .vrh-delivery-info__current {
        padding: 12px 20px !important;
        flex-direction: row !important;
    }
    .vrh-delivery-info .vrh-delivery-info__current .label {
        font-size: 16px !important;
    }
    .vrh-delivery-info .vrh-delivery-info__current .vrh-delivery-current-amount,
    .vrh-delivery-info .vrh-delivery-info__current strong {
        font-size: 18px !important;
    }
      .vrh-delivery-info {
    margin: 0 1rem !important;
    width: fit-content !important;
    margin-bottom: 2rem !important;
}
}
