:root {
    --pfsb-navy: #071c2d;
    --pfsb-navy-soft: #0d3049;
    --pfsb-blue: #075f91;
    --pfsb-orange: #f15a24;
    --pfsb-orange-dark: #d94715;
    --pfsb-orange-soft: #fff1eb;
    --pfsb-text: #263844;
    --pfsb-muted: #6d7d87;
    --pfsb-line: #e2e9ed;
    --pfsb-soft: #f5f8fa;
    --pfsb-white: #ffffff;
    --pfsb-shadow: 0 20px 55px rgba(7, 28, 45, .10);
}

.pfsb-page,
.pfsb-page * {
    box-sizing: border-box;
}

.pfsb-page {
    overflow: hidden;
    background: #fff;
    color: var(--pfsb-text);
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
}

.pfsb-page img {
    display: block;
    max-width: 100%;
}

.pfsb-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 92px;
    color: #fff;
    background:
        radial-gradient(circle at 9% 16%, rgba(241, 90, 36, .21), transparent 27%),
        radial-gradient(circle at 92% 86%, rgba(25, 126, 181, .22), transparent 29%),
        linear-gradient(135deg, #061724 0%, #0a3048 100%);
}

.pfsb-hero::before,
.pfsb-hero::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.pfsb-hero::before {
    width: 390px;
    height: 390px;
    top: -245px;
    right: 8%;
}

.pfsb-hero::after {
    width: 230px;
    height: 230px;
    left: -125px;
    bottom: -125px;
}

.pfsb-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .76fr);
    align-items: center;
    gap: 78px;
}

.pfsb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #ffd4c4;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.pfsb-hero h1 {
    max-width: 710px;
    margin: 21px 0 19px;
    font-size: clamp(39px, 5vw, 64px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -2px;
}

.pfsb-hero h1 span {
    color: #ff8255;
}

.pfsb-hero-copy > p {
    max-width: 680px;
    margin: 0;
    color: #c4d0d8;
    font-size: 15px;
    line-height: 1.85;
}

.pfsb-trust-row {
    margin-top: 34px;
    display: flex;
    align-items: stretch;
}

