:root {
    --ab-radius: 1.25rem;
}

body {
    background: #f8f9fa;
}

.hero-section {
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.10), transparent 28%),
        linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-copy {
    max-width: 48rem;
}

.card,
.btn,
.form-control,
.form-select,
.alert,
.page-link,
.list-group-item,
img,
textarea {
    border-radius: var(--ab-radius) !important;
}

.site-logo {
    display: block;
    height: auto;
    width: auto;
}

.site-logo-nav {
    max-height: 48px;
}

.site-logo-hero {
    max-height: 88px;
}

.site-logo-login {
    max-height: 120px;
}

.site-logo-footer {
    max-height: 58px;
}

.hero-logo-card {
    min-height: 100%;
}

.hero-mark {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.hero-topics {
    max-width: 18rem;
}

.post-thumb {
    height: 220px;
}

.post-single {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}

.post-content {
    white-space: normal;
}

.table > :not(caption) > * > * {
    padding: 1rem;
}

@media (max-width: 767.98px) {
    .post-single {
        padding: 1.25rem;
    }

    .site-logo-nav {
        max-height: 40px;
    }

    .site-logo-hero {
        max-height: 68px;
    }
}

.post-content p {
    text-align: center;
}