/* Hide legacy header and menu during install wizard only (body.onb-wizard) */
body.onb-wizard #tc-header,
body.onb-wizard #topmenu,
body.onb-wizard #header-blank,
body.onb-wizard .header-buttons { display: none !important; }
body.onb-wizard #tc-topbar .tc-topnav-links { display: none !important; }
body.onb-wizard .tc-topnav-dd-section:has(> [href*="client=1"]),
body.onb-wizard .tc-topnav-dd-divider:has(+ .tc-topnav-dd-section > [href*="client=1"]) { display: none !important; }

/* Prevent horizontal scroll on mobile */
body.onb-wizard {
    overflow-x: hidden !important;
}

/* Password step (page-login with create-account) */
html.mp.page-login,
html.mp.page-login body,
html.mp .content-with-menu.page-login,
html.mp #newfooter.page-login {
    background: #fff !important;
}

html.mp .page-login .create-account h1 {
    font-size: 28px !important;
}

html.mp .page-login .create-account {
    width: 100%;
    max-width: 440px;
    box-sizing: border-box;
    padding: 0 20px;
}

html.mp .page-login .create-account .form-field input {
    font-size: 16px !important;
    padding: 12px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

html.mp .page-login .create-account .right {
    text-align: center !important;
}

html.mp .page-login .create-account .button.confirm,
html.mp .page-login .create-account .button.icon {
    display: inline-block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

html.mp #main-content.page-login {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 15vh !important;
}

html.mp .create-account .form-field {
    margin-bottom: 0 !important;
    padding-bottom: 4px !important;
}

html.mp .create-account .right {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 480px) {
    html.mp #main-content.page-login {
        padding-top: 8vh !important;
    }
    html.mp .page-login .create-account {
        padding: 0 16px;
    }
}

/* Onboarding – industry selection */

.onb-industry {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
}

.onb-industry h1 {
    font-size: 28px;
    font-weight: 700;
    color: #151821;
    margin: 0 0 8px;
}

.onb-industry .onb-subtitle {
    font-size: 15px;
    color: #6b7084;
    margin: 0 0 28px;
}

/* Filter tabs */
.onb-filter-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 24px !important;
    padding: 0 !important;
    list-style: none !important;
    border: none !important;
    background: none !important;
}

.onb-filter-tabs .onb-tab {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    background-image: none !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: background 0.15s, color 0.15s, border-color 0.15s !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    margin: 0 !important;
    float: none !important;
    white-space: nowrap !important;
}

.onb-filter-tabs .onb-tab:hover {
    background: #f7f6f5 !important;
    background-image: none !important;
    color: #333 !important;
    border-color: #e5e5e5 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.onb-filter-tabs .onb-tab:focus-visible {
    outline: 2px solid #111318;
    outline-offset: 2px;
}

.onb-filter-tabs .onb-tab.active {
    background: #111318 !important;
    background-image: none !important;
    color: #fff !important;
    border-color: #111318 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Card grid */
.onb-card-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 32px !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
}

/* Individual card */
.onb-card {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 16px 20px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.onb-card:hover {
    background: #fafaf9 !important;
    border-color: #e5e5e5 !important;
}

.onb-card.selected {
    border-color: #111318 !important;
    box-shadow: 0 0 0 1px #111318 !important;
    background: #f7f6f5 !important;
}

/* Card icon placeholder */
.onb-card-icon {
    width: 32px;
    height: 32px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card name */
.onb-card-name {
    font-size: 14px;
    font-weight: 500;
    color: #111318;
    line-height: 1.3;
}

/* Loading spinner on clicked card/item */
.onb-card-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.onb-card-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 2px solid #e5e5e5;
    border-top-color: #111318;
    border-radius: 50%;
    animation: onb-spin 0.6s linear infinite;
}

@keyframes onb-spin {
    to { transform: rotate(360deg); }
}

/* "Annat" overlay/modal — hidden by default, shown via .open */
.onb-others-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none !important;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.onb-others-overlay.open {
    display: flex !important;
}

.onb-others-modal {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    max-height: 70vh;
    max-height: 70dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.onb-others-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}

.onb-others-close {
    background: none !important;
    border: none !important;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0 !important;
    line-height: 1;
}

.onb-others-list {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0;
}

.onb-others-item {
    position: relative;
    padding: 14px 20px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.1s;
}

.onb-others-item:hover {
    background: #f7f6f5;
}

/* Continue button — full width, pill shape, left aligned like Fresha */
.onb-continue {
    margin-top: 32px !important;
    text-align: left !important;
}

.onb-continue-btn {
    all: unset !important;
    display: inline-block !important;
    padding: 12px 32px !important;
    color: #fff !important;
    background: #111318 !important;
    border: none !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
    -webkit-font-smoothing: antialiased !important;
}

.onb-continue-btn:hover:not(:disabled) {
    background: #2a2e38 !important;
    background-image: none !important;
}

.onb-continue-btn:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed;
    background: #111318 !important;
    background-image: none !important;
}

