#alma-payment-plans > div {
    background-color: var(--theme-palette-color-9);
    border-color: var(--theme-palette-color-1);
}

#alma-payment-plans .alma-payment-plans-know-more-action {
    background: transparent;
}

#alma-payment-plans svg {
    width: 60px !important; 
}

#alma-payment-plans svg path {
    fill: #FA5022;
}

#alma-payment-plans .alma-payment-plans-active-option {
    background-color: var(--theme-palette-color-1);
    color: var(--theme-text-color);
}

#alma-payment-plans #payment-info-text > p {
    color: var(--theme-text-color) !important;
}

.wc_payment_method.payment_method_vivacom_smart img {
    filter: brightness(0) invert(1);
}