/*
Theme Name: WebDV Theme
Author: WebDV
Description: Tema personalizado para WordPress.
Version: 1.0.0
Text Domain: webdv-theme
*/

:root {
    --single-text: #1f2933;
    --single-heading: #101820;
    --single-muted: #536171;
    --single-border: #d9e1ea;
    --single-primary: #2563eb;
    --font-base: "Source Sans 3", sans-serif;
}

body {
    color: var(--single-text);
    background-color: #ffffff;
    font-family: var(--font-base);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1080;
    background-color: #ffffff;
}

.site-header .container {
    position: relative;
}

.site-header .custom-logo {
    width: auto;
    max-height: 40px;
}

.site-header__brand {
    color: var(--single-heading);
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.site-header__brand:hover,
.site-header__brand:focus {
    color: var(--single-heading);
}

.site-header__actions {
    flex-shrink: 0;
}

.site-header__desktop-nav {
    align-self: center;
}

.site-header__search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--single-heading);
}

.site-header__search-toggle svg {
    width: 20px;
    height: 20px;
}

.navbar-toggler {
    position: relative;
    z-index: 1085;
}

.site-header__toggle-icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 18px;
}

.site-header__toggle-icon span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--single-heading);
    transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}

.site-header__toggle-icon span:nth-child(1) {
    top: 0;
}

.site-header__toggle-icon span:nth-child(2) {
    top: 8px;
}

.site-header__toggle-icon span:nth-child(3) {
    top: 16px;
}

.navbar-toggler[aria-expanded="true"] .site-header__toggle-icon span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .site-header__toggle-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .site-header__toggle-icon span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}

.site-header__search-menu {
    min-width: 320px;
    margin-top: 0.875rem;
    border-radius: 0;
}

.site-header__offcanvas {
    width: 100vw;
    max-width: 100vw;
    border-left: 0;
    z-index: 1045;
}

.site-header__offcanvas-body {
    padding: 6rem 2rem 2rem;
    background-color: #ffffff;
}

.site-header__mobile-search .search-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.site-header__mobile-search .search-field {
    width: 100%;
    min-width: 0;
    height: 42px;
    border: 1px solid var(--single-border);
    border-radius: 0.5rem;
    padding: 0 0.875rem;
    font-size: 0.95rem;
    outline: none;
}

.site-header__mobile-search .search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0.5rem;
    background-color: var(--single-heading);
    color: #ffffff;
}

.site-header__mobile-search .search-submit svg {
    width: 18px;
    height: 18px;
}

.site-header__menu {
    gap: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.site-header__menu .menu-item {
    list-style: none;
}

.site-header__menu .menu-item a,
.site-header__menu .nav-link {
    display: block;
    color: var(--single-heading);
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 0;
}

.site-header__menu .menu-item+.menu-item,
.site-header__menu .nav-item+.nav-item {
    margin-left: 1.5rem;
}

.site-header__menu .menu-item a:hover,
.site-header__menu .menu-item a:focus,
.site-header__menu .nav-link:hover,
.site-header__menu .nav-link:focus {
    color: var(--single-heading);
    text-decoration: none;
}

.site-header__search-menu .search-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.site-header__search-menu .search-field {
    width: 100%;
    min-width: 220px;
    height: 42px;
    border: 1px solid var(--single-border);
    border-radius: 0.5rem;
    padding: 0 0.875rem;
    font-size: 0.95rem;
    outline: none;
}

.site-header__search-menu .search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border: 0;
    border-radius: 0.5rem;
    padding: 0;
    background-color: var(--single-heading);
    color: #ffffff;
}

.site-header__search-menu .search-submit svg {
    width: 18px;
    height: 18px;
}

.site-header__search-menu .search-submit:hover,
.site-header__search-menu .search-submit:focus {
    background-color: #24313d;
}

@media (min-width: 992px) {
    .site-header__desktop-nav {
        padding-right: 1.5rem;
        border-right: 1px solid var(--single-border);
    }

    .site-header__actions {
        margin-left: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .site-header__offcanvas-body {
        padding-top: 6rem;
    }

    .site-header__menu--mobile {
        width: 100%;
    }

    .site-header__menu--mobile .menu-item+.menu-item,
    .site-header__menu--mobile .nav-item+.nav-item {
        margin-left: 0;
    }

    .site-header__menu--mobile .menu-item a,
    .site-header__menu--mobile .nav-link {
        padding: 0.75rem 0;
    }
}

.single-post__column {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
    padding-inline: 16px;
}

.single-post__article {
    width: 100%;
}

.single-post__media {
    margin: 0;
}

.single-post__image {
    display: block;
    border-radius: 0;
}

.single-post__title,
.single-post__excerpt,
.single-post__meta,
.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5 {
    color: var(--single-heading);
}

.single-post__header {
    border-bottom: 1px solid var(--single-border);
}

.single-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--single-muted);
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.single-post__meta-separator {
    color: #9aa6b2;
}