/* ── Onboarding guide widget ───────────────────── */

.onb-guide {
    position: fixed;
    top: 80px;
    right: 24px;
    width: 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    z-index: 900;
    overflow: hidden;
}

.onb-guide-header {
    background: linear-gradient(135deg, #706fd0 0%, #896fd1 50%, #a16fd0 100%);
    color: #fff;
    padding: 20px;
}

.onb-guide-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onb-guide-header h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #fff !important;
}

.onb-guide-close {
    all: unset !important;
    color: rgba(255,255,255,0.7) !important;
    font-size: 22px !important;
    cursor: pointer !important;
    line-height: 1 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.onb-guide-close:hover {
    color: #fff !important;
    background: none !important;
    box-shadow: none !important;
}

.onb-guide-hidden {
    display: none !important;
}

/* Tooltip hint pointing at UI elements */
.onb-hint {
    position: absolute;
    background: #896fd1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 100px;
    white-space: nowrap;
    z-index: 901;
    pointer-events: none;
    letter-spacing: -0.4px;
    box-shadow: rgb(190 166 255) 0px 0px 9px;
}

/* Gentle float after entrance */
@keyframes onb-hint-float-y {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -6px; }
}

@keyframes onb-hint-float-x {
    0%, 100% { translate: 0 0; }
    50% { translate: 6px 0; }
}

/* ── Right-pointing hint (arrow on left, pivot = left center) ── */
.onb-hint-right {
    transform: translateY(-50%) scale(0);
    transform-origin: left center;
    animation: onb-hint-enter-right 0.7s ease-in-out forwards,
               onb-hint-float-x 2.5s ease-in-out infinite;
}

@keyframes onb-hint-enter-right {
    0%   { transform: translateY(-50%) translateX(-12px) scale(0); opacity: 0; }
    50%  { transform: translateY(-50%) translateX(2px) scale(1.06); opacity: 1; }
    75%  { transform: translateY(-50%) translateX(-1px) scale(0.98); }
    100% { transform: translateY(-50%) translateX(0) scale(1); opacity: 1; }
}

.onb-hint-right::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right-color: #896fd1;
    border-left: none;
}

/* ── Top-pointing hint (arrow on bottom, pivot = center bottom) ── */
.onb-hint-top {
    transform: translate(-50%, -100%) scale(0);
    transform-origin: center bottom;
    animation: onb-hint-enter-top 0.7s ease-in-out forwards,
               onb-hint-float-y 2.5s ease-in-out infinite;
}

@keyframes onb-hint-enter-top {
    0%   { transform: translate(-50%, -100%) translateY(12px) scale(0); opacity: 0; }
    50%  { transform: translate(-50%, -100%) translateY(-2px) scale(1.06); opacity: 1; }
    75%  { transform: translate(-50%, -100%) translateY(1px) scale(0.98); }
    100% { transform: translate(-50%, -100%) translateY(0) scale(1); opacity: 1; }
}

.onb-hint-top::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #896fd1;
    border-bottom: none;
}

/* ── Left-pointing hint (arrow on right, pivot = right center) ── */
.onb-hint-left {
    transform: translateY(-50%) scale(0);
    transform-origin: right center;
    animation: onb-hint-enter-left 0.7s ease-in-out forwards,
               onb-hint-float-x 2.5s ease-in-out infinite;
}

@keyframes onb-hint-enter-left {
    0%   { transform: translateY(-50%) translateX(12px) scale(0); opacity: 0; }
    50%  { transform: translateY(-50%) translateX(-2px) scale(1.06); opacity: 1; }
    75%  { transform: translateY(-50%) translateX(1px) scale(0.98); }
    100% { transform: translateY(-50%) translateX(0) scale(1); opacity: 1; }
}

