/* ==========================================================
   LF BLOG ARCHIVE
   Shortcode: [lf_blog_archive]
========================================================== */

.lfba {
    --lfba-brown: #4e2d1b;
    --lfba-orange: #dd7f24;
    --lfba-orange-dark: #c96d13;
    --lfba-text: #6c625d;
    --lfba-muted: #918680;
    --lfba-line: #eaded1;
    --lfba-soft: #f8f3ec;
    --lfba-white: #ffffff;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px 60px;
    color: var(--lfba-text);
    background: transparent;
    box-sizing: border-box;
    font-family: var(--lfba-text-font, Inter, Arial, sans-serif);
}

.lfba *,
.lfba *::before,
.lfba *::after {
    box-sizing: border-box;
}

.lfba a {
    color: inherit;
    text-decoration: none;
}

.lfba img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Barra superior */

.lfba__toolbar {
    display: grid;
    grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    margin-bottom: 48px;
}

.lfba__search {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px 0 20px;
    background: var(--lfba-white);
    border: 1px solid var(--lfba-line);
    border-radius: 13px;
    box-shadow: 0 10px 28px rgba(78, 45, 27, 0.07);
}

.lfba__search input {
    width: 100%;
    min-width: 0;
    padding: 0;
    color: var(--lfba-brown);
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 14px;
}

.lfba__search input::placeholder {
    color: #948983;
    opacity: 1;
}

.lfba__search button {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    color: var(--lfba-brown);
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.lfba__search button:hover {
    color: var(--lfba-orange);
    background: var(--lfba-soft);
}

.lfba__search svg,
.lfba__meta svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lfba__filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    overflow-x: auto;
    padding: 4px 2px 10px;
    scrollbar-width: thin;
}

.lfba__filter {
    flex: 0 0 auto;
    padding: 13px 17px;
    color: var(--lfba-text);
    background: rgba(248, 243, 236, 0.84);
    border: 1px solid rgba(234, 222, 209, 0.8);
    border-radius: 11px;
    box-shadow: 0 7px 18px rgba(78, 45, 27, 0.035);
    font-size: 13px;
    line-height: 1;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.lfba__filter:hover {
    color: var(--lfba-orange-dark);
    border-color: rgba(221, 127, 36, 0.45);
    transform: translateY(-2px);
}

.lfba__filter.is-active {
    color: #fff;
    background: linear-gradient(135deg, #f29a3b, var(--lfba-orange));
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(221, 127, 36, 0.22);
}

/* Títulos de seção */

.lfba__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--lfba-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lfba__eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--lfba-orange);
}

.lfba__recent-heading {
    margin: 54px 0 24px;
}

.lfba__recent-heading h2 {
    margin: 0;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: var(--lfba-archive-title, 48px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.08;
}

/* Destaque */

.lfba__featured {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    min-height: 360px;
    overflow: hidden;
    background: var(--lfba-white);
    border: 1px solid var(--lfba-line);
    border-radius: 19px;
    box-shadow: 0 18px 45px rgba(78, 45, 27, 0.08);
}

.lfba__featured-media {
    min-height: 360px;
    overflow: hidden;
    background: var(--lfba-soft);
}

.lfba__featured-media img {
    transition: transform .6s ease;
}

.lfba__featured:hover .lfba__featured-media img {
    transform: scale(1.035);
}

.lfba__featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 42px 44px;
}

.lfba__category {
    color: var(--lfba-orange);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.lfba__featured h2 {
    max-width: 620px;
    margin: 12px 0 18px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.lfba__featured h2 a:hover,
.lfba-card h3 a:hover {
    color: var(--lfba-orange-dark);
}

.lfba__featured-content > p {
    max-width: 610px;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.75;
}

.lfba__featured-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: auto;
}

.lfba__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: var(--lfba-muted);
    font-size: 12px;
}

.lfba__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.lfba__meta svg {
    width: 16px;
    height: 16px;
}

.lfba__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex: 0 0 auto;
    min-height: 47px;
    padding: 0 24px;
    color: #fff !important;
    background: var(--lfba-brown);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(78, 45, 27, 0.16);
    font-size: 13px;
    font-weight: 700;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.lfba__button:hover {
    background: var(--lfba-orange);
    box-shadow: 0 12px 25px rgba(221, 127, 36, 0.25);
    transform: translateY(-2px);
}