.single-post__meta-link {
    color: inherit;
    text-decoration: none;
}

.single-post__meta-link:hover,
.single-post__meta-link:focus {
    text-decoration: underline;
}

.single-post__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.single-post__excerpt {
    color: var(--single-muted);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.single-post__content {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.single-post__content> :last-child {
    margin-bottom: 0;
}

.single-post__content p {
    margin-bottom: 24px;
}

.single-post__content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.single-post__content h3 {
    margin-top: 36px;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
}

.single-post__content h4 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 26px;
    font-weight: 800;
}

.single-post__content h5 {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 800;
}

.single-post__content ul,
.single-post__content ol,
.single-post__content blockquote {
    margin-bottom: 24px;
}

.single-post__content ul,
.single-post__content ol {
    padding-left: 0;
    list-style: none;
}

.single-post__content li>ul,
.single-post__content li>ol {
    margin-top: 4px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 16px;
}

.single-post__content ul li,
.single-post__content ol li {
    position: relative;
    min-height: 28px;
    padding-left: 40px;
}

.single-post__content ul li+li,
.single-post__content ol li+li {
    margin-top: 12px;
}

.single-post__content ul li::before,
.single-post__content ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--single-primary);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.single-post__content ul li::before {
    content: "\2192";
}

.single-post__content ol {
    counter-reset: single-post-list;
}

.single-post__content ol li {
    counter-increment: single-post-list;
}

.single-post__content ol li::before {
    content: counter(single-post-list);
    font-size: 13px;
}

.single-post__content li>ul {
    list-style: disc;
}

.single-post__content li>ol {
    list-style: decimal;
}

.single-post__content li>ul li,
.single-post__content li>ol li {
    min-height: 0;
    padding-left: 0;
    line-height: 1.5;
}

.single-post__content li>ul li+li,
.single-post__content li>ol li+li {
    margin-top: 2px;
}

.single-post__content li>ul li::before,
.single-post__content li>ol li::before {
    content: none;
}

.single-post__content blockquote {
    margin-left: 0;
    padding: 24px 28px;
    border-left: 4px solid var(--single-primary);
    background-color: #f5f8ff;
    color: var(--single-heading);
}

.single-post__content blockquote p:last-child {
    margin-bottom: 0;
}

.single-post__content blockquote cite {
    display: block;
    margin-top: 12px;
    color: var(--single-muted);
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
}

.single-post__content img {
    max-width: 100%;
    height: auto;
}

.home-typography__title,
.home-typography__excerpt,
.home-typography__meta,
.home-typography__submeta,
.home-typography__section-title,
.home-typography__card-title {
    color: var(--single-heading);
}

.home-typography__meta {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--single-muted);
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.8;
}

.home-typography__submeta {
    color: var(--single-muted);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    opacity: 0.85;
}

.home-typography__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.home-typography__excerpt {
    color: var(--single-muted);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.home-typography__body {
    color: var(--single-muted);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.home-typography__section-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.home-typography__card-title {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
}

.home-typography__title a,
.home-typography__section-title a,
.home-typography__card-title a {
    color: inherit;
}

.homepage-hero {
    background-color: #000e22 !important;
}

.homepage-hero .home-typography__title,
.homepage-hero .home-typography__excerpt,
.homepage-hero .home-typography__section-title,
.homepage-hero .home-typography__submeta,
.homepage-hero .home-typography__title a,
.homepage-hero .home-typography__section-title a {
    color: #ffffff;
}

.homepage-hero .link-dark,
.homepage-hero .link-dark.text-decoration-none,
.homepage-hero .link-dark.text-decoration-none:hover,
.homepage-hero .link-dark.text-decoration-none:focus {
    color: #f5f9ff !important;
}

.homepage-hero .btn-dark {
    border-color: #3c5a86;
    background-color: #163152;
    color: #f8fbff;
}

.homepage-hero .btn-dark:hover,
.homepage-hero .btn-dark:focus {
    border-color: #4d6f9f;
    background-color: #1d416d;
    color: #ffffff;
}

.homepage-hero__card {
    background-color: rgba(24, 41, 68, 0.92);
    border: 1px solid rgba(120, 151, 196, 0.18);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22) !important;
}

.homepage-hero .home-typography__excerpt,
.homepage-hero .home-typography__submeta {
    color: rgba(233, 241, 255, 0.8);
}

.homepage-hero .home-typography__section-title a {
    color: #f5f9ff;
}

.homepage-hero .home-typography__section-title a:hover,
.homepage-hero .home-typography__section-title a:focus {
    color: #9fc3ff;
}

.homepage-sidebar {
    position: sticky;
    top: 104px;
}

.homepage-content-main__header {
    max-width: 720px;
}

.homepage-posts-list__item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--single-border);
}

