/*
 * Sambhav accessibility controls.
 * Settings are applied with data attributes on the document element by js/accessibility.js.
 */

#main-content:focus {
    outline: none;
}

.sambhav-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 2000;
    padding: 12px 16px;
    background: #262b30;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-160%);
}

.sambhav-skip-link:focus {
    color: #fff;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sambhav-a11y {
    position: fixed;
    right: 20px;
    bottom: 82px;
    z-index: 10060;
    font-family: 'Varela Round', Arial, sans-serif;
}

.sambhav-a11y button {
    margin: 0;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: #fff;
    color: #262b30;
    font-family: 'Varela Round', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: none;
    cursor: pointer;
}

.sambhav-a11y button:hover,
.sambhav-a11y button:focus-visible {
    border-color: #ffb535;
    box-shadow: 0 0 0 3px rgba(255, 181, 53, .24);
    outline: none;
}

.sambhav-a11y-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffb535 !important;
    color: #262b30 !important;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .22);
}

.sambhav-a11y-trigger .fa {
    font-size: 26px;
}

.sambhav-a11y-panel {
    position: absolute;
    right: 0;
    bottom: 66px;
    width: min(390px, calc(100vw - 24px));
    max-height: min(76vh, 720px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}

.sambhav-a11y-panel[hidden],
.sambhav-a11y-structure[hidden],
.sambhav-a11y-dictionary[hidden],
.sambhav-a11y-reading-guide[hidden],
.sambhav-a11y-reading-mask[hidden],
.sambhav-a11y-tooltip[hidden] {
    display: none !important;
}

.sambhav-a11y-panel-head,
.sambhav-a11y-subhead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sambhav-a11y-panel-head {
    margin-bottom: 16px;
}

.sambhav-a11y-panel h2,
.sambhav-a11y-panel p {
    margin: 0;
}

.sambhav-a11y-panel h2 {
    color: #262b30;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.sambhav-a11y-eyebrow {
    margin-bottom: 4px !important;
    color: #8c6a20;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.sambhav-a11y-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    flex: 0 0 34px;
}

.sambhav-a11y-group + .sambhav-a11y-group {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e7e7e7;
}

.sambhav-a11y-label {
    margin-bottom: 10px !important;
    color: #262b30;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.sambhav-a11y-subhead {
    align-items: center;
    margin-bottom: 10px;
}

.sambhav-a11y-subhead .sambhav-a11y-label {
    margin-bottom: 0 !important;
}

.sambhav-a11y-action {
    min-height: 34px;
    padding: 7px 10px;
    text-align: left;
}

.sambhav-a11y-profile-grid,
.sambhav-a11y-options {
    display: grid;
    gap: 7px;
}

.sambhav-a11y-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sambhav-a11y-profile-grid button,
.sambhav-a11y-options button {
    min-height: 36px;
    padding: 7px 8px;
}

.sambhav-a11y-control + .sambhav-a11y-control,
.sambhav-a11y-control + .sambhav-a11y-switches,
.sambhav-a11y-switches + .sambhav-a11y-control,
.sambhav-a11y-switches + .sambhav-a11y-structure,
.sambhav-a11y-help + .sambhav-a11y-dictionary {
    margin-top: 12px;
}

.sambhav-a11y-control > span {
    display: block;
    margin-bottom: 6px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.sambhav-a11y-options {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}

.sambhav-a11y-switches {
    display: grid;
    gap: 8px;
}

.sambhav-a11y-switches button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    gap: 12px;
    text-align: left;
}

.sambhav-a11y-switches button b {
    min-width: 34px;
    padding: 4px 6px;
    border-radius: 4px;
    background: #ededed;
    color: #555;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.sambhav-a11y button.is-active {
    border-color: #d89100;
    background: #fff7e6;
    color: #262b30;
}

.sambhav-a11y-switches button.is-active b {
    background: #ffb535;
    color: #262b30;
}

.sambhav-a11y-structure,
.sambhav-a11y-dictionary {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #f8f8f8;
}

.sambhav-a11y-structure [data-a11y-structure-list] {
    display: grid;
    gap: 6px;
}

.sambhav-a11y-heading-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    padding: 7px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #262b30;
    font-size: 12px;
    line-height: 1.35;
}

