.btn-text{align-items:center;background-color:var(--button-text-bg);color:var(--button-text-text);display:inline-flex;gap:.75rem;justify-content:center}.btn-text:hover,.group:hover .btn-text{background-color:var(--button-text-hover-bg);color:var(--button-text-hover-text)}.btn-text:active{background-color:var(--button-text-pressed-bg)!important;color:var(--button-text-pressed-text)!important}.btn-text{outline-offset:2px}.btn-text:focus-visible{background-color:var(--button-text-focus-bg);color:var(--button-text-focus-text);outline-color:var(--button-text-focus-outline);outline-width:2px}.btn-text:disabled{background-color:var(--button-text-disabled-bg)!important;color:var(--button-text-disabled-text)!important;cursor:not-allowed}.btn-text-md{font-size:var(--button-fontsize);font-weight:var(--button-text-fontweight);height:var(--button-text-height)}.btn-text-sm{font-size:var(--button-sm-fontsize);font-weight:var(--button-text-fontweight-sm);height:var(--button-text-height-sm)}
