.wc-shipping-rates-wrapper {
    margin-top: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wc-shipping-rates-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wc-shipping-rate {
    color: #32ab2e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}

.shipping-rate-label,
.rate-cost,
.delivery-time {
    color: #32ab2e;
    font-weight: normal;
    display: inline;
}
