.fffb-wrap {
    width: 100%;
    margin: 0;
    padding: clamp(22px, 4vw, 46px) 0;
    background: #ffffff;
}

.fffb-wrap.fffb-full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.fffb-inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.fffb-card {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #d8e4ee;
    border-radius: 18px;
    padding: clamp(14px, 2vw, 24px);
    box-shadow: 0 14px 34px rgba(10, 42, 72, .10);
}

.fffb-title {
    margin: 0 0 18px;
    color: #07365f;
    font-size: clamp(24px, 2.6vw, 36px);
    line-height: 1.15;
    font-weight: 900;
}

.fffb-frame-shell {
    width: 100%;
    min-height: 720px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #f6f9fc;
    border-radius: 12px;
}

.fffb-iframe,
.fffb-facebook-holder,
.fffb-facebook-holder .fb-page,
.fffb-facebook-holder span,
.fffb-facebook-holder iframe {
    width: 100% !important;
    max-width: 500px !important;
    min-width: 280px;
    display: block;
    background: #ffffff;
}

.fffb-facebook-holder { margin: 0 auto; }

.fffb-native-feed {
    display: grid;
    gap: 18px;
    width: 100%;
}

.fffb-native-post {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    gap: 18px;
    border: 1px solid #d8e4ee;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(10, 42, 72, .07);
}

.fffb-native-image {
    display: block;
    min-height: 210px;
    background: #eef6fc;
}

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

.fffb-native-content {
    padding: 18px 20px 20px;
    min-width: 0;
}

.fffb-native-date {
    color: #68798a;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 10px;
}

.fffb-native-content p {
    margin: 0 0 14px;
    color: #263544;
    line-height: 1.6;
    font-size: 16px;
}

.fffb-native-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 8px;
    background: #0f4f86;
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.fffb-fallback {
    margin-top: 14px;
    padding: 14px 16px;
    background: #eef6fc;
    border: 1px solid #bad2e5;
    border-radius: 12px;
    color: #27384a;
    font-size: 14px;
    line-height: 1.45;
}

.fffb-fallback p { margin: 0 0 10px; }

.fffb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 8px;
    background: #0f4f86;
    color: #ffffff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.fffb-empty {
    padding: 18px;
    background: #fff8e5;
    border: 1px solid #f0c36d;
    color: #5f4500;
    border-radius: 10px;
}

@media (max-width: 760px) {
    .fffb-native-post { grid-template-columns: 1fr; }
    .fffb-native-image { min-height: 220px; }
}

@media (max-width: 520px) {
    .fffb-wrap { padding: 18px 0; }
    .fffb-inner { width: min(100% - 18px, 1120px); }
    .fffb-card { padding: 12px; border-radius: 14px; }
    .fffb-native-content { padding: 14px; }
}
