/*
 * ZOSCLIENT 1.0.1 — visual correction layer for WHMCS 7.6.0.
 *
 * This file is intentionally loaded last. It changes presentation only:
 * spacing, alignment, colour, responsive layout and subtle motion. It does
 * not alter form names, routes, Smarty variables or WHMCS JavaScript hooks.
 */

:root {
    --zos-v101-bg: #1b1b1b;
    --zos-v101-panel: #242424;
    --zos-v101-panel-raised: #292929;
    --zos-v101-panel-deep: #202020;
    --zos-v101-line: rgba(255, 255, 255, .10);
    --zos-v101-line-strong: rgba(255, 255, 255, .16);
    --zos-v101-text: #f5f3f8;
    --zos-v101-muted: #aaa6b2;
    --zos-v101-purple: #8a2cf6;
    --zos-v101-purple-hover: #9f4cff;
    --zos-v101-purple-soft: rgba(138, 44, 246, .14);
    --zos-v101-green: #78e6a5;
    --zos-v101-shadow: 0 18px 48px rgba(0, 0, 0, .24);
}

/* Global canvas: the panel never falls back to a white WHMCS surface. */
html,
html body.wilo-body,
body.wilo-body .wilo-app-shell,
body.wilo-body section#main-body.wilo-main-body,
body.wilo-body .wilo-content-container,
body.wilo-body .main-content {
    color: var(--zos-v101-text);
    background-color: var(--zos-v101-bg) !important;
}

html,
html body.wilo-body {
    min-height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px) !important;
    background-size: 64px 64px !important;
}

body.wilo-body .wilo-app-shell,
body.wilo-body section#main-body.wilo-main-body,
body.wilo-body .wilo-content-container,
body.wilo-body .main-content {
    background-image: none !important;
}

body.wilo-authenticated section#main-body.wilo-main-body {
    min-height: calc(100vh - var(--wilo-topbar));
    padding: 22px 24px 28px;
}

body.wilo-body .wilo-content-container {
    width: 100%;
    max-width: 1680px;
    margin-inline: auto;
}

/* Sidebar and top bar alignment. */
body.wilo-body .wilo-sidebar {
    border-right: 1px solid var(--zos-v101-line);
    background: #191919;
    box-shadow: 12px 0 36px rgba(0, 0, 0, .12);
}

body.wilo-body .wilo-sidebar-brand {
    display: flex;
    min-height: 94px;
    padding: 20px 24px;
    align-items: center;
}

body.wilo-body .wilo-sidebar-brand > a {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
}

body.wilo-body .wilo-sidebar-brand img {
    width: 176px;
    max-width: calc(100% - 18px);
}

body.wilo-body .wilo-sidebar-brand span {
    width: 176px;
    max-width: calc(100% - 18px);
    margin: 0;
    overflow: hidden;
    color: #918c98;
    font-size: 10px;
    letter-spacing: .08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body.wilo-body .wilo-sidebar-collapse {
    top: 21px;
    right: -17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: var(--zos-v101-line);
    background: #242424;
}

body.wilo-body .wilo-nav-link,
body.wilo-body .wilo-sidebar-order,
body.wilo-body .wilo-sidebar-utility {
    letter-spacing: -.02em;
}

body.wilo-body .wilo-topbar {
    min-height: var(--wilo-topbar);
    padding: 14px 24px;
    border-bottom: 1px solid var(--zos-v101-line);
    background: rgba(31, 31, 31, .96);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .12);
    backdrop-filter: blur(16px);
}

body.wilo-body .wilo-topbar-context > div,
body.wilo-body .wilo-account-button {
    min-width: 0;
}

body.wilo-body .wilo-topbar-context strong {
    color: var(--zos-v101-text) !important;
}

body.wilo-body .wilo-account-name {
    color: #d8d4dd;
}

body.wilo-body .wilo-command-search,
body.wilo-body .wilo-icon-button,
body.wilo-body .wilo-account-button,
body.wilo-body .wilo-language-button {
    border: 1px solid var(--zos-v101-line);
    background: #282828;
}

