.rwsp-cart-schedule {
    font-size: 80%;
    margin-bottom: 0;
}
.rwsp-cart-schedule-list {
    margin-top: 0;
}
.woocommerce-checkout .rwsp-cart-schedule-list,
.woocommerce-order-received .rwsp-cart-schedule-list {
    padding-left: 0 !important;
    list-style: none !important;
}
.woocommerce-cart .rwsp-cart-schedule-list li {
    font-size: 80%;
}
.rwsp-cart-schedule-list li > span:first-child {
    font-weight: bold;
}
.rwsp-product-calendar {
    margin-top: 15px;
}
.rwsp-product-calendar .rwsp-cart-schedule-list {
    font-size: 80%;
    padding-bottom: 0;
}

.rwsp-cart-block {
    padding: 16px 0;
    border-top: 1px solid hsla(0, 0%, 7%, .11);
}

.rwsp-cart-block .wc-block-components-totals-item {
    padding: 5px 0;
}

.rwsp-cart-block .wc-block-components-totals-item__label small {
    padding-left: 10px;
}

body.woocommerce-checkout .rwsp-cart-block {
    margin-top: 15px;
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
}