.sambhav-a11y-heading-link:hover,
.sambhav-a11y-heading-link:focus-visible {
    color: #262b30;
    border-color: #ffb535;
    outline: 2px solid rgba(255, 181, 53, .3);
    outline-offset: 1px;
}

.sambhav-a11y-heading-link span:first-child {
    color: #8c6a20;
    font-size: 10px;
    font-weight: 700;
}

.sambhav-a11y-heading-link--level-2 { margin-left: 6px; }
.sambhav-a11y-heading-link--level-3 { margin-left: 12px; }
.sambhav-a11y-heading-link--level-4,
.sambhav-a11y-heading-link--level-5,
.sambhav-a11y-heading-link--level-6 { margin-left: 18px; }

.sambhav-a11y-help,
.sambhav-a11y-dictionary p,
.sambhav-a11y-structure p {
    color: #666;
    font-size: 12px;
    line-height: 1.45;
}

.sambhav-a11y-dictionary strong {
    color: #262b30;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.sambhav-a11y-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.sambhav-a11y-actions button {
    min-height: 36px;
    padding: 8px 12px;
    border-color: #262b30;
    background: #262b30;
    color: #fff;
}

.sambhav-a11y-actions button:hover,
.sambhav-a11y-actions button:focus-visible {
    color: #262b30;
    background: #ffb535;
}

.sambhav-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sambhav-a11y-reading-guide,
.sambhav-a11y-reading-mask {
    position: fixed;
    z-index: 10055;
    pointer-events: none;
}

.sambhav-a11y-tooltip {
    position: fixed;
    z-index: 10070;
    pointer-events: none;
}

.sambhav-a11y-reading-guide {
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #ffb535;
    box-shadow: 0 0 0 1px rgba(38, 43, 48, .24);
}

.sambhav-a11y-reading-mask {
    top: 0;
    right: 0;
    left: 0;
    height: 168px;
    background: rgba(255, 255, 255, .02);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .58);
}

.sambhav-a11y-tooltip {
    max-width: min(320px, calc(100vw - 24px));
    padding: 8px 10px;
    border-radius: 5px;
    background: #262b30;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .24);
    font-family: 'Varela Round', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.45;
}

/* Readability preferences */