/* Email verification: compact dark notice instead of the white WHMCS bar. */
body.wilo-body .email-verification {
    margin: 0;
    padding: 10px 22px;
    border: 0;
    border-bottom: 1px solid rgba(246, 190, 81, .22);
    color: #e8dfca;
    background: #24221d !important;
    box-shadow: none;
}

body.wilo-body .email-verification.success {
    border-bottom-color: rgba(82, 216, 138, .22);
    background: #1f2822 !important;
}

body.wilo-body .email-verification.failed {
    border-bottom-color: rgba(255, 104, 122, .24);
    background: #2a2022 !important;
}

body.wilo-body .email-verification .container {
    width: 100%;
    max-width: 1320px;
    padding: 0;
}

body.wilo-body .email-verification .row {
    display: flex;
    min-height: 42px;
    margin: 0;
    align-items: center;
    gap: 16px;
}

body.wilo-body .email-verification .row > [class*="col-"] {
    position: static;
    width: auto;
    padding: 0;
    float: none;
}

body.wilo-body .email-verification .row > [class*="col-"]:nth-child(2) {
    min-width: 0;
    flex: 1 1 auto;
}

body.wilo-body .email-verification .row > [class*="col-"]:first-child {
    order: 3;
}

body.wilo-body .email-verification .text {
    color: inherit;
    font-size: 13px;
    line-height: 1.45;
}

body.wilo-body .email-verification .btn-resend-verify-email,
body.wilo-body .email-verification #btnResendVerificationEmail {
    width: auto;
    max-width: 270px;
    min-height: 36px;
    overflow: hidden;
    padding-inline: 14px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.wilo-body .email-verification .close {
    width: 34px;
    height: 34px;
    padding: 0;
    color: #aaa6b2;
}

/* Page title and contextual two-column layout. */
body.wilo-body .wilo-page-heading {
    margin: 0 0 20px;
    padding: 0 0 18px !important;
    border: 0;
    border-bottom: 1px solid var(--zos-v101-line);
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

body.wilo-body .header-lined {
    margin: 0;
    padding: 0;
    border: 0;
}

body.wilo-body .header-lined h1,
body.wilo-body .wilo-page-heading h1 {
    display: flex;
    margin: 0 !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px 12px;
    color: var(--zos-v101-text) !important;
    font-size: clamp(24px, 2.1vw, 32px) !important;
    line-height: 1.18;
    letter-spacing: -.045em;
}

body.wilo-body .header-lined h1 small,
body.wilo-body .wilo-page-heading h1 small {
    display: block;
    margin: 0;
    color: var(--zos-v101-muted) !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.45;
}

body.wilo-body .header-lined .breadcrumb,
body.wilo-body .wilo-page-heading .breadcrumb {
    width: 100%;
    margin-top: 8px;
}

@media (min-width: 992px) {
    body.wilo-body .wilo-content-container > .row.wilo-has-context-menu {
        display: grid !important;
        margin: 0;
        grid-template-columns: 286px minmax(0, 1fr) !important;
        grid-template-areas:
            "heading heading"
            "menu main" !important;
        align-items: start;
        column-gap: 24px;
        row-gap: 0;
    }

    body.wilo-body .wilo-has-context-menu > .wilo-page-heading {
        width: auto !important;
        grid-area: heading !important;
        float: none !important;
    }

    body.wilo-body .wilo-has-context-menu > .wilo-context-menu {
        position: sticky;
        top: calc(var(--wilo-topbar) + 20px);
        width: auto !important;
        min-width: 0;
        margin: 0 !important;
        grid-area: menu !important;
        float: none !important;
    }

    body.wilo-body .wilo-has-context-menu > .main-content {
        width: auto !important;
        min-width: 0;
        margin: 0;
        padding: 0;
        grid-area: main !important;
        float: none !important;
    }

    body.wilo-body .wilo-has-context-menu > .clearfix {
        display: none !important;
    }
}

body.wilo-body .wilo-context-menu-content {
    display: block !important;
}

body.wilo-body .wilo-context-menu .wilo-context-menu-label {
    display: flex !important;
    min-height: 64px;
    margin-bottom: 10px;
    padding: 12px 14px;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--zos-v101-line);
    border-radius: 13px;
    background: var(--zos-v101-panel-deep);
}

