body:has(.website-layout) {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh;
}

html:has(.website-layout) {
    overflow-y: auto !important;
    height: auto !important;
}

.website-layout {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.logo img {
    max-height: 60px;
    height: auto;
    width: auto;
}

.menu-item-selected {
    display: flex;
    padding: 12px 8px;
    align-items: center;
    background: #F2F4F8;
}

.menu-item {
    display: flex;
    padding: 12px 8px;
    align-items: center;
}

.menu-item a.active {
}

.menu-item:has(a.active) {
    background: #F2F4F8;
}

.menu-item a.active {
    background: #F2F4F8 !important;
}

.menu-item:has(.active) {
    background: #F2F4F8 !important;
}

.menu-item > a.active {
    background: #F2F4F8;
}

.recaptcha-wrapper {
    min-height: 78px;
}

a.no-underline {
    text-decoration: none;
}

.website-layout [data-slot="badge"].body-m:not(.text-xs):not([class*="text-xs"]),
.website-layout span[data-slot="badge"].body-m:not(.text-xs):not([class*="text-xs"]) {
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: 0px !important;
}

.website-layout [data-slot="badge"][class*="bg-[hsl(var(--ht-cta))]"],
.website-layout span[data-slot="badge"][class*="bg-[hsl(var(--ht-cta))]"] {
    background-color: hsl(var(--ht-cta)) !important;
}

.website-layout [data-slot="badge"][class*="text-[var(--ht-text)]"],
.website-layout span[data-slot="badge"][class*="text-[var(--ht-text)]"] {
    color: var(--ht-text) !important;
}

.website-layout [data-slot="badge"].whitespace-normal,
.website-layout span[data-slot="badge"].whitespace-normal {
    white-space: normal !important;
}

.website-layout [data-slot="button"][class*="bg-[hsl(var(--ht-text))]"] {
    background-color: hsl(var(--ht-text)) !important;
}

.website-layout [data-slot="button"][class*="bg-[hsl(var(--ht-text))]"]:hover {
    background-color: hsl(var(--ht-text)) !important;
}

.website-layout [data-slot="button"][class*="bg-[hsl(var(--ht-text))]"] {
    color: hsl(var(--ht-background)) !important;
}

.website-layout img[alt="An image that represents a timeline"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
}

.website-layout div:has(img[alt="An image that represents a timeline"]) {
    min-width: 0 !important;
    box-sizing: border-box !important;
}

@media (min-width: 1024px) {
    .website-layout div:has(img[alt="An image that represents a timeline"]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
 