html[data-a11y-links="on"] #main-content a,
html[data-a11y-links="on"] .footer a {
    color: #0056b3 !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

html[data-a11y-spacing="light"] #main-content p,
html[data-a11y-spacing="light"] #main-content li,
html[data-a11y-spacing="light"] #main-content label,
html[data-a11y-spacing="light"] #main-content figcaption { letter-spacing: .01em; word-spacing: .05em; }

html[data-a11y-spacing="moderate"] #main-content p,
html[data-a11y-spacing="moderate"] #main-content li,
html[data-a11y-spacing="moderate"] #main-content label,
html[data-a11y-spacing="moderate"] #main-content figcaption { letter-spacing: .015em; word-spacing: .08em; }

html[data-a11y-spacing="heavy"] #main-content p,
html[data-a11y-spacing="heavy"] #main-content li,
html[data-a11y-spacing="heavy"] #main-content label,
html[data-a11y-spacing="heavy"] #main-content figcaption { letter-spacing: .03em; word-spacing: .13em; }

html[data-a11y-line-height="relaxed"] #main-content p,
html[data-a11y-line-height="relaxed"] #main-content li,
html[data-a11y-line-height="relaxed"] #main-content blockquote,
html[data-a11y-line-height="relaxed"] #main-content figcaption { line-height: 1.9 !important; }

html[data-a11y-line-height="wide"] #main-content p,
html[data-a11y-line-height="wide"] #main-content li,
html[data-a11y-line-height="wide"] #main-content blockquote,
html[data-a11y-line-height="wide"] #main-content figcaption { line-height: 2.15 !important; }

html[data-a11y-align="left"] #main-content p,
html[data-a11y-align="left"] #main-content li,
html[data-a11y-align="left"] #main-content blockquote,
html[data-a11y-align="left"] #main-content figcaption { text-align: left !important; }

html[data-a11y-align="center"] #main-content p,
html[data-a11y-align="center"] #main-content li,
html[data-a11y-align="center"] #main-content blockquote,
html[data-a11y-align="center"] #main-content figcaption { text-align: center !important; }

html[data-a11y-align="right"] #main-content p,
html[data-a11y-align="right"] #main-content li,
html[data-a11y-align="right"] #main-content blockquote,
html[data-a11y-align="right"] #main-content figcaption { text-align: right !important; }

html[data-a11y-align="justify"] #main-content p,
html[data-a11y-align="justify"] #main-content li,
html[data-a11y-align="justify"] #main-content blockquote,
html[data-a11y-align="justify"] #main-content figcaption { text-align: justify !important; }

html[data-a11y-dyslexia-font="on"] #main-content,
html[data-a11y-dyslexia-font="on"] #main-content button,
html[data-a11y-dyslexia-font="on"] #main-content input,
html[data-a11y-dyslexia-font="on"] #main-content select,
html[data-a11y-dyslexia-font="on"] #main-content textarea {
    font-family: 'OpenDyslexic', 'Comic Sans MS', 'Trebuchet MS', sans-serif !important;
}

html[data-a11y-legible-font="on"] #main-content,
html[data-a11y-legible-font="on"] #main-content button,
html[data-a11y-legible-font="on"] #main-content input,
html[data-a11y-legible-font="on"] #main-content select,
html[data-a11y-legible-font="on"] #main-content textarea {
    font-family: Arial, Verdana, Tahoma, sans-serif !important;
}

html[data-a11y-hide-images="on"] #main-content img,
html[data-a11y-hide-images="on"] #main-content video,
html[data-a11y-hide-images="on"] #main-content iframe { display: none !important; }

html[data-a11y-hide-images="on"] .mv-block-style-18 .block-18-list > .item > .item-inner {
    height: auto !important;
    min-height: 76px;
    overflow: visible;
    background: #f4f4f4;
}

html[data-a11y-hide-images="on"] .mv-block-style-18 .block-18-default,
html[data-a11y-hide-images="on"] .mv-block-style-18 .block-18-hover {
    display: none !important;
}

html[data-a11y-hide-images="on"] .mv-block-style-18 .block-18-main,
html[data-a11y-hide-images="on"] .mv-block-style-18 .block-18-title {
    position: static;
    display: block;
    max-height: none;
}

html[data-a11y-hide-images="on"] .mv-block-style-18 .block-18-main {
    padding: 22px 12px;
}

html[data-a11y-hide-images="on"] .mv-block-style-18 .block-18-title {
    padding: 0;
}

html[data-a11y-hide-images="on"] .product-detail-main .block-27-col-slider {
    display: none !important;
}

html[data-a11y-hide-images="on"] .product-detail-main .mv-block-style-27 .mv-col-wrapper,
html[data-a11y-hide-images="on"] .product-detail-main .mv-block-style-27 .mv-col-right {
    display: block !important;
    width: 100% !important;
}

html[data-a11y-hide-images="on"] .product-detail-main .mv-block-style-27 .mv-col-right {
    float: none !important;
}

html[data-a11y-big-cursor="on"],
html[data-a11y-big-cursor="on"] * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Ccircle cx='16' cy='16' r='10' fill='%23ffb535' stroke='%23262b30' stroke-width='3'/%3E%3Cpath d='M24 24l8 8' stroke='%23262b30' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") 16 16, auto !important;
}

html[data-a11y-motion="on"] *,
html[data-a11y-motion="on"] *::before,
html[data-a11y-motion="on"] *::after {
    animation-play-state: paused !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
}

