.df-a11y-root,
.df-a11y-root * {
    box-sizing: border-box;
}

.df-a11y-root {
    position: fixed !important;
    right: 13px !important;
    bottom: 8px !important;
    z-index: 2147483000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.4 !important;
    color: #111827 !important;
    filter: none !important;
}

.df-a11y-root[hidden],
.df-a11y-root.df-a11y-is-hidden {
    display: none !important;
}

.df-a11y-trigger {
    width: 62px !important;
    height: 62px !important;
    border: 2px solid #d1d5db !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #111827 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.22) !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
    padding: 0 !important;
}

.df-a11y-trigger:hover,
.df-a11y-trigger:focus {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28) !important;
    outline: 3px solid rgba(37, 99, 235, .22) !important;
}

.df-a11y-trigger__icon {
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    color: #111827 !important;
}

.df-a11y-trigger__icon svg {
    width: 60px !important;
    height: 60px !important;
    display: block !important;
}

.df-a11y-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483001 !important;
    filter: none !important;
}

.df-a11y-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, .45) !important;
}

.df-a11y-panel {
    position: absolute !important;
    right: 24px !important;
    bottom: 24px !important;
    width: 480px !important;
    max-width: calc(100vw - 48px) !important;
    max-height: calc(100vh - 96px) !important;
    overflow: auto !important;
    padding: 20px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .32) !important;
    filter: none !important;
}

.df-a11y-panel__header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 18px !important;
}

.df-a11y-panel__eyebrow {
    margin: 0 0 4px !important;
    color: #6b7280 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
}

.df-a11y-panel__title {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.df-a11y-panel__close {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #f9fafb !important;
    color: #111827 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
}

.df-a11y-section {
    margin-top: 16px !important;
}

.df-a11y-section__title {
    margin: 0 0 10px !important;
    color: #374151 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.df-a11y-font {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 12px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 16px !important;
    background: #f9fafb !important;
}

.df-a11y-step {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
}

.df-a11y-font__value {
    min-width: 80px !important;
    text-align: center !important;
    color: #111827 !important;
    font-size: 17px !important;
}

.df-a11y-option {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 34px 1fr 24px !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 8px 0 !important;
    padding: 13px 14px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #111827 !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .05) !important;
}

.df-a11y-option:hover,
.df-a11y-option:focus {
    border-color: #cbd5e1 !important;
    outline: 3px solid rgba(37, 99, 235, .14) !important;
}

.df-a11y-option__icon {
    color: #374151 !important;
    font-size: 18px !important;
    text-align: center !important;
}

.df-a11y-option__check {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #9ca3af !important;
    border-radius: 6px !important;
    background: #ffffff !important;
}

.df-a11y-option.is-active .df-a11y-option__check {
    background: #111827 !important;
    border-color: #111827 !important;
    box-shadow: inset 0 0 0 4px #ffffff !important;
}

.df-a11y-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 18px !important;
}

.df-a11y-secondary {
    width: 100% !important;
    min-height: 42px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 12px !important;
    background: #f9fafb !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

html.df-a11y-link-underline body a,
html.df-a11y-link-underline body a span,
html.df-a11y-link-underline body .nav a,
html.df-a11y-link-underline body .nav a span,
html.df-a11y-link-underline body [class*="menu"] a,
html.df-a11y-link-underline body [class*="menu"] a span {
    text-decoration: underline !important;
    text-underline-offset: .18em !important;
    text-decoration-thickness: .08em !important;
}

html.df-a11y-title-underline body h1,
html.df-a11y-title-underline body h2,
html.df-a11y-title-underline body h3,
html.df-a11y-title-underline body h4,
html.df-a11y-title-underline body h5,
html.df-a11y-title-underline body h6,
html.df-a11y-title-underline body .page-title,
html.df-a11y-title-underline body .block-title,
html.df-a11y-title-underline body .product-name {
    text-decoration: underline !important;
    text-underline-offset: .18em !important;
    text-decoration-thickness: .08em !important;
}

html.df-a11y-no-animations *,
html.df-a11y-no-animations *::before,
html.df-a11y-no-animations *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

html.df-a11y-grayscale body > *:not(.df-a11y-root):not(script):not(style):not(link) {
    filter: grayscale(1) !important;
}

html.df-a11y-high-contrast body > *:not(.df-a11y-root):not(script):not(style):not(link) {
    filter: contrast(1.35) !important;
}

html.df-a11y-invert-colors body > *:not(.df-a11y-root):not(script):not(style):not(link) {
    filter: invert(1) hue-rotate(180deg) !important;
}

html.df-a11y-cursor-light,
html.df-a11y-cursor-light * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewport='0 0 48 48'%3E%3Cpath fill='white' stroke='black' stroke-width='2' d='M8 4 L36 28 L23 31 L29 44 L22 47 L16 34 L7 43 Z'/%3E%3C/svg%3E") 4 4, auto !important;
}

html.df-a11y-cursor-dark,
html.df-a11y-cursor-dark * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewport='0 0 48 48'%3E%3Cpath fill='black' stroke='white' stroke-width='2' d='M8 4 L36 28 L23 31 L29 44 L22 47 L16 34 L7 43 Z'/%3E%3C/svg%3E") 4 4, auto !important;
}

@media (max-width: 767px) {
    .df-a11y-root {
        right: 16px !important;
        bottom: 16px !important;
    }

    .df-a11y-panel {
        right: 12px !important;
        bottom: 12px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 24px) !important;
        padding: 16px !important;
    }

    .df-a11y-panel__title {
        font-size: 21px !important;
    }
}
