@media (min-width: 992px) {
    .cookie-2026-desktop {
        display: flex !important;
    }
    .cookie-2026-mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .cookie-2026-desktop {
        display: none !important;
    }
    .cookie-2026-mobile {
        display: flex !important;
    }
}

.cookie-2026-desktop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1440px;
    /* z-index is set to 1000000 to ensure it is on top of the dialog button, it's 999999 */
    z-index: 1000000;

    background: #000;
    padding: 36px 24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

.cookie-2026-desktop .close-button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.cookie-2026-desktop .cookie-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;

    flex-shrink: 2;
}

.cookie-icon {
    border-radius: 6px;
    background: #F6F5F0;
}

.cookie-2026-desktop .cookie-info .cookie-info-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.cookie-2026-desktop .cookie-info .cookie-info-content h4 {
    margin-bottom: 0px !important;
    color: #FFF;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.44px;
}

.cookie-2026-desktop .cookie-info .cookie-info-content p {
    margin-bottom: 0px !important;
    max-width: 669px;
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.96px;
}

@media (max-width: 992px) {
    .cookie-2026-desktop .cookie-info .cookie-info-content p {
        max-width: 450px;
    }
}

.cookie-2026-desktop .cookie-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;

    flex-shrink: 1;
}

.cookie-2026-desktop .cookie-buttons .manage-button {
    border: none;
    background: transparent;
    text-wrap: nowrap;
    padding: 0px;

    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.cookie-2026-desktop .cookie-buttons .cookie-button {
    display: flex;
    height: 52px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #FFF;

    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;

    text-wrap: nowrap;
}

.cookie-2026-desktop .cookie-buttons .cookie-button.secondary {
    background: transparent;
    color: #FFF;
}

.cookie-2026-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 393px;
    /* z-index is set to 1000000 to ensure it is on top of the dialog button, it's 999999 */
    z-index: 1000000;

    background: #000;
    padding: 36px 24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.cookie-2026-mobile .close-button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.cookie-2026-mobile .cookie-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.cookie-2026-mobile .cookie-icon {
    align-self: flex-start;
}

.cookie-2026-mobile .cookie-info .cookie-info-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.cookie-2026-mobile .cookie-info .cookie-info-content h4 {
    margin-bottom: 0px !important;
    color: #FFF;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.44px;
}

.cookie-2026-mobile .cookie-info .cookie-info-content p {
    margin-bottom: 0px !important;
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.96px;
}

.cookie-2026-mobile .cookie-buttons {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.cookie-2026-mobile .cookie-buttons .manage-button {
    border: none;
    background: transparent;
    text-wrap: nowrap;
    height: 52px;
    padding: 0px;

    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.cookie-2026-mobile .cookie-buttons .cookie-button {
    display: flex;
    width: 100%;
    height: 52px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #FFF;

    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;

    text-wrap: nowrap;
}

.cookie-2026-mobile .cookie-buttons .cookie-button.secondary {
    background: transparent;
    color: #FFF;
}

.cookie-modal-2026 {
    z-index: 1000001;
    top: 32px;
}

@media (max-width: 480px) {
    .cookie-modal-2026 {
        transition: none !important;
    }

    .cookie-modal-2026 .modal-dialog {
        transition: none !important;
    }

    .cookie-modal-2026 .modal-dialog .modal-content {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border: none;
        border-radius: 0px;
    }
}

.cookie-modal-2026 .cookie-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
}

.cookie-modal-2026 .cookie-modal-content {
    border: none;
    border-radius: 12px;
}

.cookie-modal-2026 .cookie-modal-content-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;

    padding: 36px;
    border-bottom: 1px solid #64646D;
}

.cookie-modal-2026 .cookie-modal-content-header h4 {
    margin-bottom: 0px !important;
    color: #000;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.48px;
}

.cookie-modal-2026 .cookie-modal-content-header p {
    margin-bottom: 0px !important;
    color: #000;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.36px;
}

.cookie-modal-2026 .cookie-modal-content-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    padding: 36px 36px 0px 36px;

    overflow-y: auto;
}

