.wc-block-components-title.wc-block-components-title {
    font-family: var(--wp--preset--font-family--heading);
    font-size: var(--wp--preset--font-size--regular);
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    color: var(--wp--custom--color--base5);
}

.wc-block-checkout__form .wc-block-components-radio-control__description-group,
.wc-block-checkout__form .wc-block-components-radio-control__label-group,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-address-card,
.wc-block-components-checkout-step__description {
    font-size: var(--wp--preset--font-size--small);

}
.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.wc-block-components-radio-control-accordion-content,
.wc-block-components-express-payment-continue-rule,
.is-large .wc-block-components-sidebar .wc-block-components-panel, 
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    font-size: 80%;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {

    border-radius: 0px;
    box-shadow: inset 0 0 0 2px var(--wp--custom--color--base5);

}