/* Keep effects on media only. Filtering a parent breaks layered sliders and can make images translucent. */
html[data-a11y-saturation] #main-content img,
html[data-a11y-saturation] #main-content video,
html[data-a11y-saturation] .footer img,
html[data-a11y-saturation] .footer video {
    filter: var(--sambhav-a11y-filter, none);
}

html[data-a11y-contrast="dark"] body,
html[data-a11y-contrast="dark"] .mv-site,
html[data-a11y-contrast="dark"] #main-content,
html[data-a11y-contrast="dark"] .footer,
html[data-a11y-contrast="dark"] .footer .footer-bg {
    background: #151515 !important;
    color: #f7f7f7 !important;
}

html[data-a11y-contrast="dark"] #main-content > section:not(.home-3-slideshow),
html[data-a11y-contrast="dark"] #main-content .mv-box,
html[data-a11y-contrast="dark"] #main-content .testimonial-content,
html[data-a11y-contrast="dark"] #main-content .product-review-card,
html[data-a11y-contrast="dark"] #main-content .mv-block-style-27 {
    background-color: #1c1c1c !important;
    color: #f7f7f7 !important;
}

html[data-a11y-contrast="dark"] #main-content :is(h1, h2, h3, h4, h5, h6, p, li, label, figcaption, blockquote, td, th),
html[data-a11y-contrast="dark"] .footer :is(h1, h2, h3, h4, h5, h6, p, li, label, figcaption, blockquote, td, th) {
    color: #f7f7f7 !important;
    text-shadow: none !important;
}

html[data-a11y-contrast="dark"] #main-content .mv-title-style-3 .behind {
    color: #4b4b4b !important;
}

html[data-a11y-contrast="dark"] #main-content .mv-title-style-3 .main {
    color: #fff !important;
}

html[data-a11y-contrast="dark"] #main-content .mv-block-style-27 .block-27-title,
html[data-a11y-contrast="dark"] #main-content .mv-block-style-27 .block-27-desc {
    color: #fff !important;
}

html[data-a11y-contrast="dark"] #main-content a,
html[data-a11y-contrast="dark"] .footer a {
    color: #ffdc70 !important;
}

html[data-a11y-contrast="dark"] #main-content input,
html[data-a11y-contrast="dark"] #main-content select,
html[data-a11y-contrast="dark"] #main-content textarea {
    border-color: #f7f7f7 !important;
    background: #fff !important;
    color: #151515 !important;
}

html[data-a11y-contrast="light"] body,
html[data-a11y-contrast="light"] .mv-site,
html[data-a11y-contrast="light"] #main-content,
html[data-a11y-contrast="light"] .footer,
html[data-a11y-contrast="light"] .footer .footer-bg {
    background: #fff !important;
    color: #151515 !important;
}

html[data-a11y-contrast="light"] #main-content > section:not(.home-3-slideshow),
html[data-a11y-contrast="light"] #main-content .mv-box,
html[data-a11y-contrast="light"] #main-content .testimonial-content,
html[data-a11y-contrast="light"] #main-content .product-review-card {
    background-color: #fff !important;
    color: #151515 !important;
}

html[data-a11y-contrast="light"] #main-content :is(h1, h2, h3, h4, h5, h6, p, li, label, figcaption, blockquote, td, th),
html[data-a11y-contrast="light"] .footer :is(h1, h2, h3, h4, h5, h6, p, li, label, figcaption, blockquote, td, th) {
    color: #151515 !important;
    text-shadow: none !important;
}

html[data-a11y-contrast="light"] #main-content .mv-title-style-3 .behind {
    color: #d5d5d5 !important;
}

html[data-a11y-contrast="light"] #main-content a,
html[data-a11y-contrast="light"] .footer a {
    color: #003d82 !important;
}

html[data-a11y-contrast="light"] .footer .footer-bg::before {
    display: none !important;
}