.lfba__button span {
    font-size: 18px;
    line-height: 1;
}

/* Grade */

.lfba__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 22px;
}

.lfba-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: var(--lfba-white);
    border: 1px solid var(--lfba-line);
    border-radius: 18px;
    box-shadow: 0 15px 34px rgba(78, 45, 27, 0.055);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.lfba-card:hover {
    border-color: rgba(221, 127, 36, 0.7);
    box-shadow: 0 20px 40px rgba(78, 45, 27, 0.09);
    transform: translateY(-5px);
}

.lfba-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--lfba-soft);
}

.lfba-card__media img {
    transition: transform .55s ease;
}

.lfba-card:hover .lfba-card__media img {
    transform: scale(1.045);
}

.lfba-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 24px 27px;
}

.lfba-card__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 15px;
}

.lfba-card__topline time {
    color: var(--lfba-muted);
    font-size: 10px;
    line-height: 1.4;
    text-align: right;
}

.lfba-card h3 {
    margin: 0 0 13px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.22;
}

.lfba-card__body > p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.7;
}

.lfba-card__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    align-self: flex-start;
    margin-top: auto;
    color: var(--lfba-orange) !important;
    font-size: 13px;
    font-weight: 700;
}

.lfba-card__link span {
    font-size: 20px;
    line-height: 1;
    transition: transform .25s ease;
}

.lfba-card__link:hover span {
    transform: translateX(4px);
}

/* Imagem substituta */

.lfba__image-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    color: var(--lfba-orange);
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.8), transparent 45%),
        linear-gradient(135deg, #f3e6d5, #ead6bf);
}

.lfba__image-placeholder svg {
    width: 82px;
    height: 82px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .8;
}

/* Paginação */

.lfba__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 38px;
}

