button{border:none;cursor:pointer;height:fit-content;background-color:#fff}.styled-button{border:1px solid #27483e;border-radius:100px;transition:background-color ease .15s,color ease .15s;flex-wrap:nowrap}.styled-button:disabled{cursor:not-allowed;pointer-events:none}.styled-button_primary{background-color:#27483e;color:#fff}@media (hover: hover) and (pointer: fine){.styled-button_primary:hover{background-color:#fff;color:#27483e}}.styled-button_primary:disabled{border-color:#93a39f;background-color:#93a39f}.styled-button_secondary{color:#27483e}@media (hover: hover) and (pointer: fine){.styled-button_secondary:hover{background-color:#27483e;color:#fff}}.styled-button_secondary:disabled{border-color:#93a39f;color:#93a39f}.styled-button_tertiary{color:#27483e;background-color:#e7f1df;border:#e7f1df}.styled-button_tertiary:disabled{border-color:#93a39f;color:#93a39f}.styled-button_quaternary{color:#27483e;background-color:#f2efeb;border:none}.styled-button_quaternary:disabled{border-color:#93a39f;color:#93a39f}.styled-button_none{color:#27483e;background-color:transparent;border:none}.styled-button_none.styled-button_medium,.styled-button_none.styled-button_large,.styled-button_none.styled-button_small{padding:0}.styled-button_small{padding:.5rem}.styled-button_medium{padding:.5rem 2.5rem}.styled-button_large{padding:1rem 3.125rem}.styled-button_fullWidth{width:100%}.styled-button_withIcon{display:flex;align-items:center;justify-content:center;gap:.25rem}.styled-button_square-edge{border-radius:8px}.styled-icon-button{display:flex;align-items:center;justify-content:center;width:max-content;aspect-ratio:1;border-radius:100%;transition:background-color ease .15s,color ease .15s,border-color ease .15s}.styled-icon-button:disabled{cursor:not-allowed;pointer-events:none}.styled-icon-button_outlined{padding:.5em;border:1px solid #93a39f}@media (hover: hover) and (pointer: fine){.styled-icon-button_outlined:hover{background-color:#27483e;border-color:#27483e;color:#fff}}.styled-icon-button_outlined:disabled{border-color:#93a39f;background-color:#93a39f;color:#fff}.styled-icon-button_filled{padding:.5em;border:1px solid #27483e;background-color:#27483e;color:#fff}@media (hover: hover) and (pointer: fine){.styled-icon-button_filled:hover{border-color:#93a39f;background-color:#fff;color:#27483e}}.styled-icon-button_filled:disabled{border-color:#93a39f;background-color:#93a39f;color:#fff}.styled-icon-button_inverted{padding:.5em;border:1px solid #ffffff;background-color:#fff;color:#27483e}@media (hover: hover) and (pointer: fine){.styled-icon-button_inverted:hover{border-color:#27483e;background-color:#27483e;color:#fff}}.styled-icon-button_inverted:disabled{border-color:#93a39f;background-color:#93a39f;color:#fff}@media (hover: hover) and (pointer: fine){.styled-icon-button_none:hover{color:#27483e}}
