.auth-prompt {
    align-items: flex-start;
    border: 1px solid;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    margin: 16px 0;
    padding: 16px;
    text-align: left;
    width: 100%;
}

.auth-prompt--error {
    background: #fffafa;
    border-color: #f97066;
    border-radius: 6px;
    color: #b42318;
    gap: 10px;
    padding: 10px 12px 11px;
}

.auth-prompt--information {
    background: #f9fafb;
    border-color: #d0d5dd;
    color: #475467;
    margin-top: 12px;
}

.auth-prompt__icon {
    fill: none;
    flex: 0 0 24px;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 24px;
}

.auth-prompt__content {
    min-width: 0;
}

.auth-prompt__title,
.auth-prompt__message {
    color: inherit;
    margin: 0;
}

.auth-prompt__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.auth-prompt__message {
    font-size: 14px;
    line-height: 20px;
}

.auth-prompt--error .auth-prompt__message {
    margin-top: 4px;
}

#login-form .auth-prompt--error .auth-prompt__icon {
    flex-basis: 16px;
    height: 16px;
    width: 16px;
}

#login-form .auth-prompt--error .auth-prompt__title {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin: 0 !important;
}

#login-form .auth-prompt--error .auth-prompt__message {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 4px 0 0 !important;
}

#login-form .auth-prompt--error .auth-prompt__action {
    color: inherit !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    gap: 6px;
    line-height: 24px !important;
    margin-top: 6px;
}

#login-form .auth-prompt--error .auth-prompt__arrow {
    height: 16px;
    width: 16px;
}

.auth-prompt__action {
    align-items: center;
    color: #b42318;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    line-height: 20px;
    margin-top: 12px;
    text-decoration: none;
}

.auth-prompt__action:focus,
.auth-prompt__action:hover {
    color: #912018;
    text-decoration: underline;
}

.auth-prompt__arrow {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
}

.auth-dealership-prompt__heading {
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 8px;
    text-align: left;
}