.lfba__pagination a,
.lfba__pagination span {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    color: var(--lfba-brown);
    background: var(--lfba-white);
    border: 1px solid var(--lfba-line);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.lfba__pagination a:hover {
    color: var(--lfba-orange);
    border-color: var(--lfba-orange);
}

.lfba__pagination .is-current {
    color: #fff;
    background: var(--lfba-orange);
    border-color: var(--lfba-orange);
    box-shadow: 0 9px 20px rgba(221, 127, 36, 0.2);
}

/* Sem resultados */

.lfba__empty {
    padding: 48px 24px;
    text-align: center;
    background: color-mix(in srgb, var(--lfba-white) 75%, transparent);
    border: 1px solid var(--lfba-line);
    border-radius: 18px;
}

.lfba__empty h3 {
    margin: 0 0 10px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: 24px;
}

.lfba__empty p {
    margin: 0;
}

/* Tablet */

@media (max-width: 1024px) {
    .lfba__toolbar {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lfba__search {
        max-width: 500px;
    }

    .lfba__featured {
        grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    }

    .lfba__featured-content {
        padding: 34px 30px;
    }

    .lfba__featured-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .lfba__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Celular */

@media (max-width: 767px) {
    .lfba {
        padding: 0 15px 45px;
    }

    .lfba__toolbar {
        margin-bottom: 35px;
    }

    .lfba__search {
        width: 100%;
        max-width: none;
    }

    .lfba__filters {
        margin-right: -15px;
        padding-right: 15px;
    }

    .lfba__filter {
        padding: 12px 15px;
    }

    .lfba__featured {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .lfba__featured-media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .lfba__featured-content {
        padding: 27px 22px 29px;
    }

    .lfba__featured h2 {
        font-size: 29px;
    }

    .lfba__featured-content > p {
        margin-bottom: 23px;
    }

    .lfba__recent-heading {
        margin-top: 42px;
    }

    .lfba__recent-heading h2 {
        font-size: var(--lfba-archive-title-mob, 32px);
    }

    .lfba__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lfba-card h3 {
        font-size: 20px;
    }
}

/* ==========================================================
   SINGLE POST
   Shortcode: [lf_single_post]
========================================================== */

.lfsp {
    --lfba-brown: #4e2d1b;
    --lfba-orange: #dd7f24;
    --lfba-text: #6c625d;
    --lfba-soft: #f8f3ec;
    --lfba-white: #ffffff;
    --lfba-line: #eaded1;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 20px 56px;
    color: var(--lfba-text);
    background: transparent;
    font-family: var(--lfba-text-font, Inter, Arial, sans-serif);
    box-sizing: border-box;
}

.lfsp *,
.lfsp *::before,
.lfsp *::after {
    box-sizing: border-box;
}

.lfsp a {
    color: inherit;
    text-decoration: none;
}

.lfsp svg {
    display: block;
}

.lfsp__header {
    max-width: 870px;
    margin: 0 auto 34px;
    text-align: center;
}

.lfsp__category {
    display: inline-block;
    margin-bottom: 17px;
    color: var(--lfba-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.lfsp__header h1 {
    margin: 0;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: var(--lfba-single-title, 52px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.lfsp__lead {
    max-width: 720px;
    margin: 19px auto 0;
    color: var(--lfba-text);
    font-size: 16px;
    line-height: 1.65;
}

.lfsp__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 25px;
    margin-top: 28px;
    color: #897d77;
    font-size: 12px;
}

.lfsp__meta span,
.lfsp__meta a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.lfsp__meta svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lfsp__hero {
    width: 100%;
    aspect-ratio: 2.12 / 1;
    overflow: hidden;
    margin-bottom: 43px;
    background: var(--lfba-soft);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(78, 45, 27, .07);
}

.lfsp__hero > img,
.lfsp__hero .lfba__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lfsp__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
    gap: 64px;
}

.lfsp__article {
    min-width: 0;
}

.lfsp__content {
    color: var(--lfba-text);
    font-size: var(--lfba-single-body, 16px);
    line-height: 1.75;
}

.lfsp__content > :first-child {
    margin-top: 0;
}

.lfsp__content p {
    margin: 0 0 22px;
}

.lfsp__content h2,
.lfsp__content h3,
.lfsp__content h4 {
    scroll-margin-top: 120px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.lfsp__content h2 {
    margin: 40px 0 16px;
    font-size: 29px;
}

.lfsp__content h3 {
    margin: 32px 0 13px;
    font-size: 23px;
}

.lfsp__content ul,
.lfsp__content ol {
    margin: 4px 0 26px;
    padding-left: 23px;
}

.lfsp__content li {
    margin-bottom: 8px;
    padding-left: 3px;
}

.lfsp__content ul li::marker {
    color: var(--lfba-orange);
}

.lfsp__content blockquote {
    position: relative;
    margin: 30px 0;
    padding: 23px 25px 23px 70px;
    color: var(--lfba-brown);
    background: var(--lfba-soft);
    border: 1px solid var(--lfba-line);
    border-left: 3px solid var(--lfba-orange);
    border-radius: 14px;
    font-weight: 500;
}

.lfsp__content blockquote::before {
    content: "“";
    position: absolute;
    top: 13px;
    left: 25px;
    color: var(--lfba-orange);
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1;
}

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

.lfsp__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 14px;
}

.lfsp__content a {
    color: var(--lfba-orange);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lfsp__sidebar {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.lfsp-toc,
.lfsp-side-cta {
    background: var(--lfba-white);
    border: 1px solid var(--lfba-line);
    border-radius: 17px;
    box-shadow: 0 14px 34px rgba(78, 45, 27, .045);
}

.lfsp-toc {
    padding: 25px 23px 18px;
}

.lfsp-toc h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: 17px;
    font-weight: 600;
}

.lfsp-toc h2::before {
    content: "";
    width: 23px;
    height: 1px;
    background: var(--lfba-orange);
}

.lfsp-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lfsp-toc li + li {
    border-top: 1px solid var(--lfba-line);
}

.lfsp-toc li.is-h3 a {
    padding-left: 12px;
    font-size: 12px;
}

.lfsp-toc a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    color: var(--lfba-text);
    font-size: 13px;
    line-height: 1.45;
    transition: color .25s ease;
}

.lfsp-toc a:hover {
    color: var(--lfba-orange);
}

.lfsp-toc b {
    color: var(--lfba-brown);
    font-size: 20px;
    font-weight: 400;
}

.lfsp-side-cta {
    padding: 28px 22px 24px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 15%, rgba(255,255,255,.92), transparent 34%),
        var(--lfba-soft);
}

.lfsp-side-cta__icon,
.lfsp-bottom-cta__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    color: var(--lfba-orange);
    background: var(--lfba-white);
    border: 1px solid var(--lfba-line);
    border-radius: 50%;
}

.lfsp-side-cta__icon svg,
.lfsp-bottom-cta__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lfsp-side-cta h2 {
    margin: 0 0 12px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.lfsp-side-cta p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.65;
}

.lfsp-side-cta > a,
.lfsp-bottom-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 21px;
    color: #fff;
    background: var(--lfba-brown);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(78, 45, 27, .14);
    font-size: 12px;
    font-weight: 700;
    transition: background .25s ease, transform .25s ease;
}

.lfsp-side-cta > a:hover,
.lfsp-bottom-cta > a:hover {
    background: var(--lfba-orange);
    transform: translateY(-2px);
}

.lfsp-side-cta > a span {
    font-size: 18px;
}

.lfsp__after {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 42px;
}

.lfsp-author {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    padding: 20px;
    background: var(--lfba-white);
    border: 1px solid var(--lfba-line);
    border-radius: 15px;
}

.lfsp-author__avatar {
    display: grid;
    place-items: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    color: var(--lfba-brown);
    background: #efe3d5;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 25px;
}

.lfsp-author strong {
    display: block;
    margin-bottom: 5px;
    color: var(--lfba-brown);
    font-size: 14px;
}

.lfsp-author p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
}

.lfsp-share {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: var(--lfba-text);
    font-size: 12px;
}

.lfsp-share > span {
    margin-right: 3px;
}

.lfsp-share a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--lfba-brown);
    background: var(--lfba-soft);
    border: 1px solid var(--lfba-line);
    border-radius: 50%;
    font-weight: 700;
    transition: color .25s ease, border-color .25s ease;
}

