.wrapper > .header {
    display: none;
}

.dns-guest-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.dns-guest-cta {
    width: 100%;
    background: #f5f8fa;
    color: #444;
    font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.dns-guest-cta__inner {
    display: flex;
    min-height: 34px;
    max-width: 1536px;
    margin: 0 auto;
    padding: 7px 16px;
    align-items: center;
    gap: 28px;
}

.dns-guest-cta__item,
.dns-guest-cta__item a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dns-guest-cta svg {
    width: 13px;
    height: 13px;
    fill: #6b7280;
}

.dns-guest-cta a {
    color: #444 !important;
    text-decoration: none;
}

.dns-guest-cta a:hover,
.dns-guest-cta a:focus-visible {
    text-decoration: underline;
}

.dns-guest-cta__phone {
    min-width: 360px;
}

.dns-guest-cta .dns-guest-cta__demo {
    color: #f08200 !important;
    font-weight: 500;
}

.dns-guest-nav,
.dns-guest-nav * {
    box-sizing: border-box;
}

.dns-guest-nav {
    width: 100%;
    padding: 4px 0;
    color: #111827;
    font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif;
    font-size: 16px;
}

.dns-guest-nav__inner {
    position: relative;
    display: flex;
    min-height: 52px;
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 16px;
    align-items: center;
}

.dns-guest-nav a,
.dns-guest-nav button {
    color: #111827 !important;
    font: inherit;
    text-decoration: none;
}

.dns-guest-nav__logo {
    display: block;
    width: 200px;
    min-width: 200px;
    line-height: 0;
}

.dns-guest-nav__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.dns-guest-nav__menu {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
}

.dns-guest-nav__links,
.dns-guest-nav__submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dns-guest-nav__links {
    display: flex;
    margin-left: 32px;
    flex: 1;
    align-items: center;
    justify-content: space-evenly;
}

.dns-guest-nav__links > li {
    position: relative;
    margin: 0;
}

.dns-guest-nav__links > li > a,
.dns-guest-nav__solutions > button {
    display: flex;
    min-height: 44px;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    white-space: nowrap;
}

.dns-guest-nav__links > li > a:hover,
.dns-guest-nav__links > li > a:focus-visible,
.dns-guest-nav__solutions > button:hover,
.dns-guest-nav__solutions > button:focus-visible {
    color: #169c6e !important;
}

.dns-guest-nav__chevron {
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 1px solid currentcolor;
    border-bottom: 1px solid currentcolor;
    transform: rotate(45deg);
    transition: transform 150ms ease;
}

.dns-guest-nav__solutions.is-open .dns-guest-nav__chevron {
    margin-top: 4px;
    transform: rotate(225deg);
}

.dns-guest-nav__submenu {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    display: none;
    min-width: 250px;
    padding: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 25px rgb(0 0 0 / 12%);
}

.dns-guest-nav__solutions.is-open > .dns-guest-nav__submenu {
    display: block;
}

.dns-guest-nav__submenu a {
    display: block;
    padding: 10px 12px;
    border-radius: 4px;
    color: #111827 !important;
    line-height: 1.3;
    white-space: nowrap;
}

.dns-guest-nav__submenu a:hover,
.dns-guest-nav__submenu a:focus-visible {
    background: #f3f4f6;
    color: #169c6e !important;
}

.dns-guest-nav__actions {
    display: flex;
    margin-left: 20px;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

.dns-guest-nav__login {
    text-transform: uppercase;
}

.dns-guest-nav__register {
    display: flex;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid #169c6e;
    border-radius: 4px;
    color: #169c6e !important;
    align-items: center;
    justify-content: center;
    transition: color 200ms ease, background-color 200ms ease;
}

.dns-guest-nav__register:hover,
.dns-guest-nav__register:focus-visible {
    background: #169c6e;
    color: #fff !important;
}

.dns-guest-nav__toggle {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 9px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.dns-guest-nav__toggle-icon,
.dns-guest-nav__toggle-icon::before,
.dns-guest-nav__toggle-icon::after {
    display: block;
    width: 22px;
    height: 2px;
    background: #374151;
    content: "";
    transition: transform 150ms ease;
}

.dns-guest-nav__toggle-icon {
    position: relative;
}

.dns-guest-nav__toggle-icon::before {
    position: absolute;
    top: -7px;
}

.dns-guest-nav__toggle-icon::after {
    position: absolute;
    top: 7px;
}

.dns-guest-nav__toggle[aria-expanded="true"] .dns-guest-nav__toggle-icon {
    background: transparent;
}

.dns-guest-nav__toggle[aria-expanded="true"] .dns-guest-nav__toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.dns-guest-nav__toggle[aria-expanded="true"] .dns-guest-nav__toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

body.admin-bar .dns-guest-header {
    top: 32px;
}

@media (max-width: 1100px) {
    .dns-guest-nav__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dns-guest-nav__menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 60px);
        padding: 10px 16px 18px;
        overflow-y: auto;
        border-top: 1px solid #e5e7eb;
        background: #fff;
        box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    }

    .dns-guest-nav__menu.is-open {
        display: block;
    }

    .dns-guest-nav__links {
        display: block;
        margin-left: 0;
    }

    .dns-guest-nav__links > li > a,
    .dns-guest-nav__solutions > button {
        width: 100%;
        justify-content: space-between;
    }

    .dns-guest-nav__submenu {
        position: static;
        min-width: 0;
        margin: 0 0 6px 12px;
        padding: 0 0 0 12px;
        border: 0;
        border-left: 1px solid #d1d5db;
        border-radius: 0;
        box-shadow: none;
    }

    .dns-guest-nav__submenu a {
        white-space: normal;
    }

    .dns-guest-nav__actions {
        margin: 10px 0 0;
        padding-top: 16px;
        border-top: 1px solid #e5e7eb;
    }
}

@media (max-width: 782px) {
    .dns-guest-cta {
        display: none;
    }

    body.admin-bar .dns-guest-header {
        top: 46px;
    }
}

@media (max-width: 480px) {
    .dns-guest-nav__logo {
        width: 170px;
        min-width: 170px;
    }

    .dns-guest-nav__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .dns-guest-nav__login {
        padding: 8px 16px;
    }
}