html[data-a11y-contrast="light"] .footer .footer-title,
html[data-a11y-contrast="light"] .footer .footer-title:hover,
html[data-a11y-contrast="light"] .footer .footer-contact .text,
html[data-a11y-contrast="light"] .footer .footer-copyright {
    color: #151515 !important;
}

@media (max-width: 991px) {
    html[data-a11y-contrast="light"] .footer .footer-title.collapsed {
        background: #f1f1f1 !important;
    }
}

html[data-a11y-contrast="dark"] .header,
html[data-a11y-contrast="dark"] .header-main-nav,
html[data-a11y-contrast="invert"] .header,
html[data-a11y-contrast="invert"] .header-main-nav {
    border-color: #5c5c5c !important;
    background: #151515 !important;
    color: #fff !important;
}

html[data-a11y-contrast="dark"] .header-logo .logo-img,
html[data-a11y-contrast="invert"] .header-logo .logo-img {
    filter: brightness(0) invert(1) !important;
}

html[data-a11y-contrast="dark"] .header .main-nav ul.nav,
html[data-a11y-contrast="dark"] .header .main-nav ul.nav ul,
html[data-a11y-contrast="invert"] .header .main-nav ul.nav,
html[data-a11y-contrast="invert"] .header .main-nav ul.nav ul {
    border-color: #5c5c5c !important;
    background: #151515 !important;
}

html[data-a11y-contrast="dark"] .header :is(a, span, p, i),
html[data-a11y-contrast="invert"] .header :is(a, span, p, i) {
    color: #fff !important;
    text-shadow: none !important;
}

html[data-a11y-contrast="dark"] .header .main-nav a:hover,
html[data-a11y-contrast="dark"] .header .main-nav li:hover > a {
    color: #ffdc70 !important;
}

html[data-a11y-contrast="invert"] body,
html[data-a11y-contrast="invert"] .mv-site,
html[data-a11y-contrast="invert"] #main-content,
html[data-a11y-contrast="invert"] .footer,
html[data-a11y-contrast="invert"] .footer .footer-bg {
    background: #000 !important;
    color: #fff !important;
}

html[data-a11y-contrast="invert"] #main-content > section:not(.home-3-slideshow),
html[data-a11y-contrast="invert"] #main-content .mv-box,
html[data-a11y-contrast="invert"] #main-content .testimonial-content,
html[data-a11y-contrast="invert"] #main-content .product-review-card,
html[data-a11y-contrast="invert"] #main-content .mv-block-style-27 {
    background-color: #000 !important;
    color: #fff !important;
}

html[data-a11y-contrast="invert"] #main-content :is(h1, h2, h3, h4, h5, h6, p, li, label, figcaption, blockquote, td, th),
html[data-a11y-contrast="invert"] .footer :is(h1, h2, h3, h4, h5, h6, p, li, label, figcaption, blockquote, td, th) {
    color: #fff !important;
    text-shadow: none !important;
}

html[data-a11y-contrast="invert"] #main-content .mv-title-style-3 .behind {
    color: #383838 !important;
}

html[data-a11y-contrast="invert"] #main-content .mv-title-style-3 .main {
    color: #fff !important;
}

html[data-a11y-contrast="invert"] #main-content .mv-block-style-27 .block-27-title,
html[data-a11y-contrast="invert"] #main-content .mv-block-style-27 .block-27-desc {
    color: #fff !important;
}

html[data-a11y-contrast="invert"] #main-content a,
html[data-a11y-contrast="invert"] .footer a,
html[data-a11y-contrast="invert"] .header .main-nav a:hover,
html[data-a11y-contrast="invert"] .header .main-nav li:hover > a {
    color: #84efff !important;
}

html[data-a11y-contrast="invert"] #main-content input,
html[data-a11y-contrast="invert"] #main-content select,
html[data-a11y-contrast="invert"] #main-content textarea {
    border-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
}

