.wc-block-mini-cart__footer-actions {
    font-size: var(--wp--preset--font-size--x-small) !important;
}

.wc-block-mini-cart__footer-actions button {
    padding-top: var(--wp--preset--spacing--small);
    padding-right: var(--wp--preset--spacing--medium);
    padding-bottom: var(--wp--preset--spacing--small);
    padding-left: var(--wp--preset--spacing--medium);
}

.wc-block-components-button:not(.is-link).outlined {
    color: var(--wp--custom--color--primary);
    border: 1px solid var(--wp--custom--color--primary);

}

.wc-block-components-button:not(.is-link).outlined:active, 
.wc-block-components-button:not(.is-link).outlined:disabled, 
.wc-block-components-button:not(.is-link).outlined:focus, 
.wc-block-components-button:not(.is-link).outlined:hover {
    color: var(--wp--custom--color--primary-content);
    background-color: var(--wp--custom--color--primary);
    outline: none;
    box-shadow: none;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    font-size: var(--wp--preset--font-size--x-small);
    font-size: 89%;

    color: var(--wp--custom--color--base5);
}
