.brand-logo-text {
    color: #121212;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.offcanvas__logo .brand-logo-text,
.footer-section .brand-logo-text {
    color: #fff;
}

.language-switcher {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.language-select {
    appearance: auto;
    background: #fff;
    border: 1px solid rgba(18, 18, 18, 0.15);
    border-radius: 999px;
    color: #121212;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    min-width: 78px;
    padding: 0 14px;
}

.form-message {
    margin-top: 16px;
    font-weight: 700;
}

.form-message.success {
    color: #1c7c44;
}

.form-message.error {
    color: #b42318;
}

.helper-text {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.75;
}

.stack-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