.onb-hint-left::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left-color: #896fd1;
    border-right: none;
}

.onb-guide-header p {
    font-size: 13px;
    opacity: 0.7;
    margin: 0;
}

.onb-guide-progress {
    display: flex;
    gap: 4px;
    margin-top: 12px;
}

.onb-guide-progress-dot {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.2);
}

.onb-guide-progress-dot.done {
    background: #fff;
}

.onb-guide-steps {
    padding: 8px 0;
}

.onb-guide-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    cursor: pointer;
    transition: background 0.15s;
}

.onb-guide-step:hover:not(.locked):not(.done) {
    background: #f7f6f5;
}

.onb-guide-step.locked {
    opacity: 0.4;
    cursor: default;
}

.onb-guide-step.done {
    cursor: default;
}

.onb-guide-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    flex-shrink: 0;
}

.onb-guide-step.done .onb-guide-step-num {
    background: #896fd1;
    border-color: #896fd1;
    color: #fff;
}

/* Hide schedule warning while onboarding guide is visible */
body:has(#onb-guide:not(.onb-guide-hidden)) #expirewarn0,
body:has(#onb-guide:not(.onb-guide-hidden)) .dialogmini {
    display: none !important;
}

.onb-guide-step-label {
    font-size: 14px;
    font-weight: 500;
    color: #111318;
}

.onb-guide-step.done .onb-guide-step-label {
    text-decoration: line-through;
    color: #999;
}

.onb-guide-step-arrow {
    margin-left: auto;
    color: #999;
    font-size: 20px;
    font-weight: 600;
}

.onb-guide-dismiss {
    padding: 12px 20px;
    border-top: 1px solid #f0f0f0;
}

.onb-guide-dismiss a {
    font-size: 13px;
    color: #999;
    text-decoration: none;
}

.onb-guide-dismiss a:hover {
    color: #666;
}

/* Badge celebration fullscreen */
/* Celebration overlay */
.onb-badge-overlay {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #706fd0 0%, #896fd1 50%, #a16fd0 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: onb-badge-fadein 0.3s ease;
}

@keyframes onb-badge-fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.onb-badge-icon {
    width: 120px;
    height: 120px;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    animation: onb-badge-wobble 1s ease-in-out;
}

@keyframes onb-badge-wobble {
    0% { transform: scale(0) rotate(-10deg); }
    50% { transform: scale(1.1) rotate(5deg); }
    70% { transform: scale(0.95) rotate(-3deg); }
    100% { transform: scale(1) rotate(0); }
}

.onb-badge-checkmark {
    width: 80px;
    height: 80px;
}

.onb-badge-check-path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: onb-check-draw 0.6s 0.5s ease forwards;
}

@keyframes onb-check-draw {
    to { stroke-dashoffset: 0; }
}

.onb-badge-sub {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    margin: 0 0 28px;
    text-align: center;
}

.onb-badge-overlay h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 24px;
    text-align: center;
}

