/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ki9lcj04bb] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ki9lcj04bb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu uses Bootstrap classes — no scoped styles needed */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-v8ipk0phec],
.components-reconnect-repeated-attempt-visible[b-v8ipk0phec],
.components-reconnect-failed-visible[b-v8ipk0phec],
.components-pause-visible[b-v8ipk0phec],
.components-resume-failed-visible[b-v8ipk0phec],
.components-rejoining-animation[b-v8ipk0phec] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-retrying[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-failed[b-v8ipk0phec],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-v8ipk0phec] {
    display: block;
}


#components-reconnect-modal[b-v8ipk0phec] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-v8ipk0phec 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-v8ipk0phec 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-v8ipk0phec 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-v8ipk0phec]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-v8ipk0phec 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-v8ipk0phec {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-v8ipk0phec {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-v8ipk0phec {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-v8ipk0phec] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-v8ipk0phec] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-v8ipk0phec] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-v8ipk0phec] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-v8ipk0phec] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-v8ipk0phec] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-v8ipk0phec] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-v8ipk0phec 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-v8ipk0phec] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-v8ipk0phec {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/MachineDetail.razor.rz.scp.css */
/* ── Machine Detail Page (/machines/{slug}) ──────────────────────────── */

/* ── Shared section chrome ────────────────────────────────────────────── */
.md-section[b-zn0ya3f0uf] {
    padding: 80px 0;
    scroll-margin-top: 120px; /* clears fixed navbar (57px) + sticky in-page nav */
}

.md-section--light[b-zn0ya3f0uf] {
    background-color: var(--light-grey);
}

.md-section--dark[b-zn0ya3f0uf] {
    background-color: var(--light-dark);
}

.md-section__title[b-zn0ya3f0uf] {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    color: var(--pure-black);
    margin-bottom: 2.5rem;
}

.md-section__title--light[b-zn0ya3f0uf] {
    color: var(--pure-white);
}

/* ── Eyebrow ──────────────────────────────────────────────────────────── */
.md-eyebrow[b-zn0ya3f0uf] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand-green);
    margin-bottom: 0.75rem;
}

/* ── Hero split ───────────────────────────────────────────────────────── */
.md-hero[b-zn0ya3f0uf] {
    background-color: var(--pure-white);
    padding: 70px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
}

