:root {
    --ws-heading-font-family: var(--ar-font-sans-serif);
}

.navbar-brand, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: var(--ws-heading-font-family);
}

.rounded-alternate {
    border-radius: 4% 25% !important;
}

main section:first-of-type {
    padding-top: 3rem;
}

.b-as-yellow b {
    font-weight: inherit;
    color: rgba(var(--ar-warning-rgb), var(--ar-text-opacity)) !important;
}

.w-fit-content {
    width: fit-content !important;
}

.form-control {
    /* Prevent zoom on iOS */
    font-size: 16px !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.hide-required .asteriskField {
    display: none;
}

.write-comments p {
    margin-bottom: .5rem;
}

.write-comments-avatar {
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

@media (min-width: 576px) {
    .write-comments-avatar {
        height: 48px;
        width: 48px;
    }
}

@media (min-width: 576px) {
    .min-vh-sm-100 {
        min-height: 100vh !important;
    }
}

@media (min-width: 768px) {
    .min-vh-md-100 {
        min-height: 100vh !important;
    }
}

@media (min-width: 992px) {
    .min-vh-lg-100 {
        min-height: 100vh !important;
    }
}

@media (min-width: 1200px) {
    .min-vh-xl-100 {
        min-height: 100vh !important;
    }
}