body.wilo-body .wilo-context-menu-label > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}

body.wilo-body .wilo-context-menu-label > div {
    display: grid;
    min-width: 0;
    gap: 2px;
}

body.wilo-body .wilo-context-menu-label strong,
body.wilo-body .wilo-context-menu-label small {
    display: block;
    margin: 0;
    line-height: 1.25;
}

body.wilo-body .wilo-context-menu .panel {
    margin: 0 0 12px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

body.wilo-body .wilo-context-menu .panel-heading {
    min-height: 54px;
    padding: 0 16px;
}

body.wilo-body .wilo-context-menu .panel-heading .panel-title {
    font-size: 14px;
    line-height: 1.35;
}

body.wilo-body .wilo-context-menu .list-group-item {
    min-height: 48px;
    padding: 10px 15px;
    font-size: 12px;
}

/* DataTables and all native WHMCS table surfaces. */
body.wilo-body .table-container {
    width: 100%;
    overflow-x: auto;
    padding: 10px;
    border: 1px solid var(--zos-v101-line);
    border-radius: 15px;
    background: var(--zos-v101-panel) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .13);
}

body.wilo-body .table-container > .dataTables_wrapper,
body.wilo-body .dataTables_wrapper {
    width: 100%;
    color: var(--zos-v101-muted);
    background: transparent !important;
}

body.wilo-body .dataTables_wrapper > .row:first-child,
body.wilo-body .dataTables_wrapper > .row:last-child {
    display: flex;
    min-height: 50px;
    margin: 0;
    align-items: center;
    background: var(--zos-v101-panel-raised) !important;
}

body.wilo-body .dataTables_wrapper > .row:first-child {
    border-radius: 10px 10px 0 0;
}

body.wilo-body .dataTables_wrapper > .row:last-child {
    border-radius: 0 0 10px 10px;
}

body.wilo-body .dataTables_wrapper > .row > [class*="col-"] {
    min-width: 0;
    flex: 1 1 50%;
}

body.wilo-body .dataTables_wrapper .dataTables_filter {
    display: flex;
    justify-content: flex-end;
}

body.wilo-body .dataTables_wrapper .dataTables_filter label {
    position: relative;
    width: min(100%, 250px);
}

body.wilo-body .dataTables_wrapper .dataTables_filter .form-control,
body.wilo-body .dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
    min-height: 38px;
    border: 1px solid var(--zos-v101-line-strong) !important;
    color: var(--zos-v101-text) !important;
    background-color: #1f1f1f !important;
    background-image: none !important;
}

body.wilo-body table.table,
body.wilo-body table.table-list,
body.wilo-body .dataTables_wrapper table.table-list {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    color: #dedbe3 !important;
    background: #222 !important;
}

body.wilo-body table.table > thead > tr > th,
body.wilo-body table.table-list > thead > tr > th,
body.wilo-body .dataTables_wrapper table.table-list > thead > tr > th,
body.wilo-body .dataTables_wrapper table.table-list > thead > tr > th:nth-child(even) {
    padding: 13px 12px !important;
    border-top: 1px solid var(--zos-v101-line) !important;
    border-right: 0 !important;
    border-bottom: 2px solid rgba(138, 44, 246, .55) !important;
    border-left: 0 !important;
    color: #aaa6b2 !important;
    background: #292929 !important;
    font-size: 10px !important;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
}

body.wilo-body table.table > tbody > tr,
body.wilo-body table.table-list > tbody > tr {
    color: #dedbe3 !important;
    background: #232323 !important;
}

body.wilo-body table.table > tbody > tr > td,
body.wilo-body table.table > tbody > tr > th,
body.wilo-body table.table-list > tbody > tr > td,
body.wilo-body table.table-list > tbody > tr > td:nth-child(even),
body.wilo-body .dataTables_wrapper table.table-list > tbody > tr > td,
body.wilo-body .dataTables_wrapper table.table-list > tbody > tr > td:nth-child(even) {
    padding: 14px 12px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .075) !important;
    border-left: 0 !important;
    color: #dedbe3 !important;
    background: #232323 !important;
    vertical-align: middle;
}