.homepage-posts-list__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.homepage-posts-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.homepage-posts-pagination .page-numbers li {
    margin: 0;
}

.homepage-posts-pagination .page-numbers a,
.homepage-posts-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 1rem;
    border: 1px solid rgba(17, 36, 61, 0.12);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    color: #18324f;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(9, 25, 48, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.homepage-posts-pagination .page-numbers a:hover,
.homepage-posts-pagination .page-numbers a:focus {
    border-color: rgba(24, 50, 79, 0.28);
    background: #ffffff;
    color: #0c1b2d;
    box-shadow: 0 14px 28px rgba(9, 25, 48, 0.12);
    transform: translateY(-1px);
}

.homepage-posts-pagination .page-numbers .current {
    border-color: #11243d;
    background: linear-gradient(135deg, #11243d 0%, #1f3d63 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(10, 27, 45, 0.2);
}

.homepage-posts-pagination .page-numbers .dots {
    color: #6d7f95;
    box-shadow: none;
}

.homepage-builder__widget:last-child .home-builder-section {
    padding-bottom: 0 !important;
}

.home-post-thumb {
    position: relative;
}

.home-post-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background-color: rgba(0, 14, 34, 0.8);
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    color: var(--single-muted);
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.home-post-meta__separator {
    opacity: 0.55;
}

.homepage-hero .home-post-meta {
    color: rgba(233, 241, 255, 0.82);
}

.homepage-sidebar__widget {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--single-border);
}

.home-builder-section__header {
    max-width: 720px;
}

.home-builder-section--boxed .home-builder-section__body {
    position: relative;
}

.home-builder-card__image {
    display: block;
    border-radius: 0.5rem !important;
}

.home-builder-card--boxed {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--single-border);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-builder-card--boxed:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.home-builder-card__image--boxed {
    border-radius: 0 !important;
}

.home-builder-card__content--boxed {
    padding: 0 1.1rem 1.1rem;
}

.home-builder-card--horizontal {
    display: flex;
    flex-direction: column;
}

.home-builder-card__horizontal {
    flex: 1 1 auto;
}

.home-builder-card--horizontal.home-builder-card--boxed .home-builder-card__horizontal > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.home-builder-card--horizontal.home-builder-card--boxed .home-builder-card__media-link--boxed {
    flex: 1 1 auto;
    height: 100%;
}

.home-builder-card--horizontal.home-builder-card--boxed .home-post-thumb,
.home-builder-card--horizontal.home-builder-card--boxed .home-builder-card__image,
.home-builder-card--horizontal.home-builder-card--boxed .home-builder-card__image--horizontal {
    height: 100%;
}

.home-builder-card--horizontal.home-builder-card--boxed .home-post-thumb > * {
    height: 100%;
}

.home-builder-card__content--horizontal {
    padding: 0;
}

.home-builder-card__image--horizontal {
    height: 100%;
}

