/* Whiteboard.com extra top bar + purple USP strip */

.wb-extra-topbar,
.wb-extra-uspbar {
    display: none;
}

/* Desktop */
@media (min-width: 1024px) {
    .wb-extra-topbar {
        display: block;
        width: 100%;
        background: #f7f7f8;
        border-bottom: 1px solid #e5e5e5;
        color: #111;
        font-family: inherit;
        font-size: 13px;
        line-height: 1;
        position: relative;
        z-index: 101;
    }

    .wb-extra-topbar-inner.container {
        max-width: 1536px;
        width: 100%;
        min-height: 38px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        transform: translateX(-12px);
    }

    .wb-extra-rating {
        display: flex;
        align-items: center;
        gap: 9px;
        white-space: nowrap;
    }

    .wb-extra-google {
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 18px;
        line-height: 1;
        font-family: Arial, sans-serif;
    }

    .wb-extra-rating strong {
        font-weight: 700;
    }

    .wb-extra-stars {
        color: #fbbc04;
        letter-spacing: 0;
        font-size: 14px;
    }

    .wb-extra-tagline {
        color: #111;
        white-space: nowrap;
    }

    .wb-extra-links {
        display: flex;
        align-items: center;
        gap: 28px;
        white-space: nowrap;
    }

    .wb-extra-links a {
        color: #111;
        text-decoration: none;
        font-weight: 600;
    }

    .wb-extra-links a:hover {
        color: #9e2f95;
    }

    .wb-extra-uspbar {
        display: block;
        width: 100%;
        background: linear-gradient(135deg, #7d2b86 0%, #9e2f95 55%, #b7359a 100%);
        border-top: 0;
        border-bottom: 0;
        font-family: inherit;
        position: relative;
        z-index: 1;
    }

    .wb-extra-uspbar-inner.container {
        max-width: 1536px;
        width: 100%;
        height: 58px;
        min-height: 58px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        transform: translateX(-12px);
        background: transparent;
    }

    .wb-extra-usp {
        height: 58px;
        min-height: 58px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 26px;
        border-right: 1px solid rgba(255,255,255,0.26);
        background: transparent;
    }

    .wb-extra-usp:first-child {
        padding-left: 0;
    }

    .wb-extra-usp:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .wb-extra-usp svg {
        width: 24px;
        height: 24px;
        flex: 0 0 auto;
        stroke: #ffffff;
        stroke-width: 2;
    }

    .wb-extra-usp-title {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.15;
        margin-bottom: 3px;
        letter-spacing: 0;
    }

    .wb-extra-usp-text {
        color: rgba(255,255,255,0.92);
        font-size: 12px;
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: 0;
    }

    /* Stop USP text/icons appearing over opened desktop search */
    #header {
        position: relative;
        z-index: 100;
    }

    #header [x-ref="searchContainerDesktop"] {
        position: absolute !important;
        z-index: 9999 !important;
        background: #ffffff !important;
    }
}

/* Mobile */
@media (max-width: 1023px) {
    .wb-extra-topbar {
        display: block;
        width: 100%;
        background: #f7f7f8;
        border-bottom: 1px solid #e5e5e5;
        color: #111;
        font-family: inherit;
        font-size: 12px;
    }

    .wb-extra-topbar-inner {
        min-height: 34px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wb-extra-rating {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        white-space: nowrap;
    }

    .wb-extra-google {
        width: 16px;
        height: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 16px;
        font-family: Arial, sans-serif;
    }

    .wb-extra-stars {
        color: #fbbc04;
        font-size: 12px;
        letter-spacing: 0;
    }

    .wb-extra-tagline,
    .wb-extra-links {
        display: none !important;
    }

    .wb-extra-uspbar {
        display: block;
        width: 100%;
        background: linear-gradient(135deg, #7d2b86 0%, #9e2f95 55%, #b7359a 100%);
        border-top: 0;
        border-bottom: 0;
        font-family: inherit;
        padding: 10px 0;
    }

    .wb-extra-uspbar-inner {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 12px;
        gap: 10px;
    }

    .wb-extra-uspbar-inner::-webkit-scrollbar {
        display: none;
    }

    .wb-extra-usp {
        flex: 0 0 auto;
        width: 235px;
        scroll-snap-align: start;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
        border: 1px solid rgba(255,255,255,0.22);
        border-radius: 10px;
        background: rgba(255,255,255,0.08);
    }

    .wb-extra-usp svg {
        width: 24px;
        height: 24px;
        flex: 0 0 auto;
        stroke: #ffffff;
    }

    .wb-extra-usp-title {
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 3px;
    }

    .wb-extra-usp-text {
        color: rgba(255,255,255,0.9);
        font-size: 12px;
        line-height: 1.2;
    }
}

/* Hide original AureateLabs header notification bar */
.header-notification {
    display: none !important;
}