body.wilo-body table.table > tbody > tr:nth-child(even) > td,
body.wilo-body table.table-list > tbody > tr:nth-child(even) > td,
body.wilo-body .dataTables_wrapper table.table-list > tbody > tr:nth-child(even) > td {
    background: #252525 !important;
}

body.wilo-body table.table-hover > tbody > tr:hover > td,
body.wilo-body table.table-list > tbody > tr:hover > td {
    color: #fff !important;
    background: #2b2630 !important;
}

body.wilo-body table.table-list td.dataTables_empty {
    height: 92px;
    color: #817c87 !important;
    text-align: center;
}

body.wilo-body .dataTables_wrapper .dataTables_info,
body.wilo-body .dataTables_wrapper .dataTables_length,
body.wilo-body .dataTables_wrapper .dataTables_paginate {
    color: var(--zos-v101-muted) !important;
}

body.wilo-body .dataTables_wrapper select,
body.wilo-body .dataTables_wrapper .pagination > li > a,
body.wilo-body .dataTables_wrapper .pagination > li > span {
    color: #d8d4dd !important;
    border-color: var(--zos-v101-line) !important;
    background: #222 !important;
}

body.wilo-body .dataTables_wrapper .pagination > .active > a,
body.wilo-body .dataTables_wrapper .pagination > .active > span {
    color: #fff !important;
    border-color: var(--zos-v101-purple) !important;
    background: var(--zos-v101-purple) !important;
}

/* General native WHMCS surfaces. */
body.wilo-body .panel,
body.wilo-body .card,
body.wilo-body .well,
body.wilo-body .kb-article-item,
body.wilo-body .kb-article-content,
body.wilo-body .announcement-single,
body.wilo-body .download-category {
    border-color: var(--zos-v101-line) !important;
    color: #e8e5eb;
    background: var(--zos-v101-panel) !important;
}

body.wilo-body .panel:hover,
body.wilo-body .kb-article-item:hover {
    border-color: rgba(159, 76, 255, .30) !important;
}

body.wilo-body .form-control,
body.wilo-body input,
body.wilo-body select,
body.wilo-body textarea {
    color: var(--zos-v101-text) !important;
}

body.wilo-body .form-control::placeholder,
body.wilo-body input::placeholder,
body.wilo-body textarea::placeholder {
    color: #77727d !important;
}

body.wilo-body .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

body.wilo-body .btn-primary,
body.wilo-body .btn-success,
body.wilo-body .btn-info {
    box-shadow: 0 10px 25px rgba(138, 44, 246, .18);
}

/* Guest pages: login, password reset, logout and public content. */
html body.wilo-guest,
body.wilo-guest section#main-body.wilo-main-body,
body.wilo-guest .wilo-content-container,
body.wilo-guest .main-content {
    background-color: var(--zos-v101-bg) !important;
}

body.wilo-guest section#main-body.wilo-main-body {
    min-height: calc(100vh - 78px);
    padding: 42px 24px 54px;
}

body.wilo-guest .wilo-content-container > .row {
    margin: 0;
}

body.wilo-guest .wilo-content-container > .row > .main-content {
    width: 100%;
    padding: 0;
}

body.wilo-template-login .main-content {
    display: flex !important;
    min-height: 620px;
    align-items: center;
    justify-content: center;
}

body.wilo-template-login .logincontainer.wilo-auth-shell {
    display: grid !important;
    width: min(1120px, 100%) !important;
    max-width: 1120px !important;
    min-height: 590px;
    margin: 0 auto !important;
    padding: 0 !important;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr) !important;
    border: 1px solid var(--zos-v101-line-strong) !important;
    border-radius: 22px !important;
    background: var(--zos-v101-panel) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .34) !important;
}

body.wilo-template-login .wilo-auth-story,
body.wilo-template-login .wilo-auth-access {
    min-width: 0;
}