@media (max-width: 480px) {
    .cookie-modal-2026 .cookie-modal-content-body {
        flex-grow: 1;
        justify-content: space-between;
    }
}

.cookie-modal-2026 .cookie-modal-content-body h5 {
    margin-bottom: 12px !important;
    color: #000;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
}

.cookie-modal-2026 .cookie-modal-content-body .cookie-control-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 480px) {
    .cookie-modal-2026 .cookie-modal-content-body .cookie-control-panel {
        justify-content: space-between;
    }
}

.cookie-modal-2026 .setting-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #64646D;
}

.cookie-modal-2026 .setting-panel .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;

    width: 100%;
    min-height: 72px;
    padding: 24px;
}

.cookie-modal-2026 .setting-panel .item:not(:last-child) {
    border-bottom: 1px solid #64646D;
}

.cookie-modal-2026 .setting-panel .item .icon-container {
    align-self: flex-start;
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    cursor: pointer;
    user-select: none;
}

.cookie-modal-2026 .setting-panel .item .icon {
    width: 16px;
    height: 16px;
}

.cookie-modal-2026 .setting-panel .item .expanded-icon {
    display: none;
}

.cookie-modal-2026 .setting-panel .item .collapsed-icon {
    display: block;
}

.cookie-modal-2026 .setting-panel .item.collapsed .expanded-icon {
    display: block;
}

.cookie-modal-2026 .setting-panel .item.collapsed .collapsed-icon {
    display: none;
}

.cookie-modal-2026 .setting-panel .item .item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;

    align-self: flex-start;
    flex-grow: 1;
}

.cookie-modal-2026 .cookie-modal-content-body .setting-panel .item .item-content .title {
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.32px;
}

.cookie-modal-2026 .cookie-modal-content-body .setting-panel .item .item-content .description {
    margin-bottom: 0px !important;
    color: #000;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.32px;
}

.cookie-modal-2026 .cookie-modal-content-body .setting-panel .item.collapsed .item-content .description {
    display: none;
}

.cookie-modal-2026 .cookie-modal-content-body .setting-panel .item .cookie-button-lock {
    width: 48px;
    height: 24px;
    border-radius: 22px;
    border: 1px solid #64646D;
    background: var(--Gradients-Light, linear-gradient(180deg, #FFF 10.86%, #EFF2F5 100%));

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: not-allowed;
    user-select: none;
}

.cookie-modal-2026 .cookie-modal-button-container {
    width: 100%;
    padding: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 480px) {
    .cookie-modal-2026 .cookie-modal-button-container {
        border-top: 1px solid #64646D;
    }
}

.cookie-2026 .cookie-modal-button-container .cookie-modal-button {
    width: 100%;
    display: flex;
    height: 52px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #FFF;
    border-radius: 32px;
    border: 1px solid #000;

    color: #000;
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;

    text-wrap: nowrap;
}

.cookie-2026 .cookie-modal-button-container .cookie-modal-button.secondary {
    background: #000;
    color: #FFF;
}

/* controls */
.cookie-modal-2026 .cookie-modal-content-body .setting-panel .item .control {
    align-self: flex-start;
}

.cookie-switch-2026 {
    align-self: flex-start;
}

#cookie-modal-2026 .checkbox.switcher label {
    position: relative;
}

#cookie-modal-2026 .checkbox.switcher label span {
    transform: translateX(-100%);
}

#cookie-modal-2026 .checkbox.switcher label span small {
    background: #FFF;
}

#cookie-modal-2026 .checkbox.switcher label input + span {
    background: #64646D;
    border-color: #64646D;
}

#cookie-modal-2026 .checkbox.switcher label input:checked + span {
    background: #00A63D;
    border-color: #00A63D;
}
