button.button{background:0;border:0;border-radius:2px;padding:8px 24px 6px;color:var(--text-whiteStatic);font-family:SwedbankHeadlineBold,Arial,sans-serif;font-size:1.1875rem;line-height:1.5rem;cursor:pointer;font-weight:700}
button.button[disabled]{color:var(--text-disabled);background:var(--surface-disabled)}
button.button.orange{background:var(--surface-brandHigh)}
button.button.orange:hover{background:linear-gradient(var(--overlay-blackStaticLow),var(--overlay-blackStaticLow)),var(--surface-brandHigh)}
button.button.orange:active{background:linear-gradient(var(--overlay-blackStaticHigh),var(--overlay-blackStaticHigh)),var(--surface-brandHigh)}
button.button.turqouise{background:var(--surface-interactiveHigh)}
button.button.turqouise:hover{background:linear-gradient(var(--overlay-blackStaticLow),var(--overlay-blackStaticLow)),var(--surface-interactiveHigh)}
button.button.turqouise:active{background:linear-gradient(var(--overlay-blackStaticHigh),var(--overlay-blackStaticHigh)),var(--surface-interactiveHigh)}
button.button:focus-visible{border-radius:1px;outline:2px solid var(--line-tabFocus);outline-offset:2px}
.general-icon-button:hover{background:var(--overlay-regularLow)}
.general-icon-button:active{background:var(--overlay-regularHigh)}