.pfsb-trust-row > div {
    min-height: 50px;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .14);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pfsb-trust-row > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.pfsb-trust-row strong {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.pfsb-trust-row i {
    color: #ff8255;
    font-size: 20px;
    line-height: 1;
}

.pfsb-trust-row span {
    margin-top: 5px;
    color: #b5c2ca;
    font-size: 10px;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.pfsb-search-panel {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 24px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .22);
    backdrop-filter: blur(13px);
}

.pfsb-search-symbol {
    width: 49px;
    height: 49px;
    border-radius: 14px;
    background: var(--pfsb-orange);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.pfsb-search-panel h2 {
    margin: 18px 0 7px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.pfsb-search-panel > p {
    margin: 0;
    color: #c4d0d8;
    font-size: 12px;
}

.pfsb-search-form {
    margin-top: 21px;
    padding: 5px;
    border-radius: 13px;
    background: #fff;
    display: flex;
}

.pfsb-search-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 10px 11px;
    color: var(--pfsb-text);
    font-size: 12px;
}

.pfsb-search-form button {
    border: 0;
    border-radius: 10px;
    padding: 9px 15px;
    background: var(--pfsb-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.pfsb-search-form button:hover {
    background: var(--pfsb-orange-dark);
}

.pfsb-listing {
    padding: 90px 0 98px;
    background: var(--pfsb-soft);
}

.pfsb-section-head {
    margin-bottom: 38px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.pfsb-section-head > div > span {
    color: var(--pfsb-orange);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pfsb-section-head h2 {
    margin: 7px 0 0;
    color: var(--pfsb-navy);
    font-size: clamp(29px, 3.2vw, 41px);
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -1.1px;
}

.pfsb-section-head > p {
    max-width: 430px;
    margin: 0;
    color: var(--pfsb-muted);
    font-size: 13px;
}

.pfsb-clear-search {
    padding: 9px 14px;
    border: 1px solid var(--pfsb-line);
    border-radius: 999px;
    background: #fff;
    color: var(--pfsb-navy);
    font-size: 12px;
    text-decoration: none;
}

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

.pfsb-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--pfsb-line);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(7, 28, 45, .055);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.pfsb-card:hover {
    border-color: #fac3af;
    box-shadow: var(--pfsb-shadow);
    transform: translateY(-7px);
}

.pfsb-card-image {
    position: relative;
    height: 224px;
    overflow: hidden;
    display: block;
    background: #e9eef1;
}

.pfsb-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.pfsb-card:hover .pfsb-card-image img {
    transform: scale(1.045);
}

.pfsb-card-image > span {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(7, 28, 45, .88);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .65px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
}

.pfsb-card-body {
    padding: 24px;
}

.pfsb-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
    color: #82909a;
    font-size: 10px;
}

.pfsb-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.pfsb-card-meta i {
    color: var(--pfsb-orange);
}

.pfsb-card-body h3 {
    margin: 13px 0 9px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: -.3px;
}

.pfsb-card-body h3 a {
    color: var(--pfsb-navy);
    text-decoration: none;
}

.pfsb-card-body h3 a:hover {
    color: var(--pfsb-orange);
}

.pfsb-card-body > p {
    min-height: 68px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    color: var(--pfsb-muted);
    font-size: 12px;
    line-height: 1.85;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.pfsb-read-link {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--pfsb-orange-dark);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.pfsb-read-link i {
    transition: transform .2s ease;
}

.pfsb-read-link:hover i {
    transform: translate(3px, -3px);
}

.pfsb-card-featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
}

.pfsb-card-featured .pfsb-card-image {
    height: 100%;
    min-height: 380px;
}

.pfsb-card-featured .pfsb-card-body {
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pfsb-card-featured .pfsb-card-body h3 {
    font-size: 27px;
    line-height: 1.35;
}

.pfsb-card-featured .pfsb-card-body > p {
    min-height: auto;
    -webkit-line-clamp: 4;
}

.pfsb-pagination {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pfsb-pagination a {
    width: 42px;
    height: 42px;
    border: 1px solid var(--pfsb-line);
    border-radius: 11px;
    background: #fff;
    color: var(--pfsb-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.pfsb-pagination a:hover,
.pfsb-pagination a.active {
    border-color: var(--pfsb-orange);
    background: var(--pfsb-orange);
    color: #fff;
}

.pfsb-pagination a.disabled {
    opacity: .38;
    pointer-events: none;
}

.pfsb-empty {
    padding: 75px 25px;
    text-align: center;
}

.pfsb-empty > span {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: var(--pfsb-orange-soft);
    color: var(--pfsb-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
}

.pfsb-empty h1,
.pfsb-empty h2 {
    margin: 0 0 8px;
    color: var(--pfsb-navy);
    font-size: 30px;
    font-weight: 600;
}

.pfsb-empty p {
    margin: 0 0 16px;
    color: var(--pfsb-muted);
}

.pfsb-empty > a {
    color: var(--pfsb-orange-dark);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.pfsb-cta-wrap {
    padding: 0 0 94px;
    background: var(--pfsb-soft);
}

.pfsb-cta {
    padding: 38px 45px;
    border-radius: 23px;
    background: linear-gradient(130deg, var(--pfsb-navy), var(--pfsb-navy-soft));
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 25px;
    box-shadow: var(--pfsb-shadow);
}

.pfsb-cta-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: var(--pfsb-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.pfsb-cta small {
    color: #ffb89e;
    font-size: 10px;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.pfsb-cta h2 {
    margin: 4px 0 2px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.pfsb-cta p {
    margin: 0;
    color: #c4d0d8;
    font-size: 12px;
}

.pfsb-cta > a,
.pfsb-side-cta > a {
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--pfsb-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.pfsb-cta > a:hover,
.pfsb-side-cta > a:hover {
    background: var(--pfsb-orange-dark);
    color: #fff;
}

/* Blog detail page */
.pfsb-detail-hero {
    padding: 44px 0 74px;
    color: #fff;
    background:
        radial-gradient(circle at 87% 14%, rgba(241, 90, 36, .18), transparent 25%),
        linear-gradient(135deg, #071c2d, #0a3049);
}

.pfsb-breadcrumb {
    margin-bottom: 43px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8fa2ae;
    font-size: 10px;
}

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

.pfsb-breadcrumb a:hover {
    color: #ff8c64;
}

.pfsb-breadcrumb span {
    max-width: 400px;
    overflow: hidden;
    color: #c5d0d7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pfsb-breadcrumb i {
    font-size: 8px;
}

.pfsb-detail-heading {
    max-width: 930px;
}

.pfsb-detail-heading h1 {
    margin: 20px 0 18px;
    color: #fff;
    font-size: clamp(35px, 5vw, 58px);
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -1.8px;
}

.pfsb-detail-heading > p {
    max-width: 820px;
    margin: 0;
    color: #c5d0d7;
    font-size: 15px;
    line-height: 1.85;
}

.pfsb-detail-meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 27px;
    color: #aab9c2;
    font-size: 10px;
}

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

.pfsb-detail-meta i {
    color: #ff8255;
    font-size: 13px;
}

.pfsb-detail-main {
    padding: 0 0 95px;
    background: #fff;
}

.pfsb-cover {
    position: relative;
    z-index: 2;
    height: clamp(330px, 47vw, 585px);
    margin: -38px 0 58px;
    border: 8px solid #fff;
    border-radius: 24px;
    overflow: hidden;
    background: #e8eef1;
    box-shadow: 0 25px 65px rgba(7, 28, 45, .18);
}

.pfsb-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pfsb-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 72px;
}

.pfsb-article {
    min-width: 0;
    color: #394a56;
    font-size: 14px;
    line-height: 1.95;
}

.pfsb-intro {
    margin-bottom: 32px;
    padding: 23px 25px;
    border-left: 4px solid var(--pfsb-orange);
    border-radius: 0 13px 13px 0;
    background: #fff5f0;
    color: #20313d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.pfsb-article h2 {
    margin: 42px 0 15px;
    color: var(--pfsb-navy);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.5px;
}

.pfsb-article h3 {
    margin: 31px 0 12px;
    color: var(--pfsb-navy);
    font-size: 21px;
    font-weight: 600;
}

.pfsb-article p {
    margin: 0 0 22px;
}

.pfsb-article ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.pfsb-article li {
    position: relative;
    margin: 10px 0;
    padding-left: 26px;
}

.pfsb-article li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--pfsb-orange);
    font-weight: 600;
}

.pfsb-note {
    margin-top: 40px;
    padding: 23px;
    border: 1px solid #cfe2ee;
    border-radius: 15px;
    background: #f2f8fb;
    display: flex;
    gap: 15px;
}

.pfsb-note > i {
    color: var(--pfsb-blue);
    font-size: 22px;
}

.pfsb-note strong {
    color: var(--pfsb-navy);
    font-size: 13px;
}

.pfsb-note p {
    margin: 4px 0 0;
    color: #60737f;
    font-size: 11px;
    line-height: 1.75;
}

.pfsb-share {
    margin-top: 34px;
    padding-top: 25px;
    border-top: 1px solid var(--pfsb-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.pfsb-share > strong {
    color: var(--pfsb-navy);
    font-size: 12px;
    font-weight: 600;
}

.pfsb-share > div {
    display: flex;
    gap: 8px;
}

.pfsb-share a,
.pfsb-share button {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--pfsb-line);
    border-radius: 10px;
    background: #fff;
    color: var(--pfsb-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.pfsb-share a:hover,
.pfsb-share button:hover {
    border-color: var(--pfsb-orange);
    background: var(--pfsb-orange);
    color: #fff;
}

.pfsb-sidebar {
    position: sticky;
    top: 110px;
}

.pfsb-side-cta {
    padding: 29px;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--pfsb-navy), var(--pfsb-navy-soft));
    color: #fff;
    box-shadow: var(--pfsb-shadow);
}

.pfsb-side-cta > span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--pfsb-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.pfsb-side-cta h2 {
    margin: 18px 0 9px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

.pfsb-side-cta p {
    margin: 0 0 21px;
    color: #b9c7cf;
    font-size: 11px;
    line-height: 1.75;
}

.pfsb-side-cta > a {
    display: flex;
    justify-content: center;
}

.pfsb-related {
    margin-top: 24px;
    padding: 23px;
    border: 1px solid var(--pfsb-line);
    border-radius: 20px;
    background: #fff;
}

.pfsb-related h2 {
    margin: 0 0 17px;
    color: var(--pfsb-navy);
    font-size: 16px;
    font-weight: 600;
}

.pfsb-related > a {
    padding: 13px 0;
    border-top: 1px solid var(--pfsb-line);
    display: grid;
    grid-template-columns: 68px 1fr;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.pfsb-related > a:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.pfsb-related img {
    width: 68px;
    height: 58px;
    border-radius: 9px;
    object-fit: cover;
}

.pfsb-related strong {
    overflow: hidden;
    display: -webkit-box;
    color: var(--pfsb-navy);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pfsb-related small {
    margin-top: 4px;
    display: block;
    color: #8a98a2;
    font-size: 8px;
}

.pfsb-post-nav {
    margin-top: 72px;
    padding-top: 28px;
    border-top: 1px solid var(--pfsb-line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.pfsb-post-nav a {
    max-width: 430px;
    text-decoration: none;
}

.pfsb-post-nav small {
    display: block;
    color: var(--pfsb-orange);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.pfsb-post-nav strong {
    margin-top: 6px;
    display: block;
    color: var(--pfsb-navy);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.pfsb-post-nav .pfsb-next {
    margin-left: auto;
    text-align: right;
}

.pfsb-error-page {
    min-height: 540px;
    display: flex;
    align-items: center;
    background: var(--pfsb-soft);
}

.pfsb-error-page .pfsb-empty small {
    color: var(--pfsb-orange);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .pfsb-hero-grid {
        gap: 48px;
    }

    .pfsb-card-featured {
        grid-column: auto;
        display: block;
    }

    .pfsb-card-featured .pfsb-card-image {
        min-height: 0;
        height: 224px;
    }

    .pfsb-card-featured .pfsb-card-body {
        padding: 24px;
        display: block;
    }

    .pfsb-card-featured .pfsb-card-body h3 {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .pfsb-hero {
        padding: 68px 0;
    }

    .pfsb-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pfsb-search-panel {
        max-width: 650px;
    }

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

    .pfsb-cta {
        grid-template-columns: auto 1fr;
    }

    .pfsb-cta > a {
        grid-column: 2;
        justify-self: start;
    }

    .pfsb-detail-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .pfsb-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .pfsb-related {
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .pfsb-hero {
        padding: 54px 0;
    }

    .pfsb-hero h1 {
        margin-top: 17px;
        font-size: 39px;
        letter-spacing: -1.35px;
    }

    .pfsb-hero-copy > p {
        font-size: 13px;
    }

    .pfsb-trust-row {
        flex-wrap: wrap;
        row-gap: 18px;
    }

    .pfsb-trust-row > div {
        padding: 0 13px;
    }

    .pfsb-search-panel {
        padding: 25px;
    }

    .pfsb-search-form {
        padding: 0;
        display: block;
        background: transparent;
    }

    .pfsb-search-form input {
        width: 100%;
        min-height: 48px;
        border-radius: 11px;
        background: #fff;
    }

    .pfsb-search-form button {
        width: 100%;
        min-height: 44px;
        margin-top: 9px;
    }

    .pfsb-listing {
        padding: 66px 0 70px;
    }

    .pfsb-section-head {
        margin-bottom: 28px;
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .pfsb-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pfsb-card-image,
    .pfsb-card-featured .pfsb-card-image {
        height: 220px;
    }

    .pfsb-cta-wrap {
        padding-bottom: 68px;
    }

    .pfsb-cta {
        padding: 30px 25px;
        grid-template-columns: 1fr;
    }

    .pfsb-cta > a {
        grid-column: 1;
    }

    .pfsb-detail-hero {
        padding: 30px 0 60px;
    }

    .pfsb-breadcrumb {
        margin-bottom: 33px;
    }

    .pfsb-detail-heading h1 {
        font-size: 37px;
        letter-spacing: -1.25px;
    }

    .pfsb-detail-heading > p {
        font-size: 13px;
    }

    .pfsb-cover {
        height: 280px;
        margin-bottom: 38px;
        border-width: 5px;
        border-radius: 17px;
    }

    .pfsb-article {
        font-size: 13px;
    }

    .pfsb-intro {
        padding: 19px;
        font-size: 14px;
    }

    .pfsb-article h2 {
        font-size: 24px;
    }

    .pfsb-sidebar {
        display: block;
    }

    .pfsb-related {
        margin-top: 20px;
    }

    .pfsb-post-nav {
        grid-template-columns: 1fr;
    }

    .pfsb-post-nav .pfsb-next {
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 430px) {
    .pfsb-hero h1,
    .pfsb-detail-heading h1 {
        font-size: 32px;
    }

    .pfsb-trust-row > div {
        width: 50%;
        padding: 0 10px;
    }

    .pfsb-trust-row > div:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .pfsb-card-body {
        padding: 21px;
    }

    .pfsb-card-image,
    .pfsb-card-featured .pfsb-card-image {
        height: 190px;
    }

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

    .pfsb-cover {
        height: 220px;
    }
}