.onb-badge-btn {
    background: #fff;
    color: #111318;
    border: none;
    padding: 14px 40px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Step 2 celebration */
.onb-step2-btn {
    background: #fff;
    color: #111318;
    border: none;
    padding: 14px 40px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: auto;
}

/* Final badge */
.onb-final-btn {
    all: unset !important;
    display: inline-block !important;
    background: #fff !important;
    color: #111318 !important;
    border: none !important;
    padding: 14px 40px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    height: auto !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Trial upgrade pill in topbar */
.tc-topnav-trial-pill {
    background: #111318 !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 6px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-left: 8px !important;
}

.tc-topnav-trial-pill:hover {
    background: #2a2e38 !important;
}

.onb-toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: #111318;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    z-index: 10001;
}

.onb-continue-btn:focus-visible,
.onb-others-close:focus-visible,
.onb-badge-btn:focus-visible {
    outline: 2px solid #111318;
    outline-offset: 2px;
}

/* Topbar guide pill button */
#topnav-guide-toggle {
    align-items: center !important;
    gap: 4px !important;
    background: linear-gradient(135deg, #706fd0, #a16fd0) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 7px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    cursor: pointer !important;
    margin-right: 8px !important;
    height: auto !important;
    align-self: center !important;
    white-space: nowrap !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

#topnav-guide-toggle:hover {
    opacity: 0.85 !important;
}

.tc-topnav-guide-pill-title {
    font-size: 13px;
    font-weight: 600;
}

.tc-topnav-guide-pill-sub {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.85;
}

/* ── Mobile responsive styles ───────────────────── */
@media (max-width: 768px) {

    /* Override legacy style.css layout that clips the right column on mobile */
    body.onb-wizard .content {
        overflow: visible !important;
        border: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.onb-wizard #content-nomenu {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    body.onb-wizard #main {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    /* Center topbar content on mobile */
    body.onb-wizard #tc-topbar {
        justify-content: center !important;
    }

    .onb-industry {
        padding: 16px !important;
        text-align: left !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .onb-industry h1 {
        font-size: 22px;
    }

    .onb-industry .onb-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* Force 2 columns on mobile */
    .onb-card-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
    }

    .onb-card {
        padding: 12px 14px;
        gap: 10px;
    }

    .onb-card-name {
        font-size: 13px;
    }

    /* Filter tabs: allow smaller text so they fit */
    .onb-filter-tabs .onb-tab {
        padding: 7px 12px !important;
        font-size: 13px !important;
    }

    /* "Annat" modal: nearly full screen on small phones */
    .onb-others-modal {
        width: 100%;
        max-width: 100%;
        max-height: 85vh;
        max-height: 85dvh;
        border-radius: 16px 16px 0 0;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .onb-others-overlay {
        align-items: flex-end;
    }

    /* Guide widget: full width on mobile */
    .onb-guide {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 16px 16px 0 0;
    }

    /* Continue button: full width on mobile */
    .onb-continue {
        text-align: center !important;
    }

    .onb-continue-btn {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
}

/* ── Share modal ── */
.onb-share-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: onb-fade-in 0.2s ease;
}

.onb-share-modal {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px 36px;
    max-width: 440px;
    width: 90%;
    box-shadow: 0 24px 80px rgba(0,0,0,0.25);
    animation: onb-slide-up 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

@keyframes onb-slide-up {
    from { opacity: 0; transform: translateY(30px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes onb-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.onb-share-close-x,
.onb-share-close-x:hover,
.onb-share-close-x:active,
.onb-share-close-x:focus {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    background: none !important;
    border: none !important;
    font-size: 22px !important;
    color: #aaa !important;
    cursor: pointer !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-shadow: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.onb-share-close-x:hover {
    background: #f0f0f0 !important;
    color: #333 !important;
}

.onb-share-icon {
    margin-bottom: 12px;
}

.onb-share-icon svg {
    display: inline-block;
}

.onb-share-modal h2 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    text-shadow: none;
}

.onb-share-modal p {
    margin: 0 0 24px;
    color: #888;
    font-size: 14px;
    text-shadow: none;
}

.onb-share-link-row {
    display: flex;
    border: 0;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: border-color 0.2s;
    background: #f9f9f9;
}

input.onb-share-link-input:focus {
    border-color: #a78bfa;
}

input.onb-share-link-input {
    flex: 1;
    border: 1px solid #e5e5e5;
    padding: 14px 16px;
    font-size: 15px;
    color: #000;
    background: #f0f0f0;
    border-radius: 10px;
    outline: none;
    min-width: 0;
    text-shadow: none;
    font-family: inherit;
}

.onb-share-copy-btn,
.onb-share-copy-btn:link,
.onb-share-copy-btn:visited,
.onb-share-copy-btn:hover,
.onb-share-copy-btn:active,
.onb-share-copy-btn:focus {
    all: unset;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(135deg, #706fd0, #a16fd0) !important;
    color: #fff !important;
    padding: 18px 24px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-shadow: none !important;
    text-decoration: none !important;
    letter-spacing: 0.01em !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.onb-share-copy-btn:hover {
    opacity: 0.88 !important;
}

.onb-share-copy-btn:active {
    transform: scale(0.98) !important;
}

.onb-share-copy-btn.copied,
.onb-share-copy-btn.copied:hover {
    background: linear-gradient(135deg, #16a34a, #22c55e) !important;
}