.lfsp-share a:hover {
    color: var(--lfba-orange);
    border-color: var(--lfba-orange);
}

.lfsp-share svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lfsp-related {
    margin-top: 58px;
}

.lfsp-related > h2 {
    margin: 0 0 23px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.035em;
}

.lfsp-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.lfsp-bottom-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 19px;
    margin-top: 38px;
    padding: 22px 28px;
    background: var(--lfba-soft);
    border: 1px solid var(--lfba-line);
    border-radius: 17px;
}

.lfsp-bottom-cta__icon {
    margin: 0;
}

.lfsp-bottom-cta h2 {
    margin: 0 0 4px;
    color: var(--lfba-brown);
    font-family: var(--lfba-title-font, Poppins, Inter, Arial, sans-serif);
    font-size: 20px;
    font-weight: 600;
}

.lfsp-bottom-cta p {
    margin: 0;
    font-size: 13px;
}

.lfsp-bottom-cta > a svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lfsp__notice {
    padding: 16px 18px;
    color: #4e2d1b;
    background: #fff8e8;
    border-left: 4px solid #dd7f24;
}

@media (max-width: 1024px) {
    .lfsp__layout {
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 35px;
    }

    .lfsp__after {
        align-items: flex-start;
        flex-direction: column;
    }

    .lfsp-share {
        align-self: flex-end;
    }
}

@media (max-width: 767px) {
    .lfsp {
        padding: 25px 15px 42px;
    }

    .lfsp__header {
        margin-bottom: 26px;
        text-align: left;
    }

    .lfsp__header h1 {
        font-size: var(--lfba-single-title-mob, 32px);
    }

    .lfsp__lead {
        margin-top: 15px;
        font-size: 15px;
    }

    .lfsp__meta {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 9px 17px;
        margin-top: 21px;
    }

    .lfsp__hero {
        aspect-ratio: 4 / 3;
        margin-bottom: 31px;
        border-radius: 14px;
    }

    .lfsp__layout {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .lfsp__article,
    .lfsp__sidebar {
        width: 100%;
    }

    .lfsp__sidebar {
        position: static;
        order: -1;
    }

    .lfsp-toc {
        padding: 22px 20px 13px;
    }

    .lfsp__content h2 {
        font-size: 26px;
    }

    .lfsp__content h3 {
        font-size: 21px;
    }

    .lfsp__after {
        margin-top: 34px;
    }

    .lfsp-author {
        align-items: flex-start;
        width: 100%;
    }

    .lfsp-share {
        align-self: flex-start;
        flex-wrap: wrap;
    }

    .lfsp-related {
        margin-top: 45px;
    }

    .lfsp-related__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lfsp-bottom-cta {
        grid-template-columns: auto 1fr;
        padding: 20px;
    }

    .lfsp-bottom-cta > a {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lfba *,
    .lfba *::before,
    .lfba *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