body.wilo-template-login .wilo-auth-story {
    padding: 52px 48px 34px;
    border-right: 1px solid var(--zos-v101-line);
}

body.wilo-template-login .wilo-auth-access {
    padding: 54px 48px;
}

body.wilo-template-login .wilo-auth-heading {
    display: grid;
    margin-bottom: 32px;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

body.wilo-template-login .wilo-auth-heading h2,
body.wilo-template-login .wilo-auth-heading p {
    margin: 0;
}

body.wilo-template-login .wilo-auth-input {
    position: relative;
    display: flex;
    min-height: 50px;
    align-items: center;
}

body.wilo-template-login .wilo-auth-input > i {
    position: absolute;
    z-index: 2;
    left: 16px;
}

body.wilo-template-login .wilo-auth-input .form-control {
    min-height: 50px;
    padding: 12px 15px 12px 46px !important;
}

body.wilo-template-login .wilo-auth-options {
    display: flex;
    margin: 4px 0 20px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body.wilo-template-logout .main-content {
    display: flex;
    min-height: 360px;
    align-items: center;
    justify-content: center;
}

body.wilo-template-logout .logincontainer {
    width: min(560px, 100%);
    margin: 0 auto;
    padding: 34px;
    border: 1px solid var(--zos-v101-line);
    border-radius: 18px;
    background: var(--zos-v101-panel) !important;
    box-shadow: var(--zos-v101-shadow);
}

body.wilo-template-logout .logincontainer .main-content {
    min-height: 0;
    background: transparent !important;
}

/* Public footer is a real grid; the app view stays focused and footer-free. */
body.wilo-authenticated .wilo-site-footer-authenticated {
    display: none !important;
}

body.wilo-guest .wilo-site-footer {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 42px 0 24px;
    border-top: 1px solid var(--zos-v101-line);
    color: var(--zos-v101-muted);
    background: #181818 !important;
}

body.wilo-guest .wilo-site-footer-inner {
    width: min(1320px, calc(100% - 48px));
    max-width: 1320px;
    margin: 0 auto;
}

body.wilo-guest .wilo-footer-grid {
    display: grid !important;
    grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, .65fr));
    align-items: start;
    gap: 38px;
}

body.wilo-guest .wilo-footer-brand,
body.wilo-guest .wilo-footer-column {
    min-width: 0;
}

body.wilo-guest .wilo-footer-logo img {
    width: auto !important;
    max-width: 190px !important;
    height: 34px !important;
}

body.wilo-guest .wilo-footer-brand p,
body.wilo-guest .wilo-footer-brand address {
    max-width: 390px;
    margin: 14px 0 0;
    color: #918c98;
    font-size: 12px;
    line-height: 1.65;
}

body.wilo-guest .wilo-footer-column h3 {
    margin: 2px 0 14px;
    color: #f3f0f6;
    font-size: 13px;
}

body.wilo-guest .wilo-footer-column > a {
    margin: 0 0 8px;
    color: #918c98 !important;
    font-size: 11px;
    line-height: 1.5;
}

body.wilo-guest .wilo-footer-column > a:hover {
    color: #c996ff !important;
    transform: translateX(2px);
}

body.wilo-guest .wilo-footer-bottom {
    display: flex;
    margin-top: 32px;
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid var(--zos-v101-line);
    color: #716c77;
    font-size: 10px;
}

body.wilo-guest .wilo-footer-bottom p {
    margin: 0;
}

/* Motion stays subtle and respects the operating-system preference. */
body.wilo-body .wilo-page-heading,
body.wilo-body .table-container,
body.wilo-body .wilo-context-menu .panel,
body.wilo-body .logincontainer {
    animation: zos-v101-rise .38s ease both;
}

body.wilo-body .wilo-context-menu .panel:nth-child(2),
body.wilo-body .table-container {
    animation-delay: .04s;
}

@keyframes zos-v101-rise {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1199px) {
    body.wilo-body .wilo-topbar {
        grid-template-columns: minmax(170px, 1fr) minmax(280px, 430px) minmax(220px, 1fr);
        gap: 14px;
    }

    body.wilo-template-login .logincontainer.wilo-auth-shell {
        grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr) !important;
    }

    body.wilo-template-login .wilo-auth-story,
    body.wilo-template-login .wilo-auth-access {
        padding-inline: 38px;
    }
}

