:root {
    --bs-font-sans-serif: "Merriweather Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bg-brand-light {
    background-color: #fdfcf7;
}

.text-brand {
    color: rgb(133, 114, 74);
}

.border-brand {
    border-color: #f6f1df !important;
}

.container-narrow {
    max-width: 960px;
}

.last-paragraph-truncated > p:last-child {
    margin-bottom: 0;
}

.question {
    scroll-margin: 100px; /* covers sticky header (72px) + some (28px) */
}

h3 {
    scroll-margin: 90px;
}

.field_with_errors input, .field_with_errors select, .field_with_errors textarea {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}

.hr-text {
    border: 0;
    font-size: 14px;
    height: 1.5em;
    line-height: 1em;
    position: relative;
    text-align: center;
}

.hr-text::before {
    content: "";
    background: linear-gradient(to right, transparent, black, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    background-color: #fff;
    content: attr(data-content);
    line-height: 1.5em;
    padding: 0 7px;
    position: relative;
}

#ad_message_seeker_notification_consent_container * {
    cursor: pointer;
}

@keyframes glow {
  from { box-shadow: 0 0 0px var(--bs-primary); }
  to { box-shadow: 0 0 5px var(--bs-primary), 0 0 10px var(--bs-primary); }
}

.form-check-input-glow:not(:checked) {
    animation: glow 1.3s ease-in-out infinite alternate;
}
