@import url("_normalize-joZz2Ha.css");
@import url("_a11y-P5JXo53.css");
@import url("_variables-T2TeHAP.css");

/**
 * Default for clean startup.
 */
html {
    scroll-behavior: smooth;
    line-height: 1.6rem;
}

body {
    margin: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

main {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.required::after {
    content: "*";
    padding-left: var(--spacer-xs);
    color: var(--danger-color);
    font-weight: bold;
}

.flash .content-wrapper {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

@media (max-width: 768px) {
    .flash .content-wrapper {
        flex-direction: column;
    }
    .flash .content-wrapper .flash-body {
        width: 100%;
    }
    .flash .content-wrapper .flash-body .flash-title,
    .flash .content-wrapper .flash-body .flash-message {
        text-align: center;
    }
}

.flash .content-wrapper .flash-svg {
    height: 32px;
}
.flash .content-wrapper .flash-svg .icon {
    height: 32px;
}
.flash .content-wrapper .flash-title > *,
.flash .content-wrapper .flash-message > * {
    word-break: break-all;
}

.flash-primary {
    background-color: var(--primary-color);
}
.flash-primary .flash-svg .icon,
.flash-primary .flash-title,
.flash-primary .flash-message {
    color: #fff;
    font-weight: bold;
}

.flash-success {
    background-color: var(--success-color);
}
.flash-success .flash-svg .icon,
.flash-success .flash-title,
.flash-success .flash-message {
    color: #fff;
    font-weight: bold;
}

.flash-info {
    background-color: var(--info-color);
}
.flash-info .flash-svg .icon,
.flash-info .flash-title,
.flash-info .flash-message {
    color: #fff;
    font-weight: bold;
}

.flash-warning {
    background-color: var(--warning-color);
}
.flash-warning .flash-svg .icon,
.flash-warning .flash-title,
.flash-warning .flash-message {
    color: #000;
    font-weight: bold;
}

.flash-danger {
    background-color: var(--danger-color);
}
.flash-danger .flash-svg .icon,
.flash-danger .flash-title,
.flash-danger .flash-message {
    color: #fff;
    font-weight: bold;
}

.flash-error {
    background-color: var(--danger-color);
}
.flash-error .flash-svg .icon,
.flash-error .flash-title,
.flash-error .flash-message {
    color: #fff;
    font-weight: bold;
}
