#tamaro-widget-overlay.tamaro-widget.tamaro-widget, #tamaro-widget.tamaro-widget.tamaro-widget {
    font-family: 'Suisse Int’l' !important;
}

:root {
    --tamaro-primary-color: #009fe3 !important;
    --tamaro-primary-color__hover: #2d6cb4 !important;
    --tamaro-primary-bg-color: #e0f1f5 !important;
    --tamaro-bg-color: #fff !important;
    --tamaro-bg-color__hover: #f9f9f9 !important;
    --tamaro-text-color: #1d9dd9 !important;
}

#tamaro-widget.tamaro-widget .payment-payment-methods>.main .payment-methods .payment-method:hover {
    cursor: pointer;
    background-color: #f9f9f9;
    background-color: var(--tamaro-bg-color__hover)
}

#tamaro-widget.tamaro-widget.tamaro-bp-sm .payment-payment-methods>.main .payment-methods .payment-method {
    flex-direction: column;
    width: 33.33333%;
    padding-top: 2.75rem;
    padding-bottom: 2rem
}