.d-inline {
    display: inline !important;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge:empty {
    display: none;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    --bs-secondary-rgb: 108, 117, 125;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.align-middle {
    vertical-align: middle !important;
}

.page-heading .subheading,
.site-heading .subheading {
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin-top: 0.625rem;
}

.post-heading .meta,
.post-heading .subheading {
    font-weight: 600;
    margin: 0.75rem 0 2rem;
}

.post-heading .subheading {
    line-height: 1.1;
    display: block;
}

.post-heading .meta {
    font-weight: 300;
    font-style: italic;
}

.post-preview > a {
    color: #212529;
    text-decoration: none;
}

.post-preview > a:focus,
.post-preview > a:hover {
    text-decoration: none;
    color: #0085A1;
}

.post-preview > a > .post-title {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}

.post-preview > a > .post-subtitle {
    font-weight: 300;
    margin-bottom: 0.625rem;
}

.post-preview > .post-meta {
    font-style: italic;
    margin-top: 0;
    color: #6c757d;
}

.post-preview > .post-meta > a {
    text-decoration: none;
}