.md-hero__inner[b-zn0ya3f0uf] {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.md-hero__media[b-zn0ya3f0uf] {
    flex: 0 0 55%;
    max-width: 55%;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
}

.md-hero__img[b-zn0ya3f0uf] {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.md-hero__body[b-zn0ya3f0uf] {
    flex: 1;
    min-width: 0;
}

.md-hero__title[b-zn0ya3f0uf] {
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    color: var(--pure-black);
    margin-bottom: 1rem;
}

.md-hero__desc[b-zn0ya3f0uf] {
    font-size: 1.05rem;
    color: rgba(0,0,0,.65);
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

/* ── Feature list ─────────────────────────────────────────────────────── */
.md-features[b-zn0ya3f0uf] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.md-features li[b-zn0ya3f0uf] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: rgba(0,0,0,.75);
}

.md-features .bi[b-zn0ya3f0uf] {
    color: var(--brand-green);
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── CTA button ───────────────────────────────────────────────────────── */
.md-cta[b-zn0ya3f0uf] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--brand-green);
    color: var(--pure-black);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 13px 30px;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.md-cta:hover[b-zn0ya3f0uf] {
    background-color: var(--pure-black);
    color: var(--pure-white);
}

/* ── In-page sticky nav ───────────────────────────────────────────────── */
.md-nav[b-zn0ya3f0uf] {
    position: sticky;
    top: 57px; /* height of the main navbar */
    z-index: 100;
    background-color: var(--pure-white);
    border-bottom: 2px solid rgba(0,0,0,.08);
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.md-nav__list[b-zn0ya3f0uf] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.md-nav__list[b-zn0ya3f0uf]::-webkit-scrollbar {
    display: none;
}

.md-nav__link[b-zn0ya3f0uf] {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.md-nav__link:hover[b-zn0ya3f0uf] {
    color: var(--pure-black);
    border-bottom-color: var(--brand-green);
}

/* ── Overview prose ───────────────────────────────────────────────────── */
.md-prose[b-zn0ya3f0uf] {
    max-width: 780px;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(0,0,0,.75);
}

.md-prose h2[b-zn0ya3f0uf],
.md-prose h3[b-zn0ya3f0uf] {
    color: var(--pure-black);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.md-prose ul[b-zn0ya3f0uf] {
    padding-left: 1.5rem;
}

.md-prose p[b-zn0ya3f0uf] {
    margin-bottom: 1.25rem;
}

/* ── Gallery grid ─────────────────────────────────────────────────────── */
.md-gallery[b-zn0ya3f0uf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.md-gallery__item[b-zn0ya3f0uf] {
    position: relative;
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    background-color: #f0f0f0;
}

.md-gallery__img[b-zn0ya3f0uf] {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.md-gallery__item:hover .md-gallery__img[b-zn0ya3f0uf] {
    transform: scale(1.04);
}

.md-gallery__zoom[b-zn0ya3f0uf] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.35);
    color: var(--pure-white);
    font-size: 1.75rem;
    opacity: 0;
    transition: opacity 0.25s;
}

.md-gallery__item:hover .md-gallery__zoom[b-zn0ya3f0uf] {
    opacity: 1;
}

/* ── Video ────────────────────────────────────────────────────────────── */
.md-video-grid[b-zn0ya3f0uf] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.md-video-wrap[b-zn0ya3f0uf] {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background-color: var(--light-grey);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
}

.md-video[b-zn0ya3f0uf] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ── Documentation download card ─────────────────────────────────────── */
.md-docs[b-zn0ya3f0uf] {
    display: flex;
}

.md-doc-card[b-zn0ya3f0uf] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background-color: var(--pure-white);
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 0.75rem;
    padding: 1.5rem 2rem;
    text-decoration: none;
    color: var(--pure-black);
    transition: border-color 0.2s, box-shadow 0.2s;
    max-width: 480px;
    width: 100%;
}

.md-doc-card:hover[b-zn0ya3f0uf] {
    border-color: var(--brand-green);
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    color: var(--pure-black);
}

.md-doc-card__icon[b-zn0ya3f0uf] {
    font-size: 2.5rem;
    color: #e74c3c;
    flex-shrink: 0;
}

.md-doc-card__body[b-zn0ya3f0uf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.md-doc-card__label[b-zn0ya3f0uf] {
    font-weight: 700;
    font-size: 1rem;
}

.md-doc-card__sub[b-zn0ya3f0uf] {
    font-size: 0.85rem;
    color: rgba(0,0,0,.55);
}

.md-doc-card__dl[b-zn0ya3f0uf] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: var(--brand-green);
    color: var(--pure-black);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 8px 18px;
    border-radius: 0.375rem;
    flex-shrink: 0;
    transition: background-color 0.2s;
}

.md-doc-card:hover .md-doc-card__dl[b-zn0ya3f0uf] {
    background-color: var(--pure-black);
    color: var(--pure-white);
}

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 1199.98px) {
    .md-hero__inner[b-zn0ya3f0uf] {
        gap: 3rem;
    }
}

@media (max-width: 991.98px) {
    .md-hero__inner[b-zn0ya3f0uf] {
        flex-direction: column;
        gap: 2.5rem;
    }

    .md-hero__media[b-zn0ya3f0uf] {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .md-hero__img[b-zn0ya3f0uf] {
        height: 320px;
    }

    .md-hero[b-zn0ya3f0uf] {
        padding: 50px 0;
    }

    .md-gallery[b-zn0ya3f0uf] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .md-video-grid[b-zn0ya3f0uf] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .md-gallery[b-zn0ya3f0uf] {
        grid-template-columns: 1fr;
    }

    .md-nav__link[b-zn0ya3f0uf] {
        padding: 0.85rem 1rem;
    }

    .md-doc-card[b-zn0ya3f0uf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .md-doc-card__dl[b-zn0ya3f0uf] {
        align-self: stretch;
        justify-content: center;
    }

    .md-section[b-zn0ya3f0uf] {
        padding: 55px 0;
    }
}
/* /Components/Pages/Machines.razor.rz.scp.css */
/* ── Machines page — /machines ──────────────────────────────────────────── */

/* Machine rows list */
.machines-list[b-9w1ti19dyd] {
    background-color: var(--pure-white);
}

/* Alternating row */
.machine-row[b-9w1ti19dyd] {
    padding: 80px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
}

.machine-row:last-child[b-9w1ti19dyd] {
    border-bottom: none;
}

.machine-row:nth-child(even)[b-9w1ti19dyd] {
    background-color: var(--light-grey);
}

.machine-row__inner[b-9w1ti19dyd] {
    display: flex;
    align-items: center;
    gap: 5rem;
}

/* Reversed row: text first, image second */
.machine-row--reverse .machine-row__inner[b-9w1ti19dyd] {
    flex-direction: row-reverse;
}

/* Media panel */
.machine-row__media[b-9w1ti19dyd] {
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
}

.machine-row__img[b-9w1ti19dyd] {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

/* Body panel */
.machine-row__body[b-9w1ti19dyd] {
    flex: 1;
}

.machine-row__eyebrow[b-9w1ti19dyd] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brand-green);
    margin-bottom: 0.75rem;
}

.machine-row__title[b-9w1ti19dyd] {
    font-size: clamp(1.6rem, 2.5vw, 2.25rem);
    color: var(--pure-black);
    margin-bottom: 1rem;
}

.machine-row__desc[b-9w1ti19dyd] {
    font-size: 1rem;
    color: rgba(0,0,0,.65);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

/* Features list */
.machine-row__features[b-9w1ti19dyd] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.machine-row__features li[b-9w1ti19dyd] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: rgba(0,0,0,.7);
}

.machine-row__features .bi[b-9w1ti19dyd] {
    color: var(--brand-green);
    font-size: 1rem;
    flex-shrink: 0;
}

/* CTA button */
.btn-machine-cta[b-9w1ti19dyd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--brand-green);
    color: var(--pure-black);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 12px 28px;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.btn-machine-cta:hover[b-9w1ti19dyd] {
    background-color: var(--pure-black);
    color: var(--pure-white);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .machine-row__inner[b-9w1ti19dyd],
    .machine-row--reverse .machine-row__inner[b-9w1ti19dyd] {
        flex-direction: column;
        gap: 2.5rem;
    }

    .machine-row__media[b-9w1ti19dyd] {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .machine-row__img[b-9w1ti19dyd] {
        height: 280px;
    }

    .machine-row[b-9w1ti19dyd] {
        padding: 50px 0;
    }
}
/* /Components/Pages/SpareParts.razor.rz.scp.css */
/* ── Spare Parts Page ─────────────────────────────────────────────── */

.sp-prose-section[b-m48umn2rj7] {
    padding: 80px 0;
}

.sp-prose h2[b-m48umn2rj7] {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    margin-top: 2.25rem;
    margin-bottom: 1rem;
    padding-left: 0.85rem;
    border-left: 4px solid var(--brand-green);
}

.sp-prose h2:first-child[b-m48umn2rj7] {
    margin-top: 0;
}

.sp-prose h3[b-m48umn2rj7] {
    font-size: 1.05rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--pure-black);
}

.sp-prose p[b-m48umn2rj7] {
    color: rgba(0, 0, 0, .75);
    margin-bottom: 1rem;
    line-height: 1.75;
}

@media (max-width: 767.98px) {
    .sp-prose-section[b-m48umn2rj7] {
        padding: 56px 0;
    }
}


/* /Components/Shared/ContactSection.razor.rz.scp.css */
.contact-section[b-pe59nqzfay] {
    background-color: var(--pure-white);
    padding: 100px 0;
}

.contact-form-side[b-pe59nqzfay] {
    padding: 0 3rem 0 0;
    background-color: var(--pure-white);
    height: 100%;
}

.contact-info-side[b-pe59nqzfay] {
    padding: 2rem 1.5rem 2rem 2rem;
    background-color: #f5f5f5;
}

.contact-info-list[b-pe59nqzfay] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-list li[b-pe59nqzfay] {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.contact-info-list .bi[b-pe59nqzfay] {
    font-size: 1.4rem;
    color: var(--brand-green);
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-info-list strong[b-pe59nqzfay] {
    display: block;
    color: var(--pure-black);
    margin-bottom: 0.2rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.contact-info-list p[b-pe59nqzfay] {
    color: rgba(0, 0, 0, .65);
    margin: 0;
}

.contact-info-list a[b-pe59nqzfay] {
    color: rgba(0, 0, 0, .65);
    text-decoration: none;
}

.contact-info-list a:hover[b-pe59nqzfay] {
    color: var(--brand-green);
}

.btn-submit[b-pe59nqzfay] {
    background-color: var(--brand-green);
    color: var(--pure-black);
    border-radius: 0.375rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 32px;
    font-size: 1rem;
    transition: background-color 0.2s;
}

.btn-submit:hover[b-pe59nqzfay] {
    background-color: var(--pure-black);
    color: var(--pure-white);
}

@media (max-width: 991.98px) {
    .contact-section[b-pe59nqzfay] {
        padding: 60px 0;
    }
    .contact-form-side[b-pe59nqzfay] {
        padding: 0 0 3rem 0;
    }
    .contact-info-side[b-pe59nqzfay] {
        padding: 2rem 0 2rem 0;
    }
}
/* /Components/Shared/FloatingCta.razor.rz.scp.css */
.floating-cta[b-t4drp7faoa] {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    background-color: var(--brand-green);
    color: var(--pure-white);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.floating-cta:hover[b-t4drp7faoa],
.floating-cta:focus-visible[b-t4drp7faoa] {
    color: var(--pure-white);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
    background-color: #45a83a;
}

.floating-cta:focus-visible[b-t4drp7faoa] {
    outline: 3px solid rgba(255, 255, 255, 0.65);
    outline-offset: 2px;
}

.floating-cta__icons[b-t4drp7faoa] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.15rem;
    line-height: 1;
}

.floating-cta__text[b-t4drp7faoa] {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .floating-cta[b-t4drp7faoa] {
        right: 0.85rem;
        bottom: 0.85rem;
        padding: 0.65rem 1rem;
    }
}