@media (max-width: 991px) {
    body.wilo-body .wilo-content-container > .row.wilo-has-context-menu {
        display: grid !important;
        margin: 0;
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "heading"
            "menu"
            "main" !important;
    }

    body.wilo-body .wilo-has-context-menu > .wilo-page-heading,
    body.wilo-body .wilo-has-context-menu > .wilo-context-menu,
    body.wilo-body .wilo-has-context-menu > .main-content {
        position: static;
        width: 100% !important;
        padding-inline: 0;
        float: none !important;
    }

    body.wilo-body .wilo-has-context-menu > .wilo-page-heading { grid-area: heading; }
    body.wilo-body .wilo-has-context-menu > .wilo-context-menu { grid-area: menu; }
    body.wilo-body .wilo-has-context-menu > .main-content { grid-area: main; }

    body.wilo-body .wilo-context-menu .wilo-context-menu-label {
        display: none !important;
    }

    body.wilo-body .wilo-context-menu-toggle {
        display: flex !important;
    }

    body.wilo-template-login .logincontainer.wilo-auth-shell {
        width: min(720px, 100%) !important;
        grid-template-columns: 1fr !important;
    }

    body.wilo-template-login .wilo-auth-story {
        min-height: 320px;
        border-right: 0;
        border-bottom: 1px solid var(--zos-v101-line);
    }

    body.wilo-guest .wilo-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.wilo-guest .wilo-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    html,
    html body.wilo-body {
        background-size: 44px 44px !important;
    }

    body.wilo-authenticated section#main-body.wilo-main-body,
    body.wilo-guest section#main-body.wilo-main-body {
        padding: 16px 13px 24px;
    }

    body.wilo-body .email-verification {
        padding: 10px 13px;
    }

    body.wilo-body .email-verification .row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    body.wilo-body .email-verification .row > [class*="col-"]:nth-child(2) {
        grid-column: 1;
        grid-row: 1;
    }

    body.wilo-body .email-verification .row > [class*="col-"]:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    body.wilo-body .email-verification .row > [class*="col-"]:first-child {
        grid-column: 2;
        grid-row: 1;
    }

    body.wilo-body .email-verification .btn-resend-verify-email,
    body.wilo-body .email-verification #btnResendVerificationEmail {
        width: 100%;
        max-width: none;
    }

    body.wilo-body .header-lined h1,
    body.wilo-body .wilo-page-heading h1 {
        display: grid;
        gap: 6px;
        font-size: 24px !important;
    }

    body.wilo-body .dataTables_wrapper > .row:first-child,
    body.wilo-body .dataTables_wrapper > .row:last-child {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.wilo-body .dataTables_wrapper > .row > [class*="col-"] {
        width: 100%;
    }

    body.wilo-body .dataTables_wrapper .dataTables_filter,
    body.wilo-body .dataTables_wrapper .dataTables_filter label {
        width: 100%;
        max-width: none;
    }

    body.wilo-template-login .main-content {
        min-height: auto;
    }

    body.wilo-template-login .wilo-auth-story {
        min-height: 220px;
        padding: 28px 24px;
    }

    body.wilo-template-login .wilo-auth-access {
        padding: 30px 22px;
    }

    body.wilo-template-login .wilo-auth-options {
        align-items: flex-start;
        flex-direction: column;
    }

    body.wilo-guest .wilo-site-footer-inner {
        width: calc(100% - 30px);
    }

    body.wilo-guest .wilo-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.wilo-guest .wilo-footer-brand {
        grid-column: auto;
    }

    body.wilo-guest .wilo-footer-column {
        padding-top: 18px;
        border-top: 1px solid var(--zos-v101-line);
    }

    body.wilo-guest .wilo-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wilo-body .wilo-page-heading,
    body.wilo-body .table-container,
    body.wilo-body .wilo-context-menu .panel,
    body.wilo-body .logincontainer {
        animation: none !important;
    }
}