html:not([data-a11y-contrast="dark"]):not([data-a11y-contrast="invert"])[data-a11y-smart-contrast="on"] #main-content p,
html:not([data-a11y-contrast="dark"]):not([data-a11y-contrast="invert"])[data-a11y-smart-contrast="on"] #main-content li,
html:not([data-a11y-contrast="dark"]):not([data-a11y-contrast="invert"])[data-a11y-smart-contrast="on"] #main-content label,
html:not([data-a11y-contrast="dark"]):not([data-a11y-contrast="invert"])[data-a11y-smart-contrast="on"] #main-content figcaption {
    color: #111 !important;
    text-shadow: 0 1px 0 #fff;
}

html[data-a11y-contrast="dark"] .sambhav-a11y-panel,
html[data-a11y-contrast="dark"] .sambhav-a11y-panel button,
html[data-a11y-contrast="dark"] .sambhav-a11y-structure,
html[data-a11y-contrast="dark"] .sambhav-a11y-dictionary,
html[data-a11y-contrast="dark"] .sambhav-a11y-heading-link {
    border-color: #fff;
    background: #111;
    color: #fff;
}

html[data-a11y-contrast="dark"] .sambhav-a11y-panel h2,
html[data-a11y-contrast="dark"] .sambhav-a11y-label,
html[data-a11y-contrast="dark"] .sambhav-a11y-control > span,
html[data-a11y-contrast="dark"] .sambhav-a11y-help,
html[data-a11y-contrast="dark"] .sambhav-a11y-dictionary strong,
html[data-a11y-contrast="dark"] .sambhav-a11y-dictionary p,
html[data-a11y-contrast="dark"] .sambhav-a11y-structure p,
html[data-a11y-contrast="dark"] .sambhav-a11y-heading-link {
    color: #fff;
}

html[data-a11y-contrast="dark"] .sambhav-a11y-switches button b {
    background: #333;
    color: #fff;
}

html[data-a11y-contrast="dark"] .sambhav-a11y button.is-active,
html[data-a11y-contrast="dark"] .sambhav-a11y-switches button.is-active b {
    border-color: #ffdc70;
    background: #3a2d0c;
    color: #fff;
}

html[data-a11y-contrast="invert"] .sambhav-a11y-panel,
html[data-a11y-contrast="invert"] .sambhav-a11y-panel button,
html[data-a11y-contrast="invert"] .sambhav-a11y-structure,
html[data-a11y-contrast="invert"] .sambhav-a11y-dictionary,
html[data-a11y-contrast="invert"] .sambhav-a11y-heading-link {
    border-color: #fff;
    background: #080808;
    color: #fff;
}

html[data-a11y-contrast="invert"] .sambhav-a11y-panel h2,
html[data-a11y-contrast="invert"] .sambhav-a11y-label,
html[data-a11y-contrast="invert"] .sambhav-a11y-control > span,
html[data-a11y-contrast="invert"] .sambhav-a11y-help,
html[data-a11y-contrast="invert"] .sambhav-a11y-dictionary strong,
html[data-a11y-contrast="invert"] .sambhav-a11y-dictionary p,
html[data-a11y-contrast="invert"] .sambhav-a11y-structure p,
html[data-a11y-contrast="invert"] .sambhav-a11y-heading-link {
    color: #fff;
}

html[data-a11y-contrast="invert"] .sambhav-a11y button.is-active,
html[data-a11y-contrast="invert"] .sambhav-a11y-switches button.is-active b {
    border-color: #8ee8ff;
    background: #043846;
    color: #fff;
}

@media (max-width: 767px) {
    .sambhav-a11y {
        right: 10px;
        bottom: 70px;
    }

    .sambhav-a11y-trigger {
        width: 48px;
        height: 48px;
    }

    .sambhav-a11y-trigger .fa {
        font-size: 23px;
    }

    .sambhav-a11y-panel {
        right: -2px;
        bottom: 60px;
        padding: 15px;
    }

    .sambhav-a11y-subhead {
        align-items: flex-start;
        flex-direction: column;
    }

    .sambhav-a11y-action {
        width: 100%;
    }
}
