.rc-launcher {
    all: unset;
    align-items: center !important;
    background: var(--rc-launch-accent, #ff4015) !important;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 999px !important;
    bottom: max(16px, env(safe-area-inset-bottom)) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .34), 0 2px 8px rgba(0, 0, 0, .2) !important;
    box-sizing: border-box !important;
    color: #111318 !important;
    cursor: pointer !important;
    display: flex !important;
    font: 700 14px/1.1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    height: 52px !important;
    justify-content: flex-start !important;
    left: max(16px, env(safe-area-inset-left)) !important;
    overflow: hidden !important;
    padding: 0 15px !important;
    position: fixed !important;
    text-decoration: none !important;
    transition: width .24s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease !important;
    white-space: nowrap !important;
    width: 52px !important;
    z-index: 2147483646 !important;
}

.rc-launcher:hover,
.rc-launcher:focus-visible {
    box-shadow: 0 16px 42px rgba(0, 0, 0, .4), 0 0 0 4px color-mix(in srgb, var(--rc-launch-accent, #ff4015) 28%, transparent) !important;
    width: 174px !important;
}

.rc-launcher:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 3px !important;
}

.rc-launcher-icon {
    display: grid !important;
    flex: 0 0 20px !important;
    height: 20px !important;
    place-items: center !important;
    width: 20px !important;
}

.rc-launcher-icon svg {
    fill: none !important;
    height: 20px !important;
    stroke: currentColor !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-width: 1.8 !important;
    width: 20px !important;
}

.rc-launcher-label {
    display: block !important;
    margin-left: 0 !important;
    max-width: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transition: max-width .24s ease, margin-left .24s ease, opacity .16s ease .04s !important;
}

.rc-launcher:hover .rc-launcher-label,
.rc-launcher:focus-visible .rc-launcher-label {
    margin-left: 10px !important;
    max-width: 110px !important;
    opacity: 1 !important;
}

@media (prefers-reduced-motion: reduce) {
    .rc-launcher,
    .rc-launcher-label {
        transition: none !important;
    }
}
