:root {
    --revuo-primary: #23645d;
    --revuo-accent: #e8745a;
}

body {
    min-height: 100vh;
    background: var(--bs-tertiary-bg);
}

a:not(.btn) {
    color: var(--revuo-primary);
}

a:not(.btn):hover {
    color: var(--revuo-accent);
}

.btn-link {
    color: var(--revuo-primary);
}

#app,
#app > .h-100 {
    min-height: 100vh !important;
}

#app > .h-100 {
    height: auto !important;
    padding: 0 !important;
}

#app .container-fluid {
    max-width: 1180px;
    padding: 0 1rem 3rem;
}

#app .text-center.mt-3 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: 1.25rem 0 2.5rem;
    text-align: left !important;
}

#app .text-center.mt-3 svg {
    width: 2rem;
    height: 2rem;
    color: var(--bs-secondary-color) !important;
    fill: currentColor;
}

#app .text-center.mt-3 > div {
    color: var(--bs-body-color) !important;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .04em;
}

#app .container.pb-4 {
    max-width: 900px !important;
    padding: 2.25rem !important;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: .75rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .06);
}

#app .container.pb-4 > h1 {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    font-weight: 400;
    letter-spacing: -.02em;
}

#app .container.pb-4 > .border {
    border: 0 !important;
    border-left: .25rem solid var(--revuo-primary) !important;
    border-radius: .25rem !important;
    background: var(--bs-tertiary-bg);
    line-height: 1.7;
}

#app .container.pb-4 h2,
#app .container.pb-4 h3 {
    margin-top: 2rem;
    font-weight: 500;
}

#app .container.pb-4 hr {
    border-color: var(--bs-border-color);
    opacity: 1;
}

@media (max-width: 576px) {
    #app .container-fluid {
        padding: 0 .75rem 2rem;
    }

    #app .text-center.mt-3 {
        padding: 1rem 0 1.5rem;
    }

    #app .container.pb-4 {
        padding: 1.25rem !important;
    }
}
