@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.fpv26-facebook-posts-viewer,
.fpv26-facebook-posts-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.fpv26-facebook-posts-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172033;
  font-family: inherit;
}

.fpv26-facebook-posts-viewer .fpv26-section {
  width: 100% !important;
  position: relative;
}

.fpv26-facebook-posts-viewer .fpv26-section-white {
  background: #ffffff;
}

.fpv26-facebook-posts-viewer .fpv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f6f9ff 0%, #eef5ff 100%);
}

.fpv26-facebook-posts-viewer .fpv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.fpv26-facebook-posts-viewer .fpv26-heading,
.fpv26-facebook-posts-viewer .fpv26-intro,
.fpv26-facebook-posts-viewer .fpv26-card-title,
.fpv26-facebook-posts-viewer .fpv26-card-text {
  text-align: center !important;
}

.fpv26-facebook-posts-viewer .fpv26-heading {
  margin: 0 auto;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.fpv26-facebook-posts-viewer .fpv26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #536075;
  line-height: 1.7;
  font-weight: 450;
}

.fpv26-facebook-posts-viewer .fpv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.fpv26-facebook-posts-viewer .fpv26-card {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.1), transparent 55%);
  border: 1px solid rgba(60, 94, 143, 0.16);
  box-shadow: 0 18px 42px rgba(19, 46, 83, 0.09);
  overflow: hidden;
  isolation: isolate;
  transform: translateY(16px);
  opacity: 0;
  transition:
    transform 420ms ease,
    opacity 420ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    background-position 420ms ease;
  background-size: 100% 100%, 140% 140%;
  background-position: center, 50% 0%;
}

.fpv26-facebook-posts-viewer .fpv26-card.fpv26-visible {
  transform: translateY(0);
  opacity: 1;
}

.fpv26-facebook-posts-viewer .fpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(32, 201, 151, 0.08), rgba(255, 193, 7, 0.08));
  opacity: 0;
  z-index: -1;
  transition: opacity 320ms ease;
}

.fpv26-facebook-posts-viewer .fpv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 58px rgba(17, 54, 112, 0.15);
  background-position: center, 50% 18%;
}

.fpv26-facebook-posts-viewer .fpv26-card:hover::before {
  opacity: 1;
}

.fpv26-facebook-posts-viewer .fpv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: #ffffff;
  background:
    linear-gradient(135deg, #1877f2 0%, #20c997 58%, #ffc107 120%);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    filter 320ms ease;
}

.fpv26-facebook-posts-viewer .fpv26-card:hover .fpv26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(24, 119, 242, 0.32);
  filter: saturate(1.08);
}

.fpv26-facebook-posts-viewer .fpv26-i {
  line-height: 1;
  text-align: center !important;
}

.fpv26-facebook-posts-viewer .fpv26-card-title {
  margin: 0;
  color: #14213d;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.fpv26-facebook-posts-viewer .fpv26-card-text {
  margin: 0;
  color: #5b677c;
  line-height: 1.62;
  font-weight: 450;
}

@media (min-width: 1024px) {
  .fpv26-facebook-posts-viewer .fpv26-section {
    padding: 82px 0;
  }

  .fpv26-facebook-posts-viewer .fpv26-container {
    padding: 0 28px;
  }

  .fpv26-facebook-posts-viewer .fpv26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .fpv26-facebook-posts-viewer .fpv26-intro {
    font-size: 17px;
    margin-top: 16px;
  }

  .fpv26-facebook-posts-viewer .fpv26-grid {
    gap: 26px;
    margin-top: 44px;
  }

  .fpv26-facebook-posts-viewer .fpv26-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fpv26-facebook-posts-viewer .fpv26-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fpv26-facebook-posts-viewer .fpv26-card {
    min-height: 296px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .fpv26-facebook-posts-viewer .fpv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .fpv26-facebook-posts-viewer .fpv26-i {
    font-size: 29px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fpv26-facebook-posts-viewer .fpv26-section {
    padding: 68px 0;
  }

  .fpv26-facebook-posts-viewer .fpv26-container {
    padding: 0 24px;
  }

  .fpv26-facebook-posts-viewer .fpv26-heading {
    font-size: 34px;
    max-width: 780px;
  }

  .fpv26-facebook-posts-viewer .fpv26-intro {
    font-size: 16px;
    margin-top: 14px;
  }

  .fpv26-facebook-posts-viewer .fpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .fpv26-facebook-posts-viewer .fpv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }

  .fpv26-facebook-posts-viewer .fpv26-i {
    font-size: 26px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fpv26-facebook-posts-viewer .fpv26-section {
    padding: 54px 0;
  }

  .fpv26-facebook-posts-viewer .fpv26-container {
    padding: 0 16px;
  }

  .fpv26-facebook-posts-viewer .fpv26-heading {
    font-size: 27px;
    max-width: 520px;
  }

  .fpv26-facebook-posts-viewer .fpv26-intro {
    font-size: 14.5px;
    margin-top: 12px;
    line-height: 1.58;
  }

  .fpv26-facebook-posts-viewer .fpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fpv26-facebook-posts-viewer .fpv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .fpv26-facebook-posts-viewer .fpv26-i {
    font-size: 22px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fpv26-facebook-posts-viewer .fpv26-section {
    padding: 48px 0;
  }

  .fpv26-facebook-posts-viewer .fpv26-container {
    padding: 0 12px;
  }

  .fpv26-facebook-posts-viewer .fpv26-heading {
    font-size: 24px;
    max-width: 360px;
  }

  .fpv26-facebook-posts-viewer .fpv26-intro {
    font-size: 13.5px;
    margin-top: 10px;
    line-height: 1.52;
  }

  .fpv26-facebook-posts-viewer .fpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card {
    min-height: 222px;
    padding: 18px 10px 17px;
    border-radius: 14px;
  }

  .fpv26-facebook-posts-viewer .fpv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
  }

  .fpv26-facebook-posts-viewer .fpv26-i {
    font-size: 19px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-title {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-text {
    font-size: 12.2px;
    line-height: 1.44;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fpv26-facebook-posts-viewer .fpv26-section {
    padding: 42px 0;
  }

  .fpv26-facebook-posts-viewer .fpv26-container {
    padding: 0 10px;
  }

  .fpv26-facebook-posts-viewer .fpv26-heading {
    font-size: 22px;
    max-width: 310px;
  }

  .fpv26-facebook-posts-viewer .fpv26-intro {
    font-size: 13px;
    margin-top: 9px;
    line-height: 1.48;
  }

  .fpv26-facebook-posts-viewer .fpv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card {
    min-height: 216px;
    padding: 16px 8px 15px;
    border-radius: 12px;
  }

  .fpv26-facebook-posts-viewer .fpv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .fpv26-facebook-posts-viewer .fpv26-i {
    font-size: 18px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-text {
    font-size: 11.6px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .fpv26-facebook-posts-viewer .fpv26-section {
    padding: 38px 0;
  }

  .fpv26-facebook-posts-viewer .fpv26-container {
    padding: 0 10px;
  }

  .fpv26-facebook-posts-viewer .fpv26-heading {
    font-size: 21px;
  }

  .fpv26-facebook-posts-viewer .fpv26-intro {
    font-size: 13px;
    margin-top: 9px;
  }

  .fpv26-facebook-posts-viewer .fpv26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 12px;
  }

  .fpv26-facebook-posts-viewer .fpv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

  .fpv26-facebook-posts-viewer .fpv26-i {
    font-size: 18px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fpv26-facebook-posts-viewer .fpv26-card-text {
    font-size: 12px;
  }
}