.home-builder-card__category {
    color: var(--single-primary);
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-builder-card__category a,
.home-builder-card__category a:hover,
.home-builder-card__category a:focus,
.home-builder-card__category a:visited {
    color: inherit;
}

.home-builder-card__title {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
}

.home-builder-card--horizontal .home-builder-card__title {
    font-size: 18px;
    line-height: 25px;
}

.homepage-sidebar__widget:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.homepage-sidebar__widget--placeholder {
    border-bottom: 0;
}

.homepage-sidebar__title {
    margin-bottom: 1rem;
    color: var(--single-heading);
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.home-list-card {
    padding-bottom: 0;
}

.home-grid-card__image,
.home-list-card__image {
    display: block;
    border-radius: 0.5rem !important;
}

.home-list-card__title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.home-list-card__category {
    color: var(--single-primary);
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-list-card__category a {
    color: inherit;
}

.home-list-card__category a:hover,
.home-list-card__category a:visited,
.home-list-card__category a:focus {
    color: inherit;
}

.home-list-card .home-typography__submeta {
    color: var(--single-primary);
}

@media (min-width: 576px) {
    .home-builder-card--horizontal.home-builder-card--boxed .home-builder-card__content--boxed {
        padding: 1rem 1rem 1rem 0;
    }

    .home-builder-card--horizontal.home-builder-card--boxed .home-builder-card__image--boxed {
        border-radius: 0 !important;
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .home-builder-card--horizontal.home-builder-card--boxed .home-builder-card__content--boxed {
        padding: 0 1rem 1rem;
    }
}

.home-columns-card {
    padding-bottom: 0;
}

.posts-archive__header {
    max-width: 720px;
}

.posts-archive__title,
.posts-archive__card-title,
.posts-archive__link {
    color: var(--single-heading);
}

.posts-archive__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.posts-archive__description,
.posts-archive__excerpt {
    color: var(--single-muted);
    font-size: 15px;
    line-height: 24px;
}

.posts-archive__meta {
    color: var(--single-muted);
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    opacity: 0.8;
}

.posts-archive__card-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
}

.posts-archive__link:hover,
.posts-archive__link:focus {
    color: var(--single-heading);
}

.posts-archive__pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.posts-archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border-radius: 999px;
    color: var(--single-heading);
    text-decoration: none;
}

.posts-archive__pagination .page-numbers.current {
    border-color: var(--single-heading);
    background-color: var(--single-heading);
    color: #ffffff;
}


.author-box {
    border-top: 1px solid var(--single-border);
}

.author-box__inner {
    padding: 0;
}

.author-box__avatar {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
}

.author-box__eyebrow {
    color: var(--single-muted);
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.author-box__name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.author-box__name-link {
    color: var(--single-heading);
    text-decoration: none;
}

.author-box__name-link:hover,
.author-box__name-link:focus {
    text-decoration: underline;
}

.author-box__bio {
    color: var(--single-muted);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .site-header .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .homepage-sidebar {
        position: static;
    }

    .single-post__meta {
        font-size: 12px;
        line-height: 16px;
    }

    .home-typography__meta {
        font-size: 10px;
        line-height: 14px;
    }

    .home-typography__submeta {
        font-size: 11px;
        line-height: 16px;
    }

    .single-post__title {
        font-size: 28px;
        line-height: 34px;
    }

    .home-typography__title {
        font-size: 28px;
        line-height: 34px;
    }

    .single-post__excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .home-typography__excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .home-typography__body {
        font-size: 14px;
        line-height: 22px;
    }

    .home-typography__section-title {
        font-size: 23px;
        line-height: 30px;
    }

    .home-typography__card-title {
        font-size: 20px;
        line-height: 26px;
    }

    .home-list-card__title {
        font-size: 17px;
        line-height: 24px;
    }

    .single-post__content blockquote {
        padding: 18px 20px;
    }

    .single-post__content ul li,
    .single-post__content ol li {
        min-height: 22px;
        padding-left: 32px;
    }

    .single-post__content ul li+li,
    .single-post__content ol li+li {
        margin-top: 8px;
    }

    .single-post__content ul li::before,
    .single-post__content ol li::before {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }

    .single-post__content ol li::before {
        font-size: 10px;
    }

    .single-post__content li>ul,
    .single-post__content li>ol {
        margin-top: 4px;
        padding-left: 14px;
    }

    .single-post__content li>ul li,
    .single-post__content li>ol li {
        min-height: 0;
        padding-left: 0;
    }

    .single-post__content li>ul li+li,
    .single-post__content li>ol li+li {
        margin-top: 2px;
    }

    .author-box__inner {
        flex-direction: column;
    }

    .author-box__avatar {
        width: 72px;
        height: 72px;
    }

    .author-box__name {
        font-size: 21px;
        line-height: 27px;
    }

    .author-box__bio {
        font-size: 15px;
        line-height: 24px;
    }

    .single-post__content {
        font-size: 16px;
        line-height: 27px;
    }

    .single-post__content p {
        margin-bottom: 22px;
    }

    .single-post__content h2 {
        margin-bottom: 18px;
        font-size: 23px;
        line-height: 30px;
    }

    .single-post__content h3 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 26px;
    }

    .single-post__content h4 {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 24px;
    }

    .single-post__content h5 {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 22px;
    }
}
