.playwaze-header {
    display: flex;
    padding: 6px 24px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--Border---Light-gray, #E4E4E4);
    background: var(--White, #FFF);
    font-family: "Nunito Sans";
    color: var(--Colour-Text-Body, #2F2F2F);
}

@media only screen and (max-width: 800px) {
    .playwaze-header {
        padding: 12px 24px;
    }
}

@media only screen and (max-width: 550px) {
    .playwaze-header {
        gap: 12px;
        padding: 12px 12px;
    }
}

.playwaze-header * {
    box-sizing: unset;
}

.playwaze-header-logo {
    /*width: 100px;*/
    height: 46px;
    object-fit: contain;
    padding-right: 24px;
}

@media only screen and (max-width: 550px) {
    .playwaze-header-logo {
        max-width: 70px;
    }
}

.playwaze-header
.playwaze-header-links {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

@media only screen and (max-width: 550px) {
    .playwaze-header-links {
        justify-content: flex-end;
        gap: 12px;
    }
}

.playwaze-header-links a {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    color: var(--CTA-1, #272727);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

    .playwaze-header-links a:hover {
        color: var(--Header-Primary, #EA8941);
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .playwaze-header-links a.active {
        color: var(--Header-Primary, #EA8941);
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.playwaze-header-search-type2 {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    color: var(--Colour-Text-Body, #2F2F2F);
    cursor: pointer;
}

    .playwaze-header-search-type2:hover {
        background-color: #f2f2f2;
    }

        .playwaze-header-search-type2:hover > svg {
            scale: 1.1;
        }

    .playwaze-header-search-type2 > svg {
        width: 18px;
        height: 18px;
    }

.home-link > svg {
    display: none;
}

@media only screen and (max-width: 550px) {
    .home-link > svg {
        display: block;
    }

    .home-link > span {
        display: none;
    }

    .home-link {
        display: flex !important;
        width: 36px;
        height: 36px;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 100px;
        border: 0.5px solid rgba(0, 0, 0, 0.15);
        background: #FFF;
        color: var(--Colour-Text-Body, #2F2F2F) !important;
        padding: 0px !important;
    }
}

.playwaze-header-menu {
    display: flex;
    width: 70px;
    height: 36px;
    padding: 2px 6px 2px 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
}

    .playwaze-header-menu:hover {
        background: #f2f2f2;
    }

.playwaze-header-user {
    width: 32px;
    height: 32px;
    border-radius: 43.75px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), lightgray 50% / cover no-repeat;
}

    .playwaze-header-user:hover {
    }

    .playwaze-header-user > * {
        width: 32px;
        height: 32px;
        border-radius: 43.75px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), lightgray 50% / cover no-repeat;
    }

.playwaze-header-hamburger {
    width: 30px;
    height: 36px;
    flex-shrink: 0;
    place-content: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .playwaze-header-hamburger > svg {
        width: 18px !important;
        height: 18px !important;
    }

    .playwaze-header-hamburger:hover > svg {
        scale: 1.1;
    }

.playwaze-hamburger-menu {
    display: flex;
    width: 200px;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    border-radius: 10px;
    border: 0.5px solid #FFF;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    right: 24px;
    z-index: 100;
}

@media only screen and (max-width: 800px) {
    .playwaze-hamburger-menu {
        right: 24px;
    }
}

.playwaze-hamburger-menu > a {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #000;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .playwaze-hamburger-menu > a:hover {
        color: var(--Header-Primary, #EA8941);
        font-weight: 700;
    }

    .playwaze-hamburger-menu > a > svg {
        width: 16px;
        height: 16px;
    }

.playwaze-header-login, .playwaze-header-signup {
    display: flex;
    width: 89px;
    height: 36px;
    padding: 0px 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    color: var(--Colour-Text-Body, #2F2F2F);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 75px;
    flex-shrink: 0;
    align-self: stretch;
    justify-content: center;
    text-decoration: none;
    align-self: center;
}

.playwaze-header-signup {
    border: 0.5px solid var(--playwaze-orange-primary, #EA8941);
    background: var(--playwaze-orange-primary, #EA8941);
    color: #FFF;
    font-weight: 700;
}

.playwaze-search {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    width: 360px;
    font-size: 20px;
    /* border-left: 100vw solid rgba(0, 0, 0, .5); */
    z-index: 2000;
    background-clip: padding-box;
    color: #000;
    /* font-family: 'Quicksand', 'Varela Round', sans-serif; */
    font-family: "Nunito Sans";
    line-height: 1.35;
    background: #FAFAFA;
}


.playwaze-backdrop {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1500;
}


.profiler-results {
    display: none;
}

.playwaze-search-header {
    background: #FFF;
    height: 65px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.playwaze-search-header-title {
    display: flex;
    padding: 10px 0;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--Header-Primary-Text, #333);
    text-align: center;
    /* New/H1 */
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.playwaze-search-menu-close {
    display: flex;
    width: 36px;
    padding: 10px 0;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    cursor: pointer;
}

.playwaze-search-body {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
}

    .playwaze-search-body > .search-text-input-container > svg {
        width: 18px;
        height: 18px;
    }

    .playwaze-search-body > .search-text-input-container {
        border: 1px solid var(--Border---Light-gray, #E4E4E4);
        background: var(--Search---BG, rgba(209, 209, 209, 0.05));
        /* BG Blur */
        backdrop-filter: blur(25px);
        font-weight: 400;
        font-size: 14px;
    }

.search-result-item {
    align-self: stretch;
    border-radius: 10px;
    background: var(--White, #FFF) !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
    padding: 10px 14px;
    box-sizing: content-box;
}

    .search-result-item:hover {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    }

        .search-result-item:hover .feature-link-arrow > svg {
            scale: 1.1;
        }

.feature-link {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}

.search-result-item.scroll-to-load.skeleton {
    min-height: 54px;
}

.explore-link {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .explore-link:before {
        content: "";
        background: url(https://playcaddy.blob.core.windows.net/system/explore-link-bg.png);
        mix-blend-mode: luminosity;
        opacity: .4;
        background-position-x: 210px;
        background-position-y: center;
        background-size: 150px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: rotate(8deg);
    }

.explore-link-details-header {
    color: var(--Header-Primary-Text, #333);
    /* New/H2 */
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .explore-link-details-header > svg {
        width: 14px !important;
        height: 14px !important;
    }

.explore-link-details-location {
    color: var(--Header-Primary, #EA8941);
    text-align: right;
    /* CTA */
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-left: 21px;
}

.explore-link-chevron > svg {
    stroke-width: 2px;
}

.no-search-results {
    opacity: 0.7;
    width: 385px;
    padding: 20px;
    mix-blend-mode: luminosity;
    image-rendering: -webkit-optimize-contrast;
}

.search-results {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-height: calc(100dvh - 225px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 20px 16px;
}

.feature-link-title {
    color: var(--Black, #000);
    /* New/H3 */
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .feature-link-title > svg,
    .feature-link-title > i {
        padding-right: 6px;
    }

.feature-link-subtitle {
    color: var(--Fade-Gray, #878787);
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature-link-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 12px;
}

.feature-link-icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.feature-link-arrow > svg {
    width: 14px !important;
    height: 14px !important;
    color: var(--CTA-2, #484848);
}
