.asheswp-installment-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 52px;
    margin-top: 10px;
    padding: 10px 16px;
    border: 1px solid var(--asheswp-color-primary, #ff7239);
    border-radius: 13px;
    background: transparent;
    color: var(--asheswp-color-primary, #ff7239);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: background-color .15s ease, color .15s ease, opacity .15s ease;
}

.asheswp-installment-cta:hover {
    background: var(--asheswp-color-primary, #ff7239);
    color: #fff;
}

.asheswp-installment-cta:focus-visible {
    outline: 2px solid var(--asheswp-color-primary, #ff7239);
    outline-offset: 3px;
}

.asheswp-installment-cta.is-disabled,
.asheswp-installment-cta[aria-disabled="true"] {
    opacity: .55;
    pointer-events: none;
}

.asheswp-installment-cta.is-loading {
    opacity: .7;
}

html[data-theme="dark"] .asheswp-installment-cta,
.asheswp-theme-dark .asheswp-installment-cta {
    border-color: var(--asheswp-color-primary, #ff7239);
    color: #ffb08a;
}

@media (max-width: 575.98px) {
    .asheswp-installment-cta {
        min-height: 48px;
        font-size: 13px;
    }
}
