@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');

.fb-live-viewer-premium,
.fb-live-viewer-premium * {
  box-sizing: border-box;
}

.fb-live-viewer-premium {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182233;
  font-family: Arial, Helvetica, sans-serif;
}

.fb-live-viewer-premium .fblv-section {
  width: 100% !important;
}

.fb-live-viewer-premium .fblv-section-white {
  background: #ffffff;
}

.fb-live-viewer-premium .fblv-section-tint {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef6f4 100%);
}

.fb-live-viewer-premium .fblv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.fb-live-viewer-premium h2,
.fb-live-viewer-premium h3,
.fb-live-viewer-premium p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fb-live-viewer-premium h2 {
  color: #122038;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.fb-live-viewer-premium .fblv-intro {
  color: #5a6678;
  line-height: 1.7;
  margin-top: 0;
}

.fb-live-viewer-premium .fblv-grid {
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}

.fb-live-viewer-premium .fblv-card {
  height: 100% !important;
  min-width: 0;
  text-align: center;
  border: 1px solid #dce6f2;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 42px rgba(18, 44, 84, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}

.fb-live-viewer-premium .fblv-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.11), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fb-live-viewer-premium .fblv-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.fb-live-viewer-premium .fblv-card:hover {
  transform: translateY(-7px);
  border-color: #4bb59b;
  box-shadow: 0 22px 56px rgba(24, 119, 242, 0.16);
}

.fb-live-viewer-premium .fblv-card:hover:before {
  opacity: 1;
}

.fb-live-viewer-premium .fblv-card:hover .fblv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.22);
}

.fb-live-viewer-premium .fblv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #1877f2 0%, #4bb59b 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}

.fb-live-viewer-premium .fblv-i {
  color: #ffffff;
  line-height: 1;
}

.fb-live-viewer-premium .fblv-card h3 {
  color: #16243a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.fb-live-viewer-premium .fblv-card p {
  color: #617086;
  line-height: 1.62;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .fb-live-viewer-premium .fblv-section {
    padding: 86px 0;
  }

  .fb-live-viewer-premium .fblv-container {
    padding: 0 24px;
  }

  .fb-live-viewer-premium h2 {
    font-size: 42px;
    margin-bottom: 16px;
    white-space: nowrap;
  }

  .fb-live-viewer-premium .fblv-intro {
    max-width: 780px;
    font-size: 17px;
    margin-bottom: 38px;
  }

  .fb-live-viewer-premium .fblv-grid {
    gap: 24px;
  }

  .fb-live-viewer-premium .fblv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fb-live-viewer-premium .fblv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fb-live-viewer-premium .fblv-card {
    min-height: 292px;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .fb-live-viewer-premium .fblv-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .fb-live-viewer-premium .fblv-i {
    font-size: 28px;
  }

  .fb-live-viewer-premium .fblv-card h3 {
    font-size: 21px;
    margin: 0 0 12px;
  }

  .fb-live-viewer-premium .fblv-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-live-viewer-premium .fblv-section {
    padding: 68px 0;
  }

  .fb-live-viewer-premium .fblv-container {
    padding: 0 22px;
  }

  .fb-live-viewer-premium h2 {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .fb-live-viewer-premium .fblv-intro {
    max-width: 700px;
    font-size: 16px;
    margin-bottom: 32px;
  }

  .fb-live-viewer-premium .fblv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .fb-live-viewer-premium .fblv-card {
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .fb-live-viewer-premium .fblv-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .fb-live-viewer-premium .fblv-i {
    font-size: 25px;
  }

  .fb-live-viewer-premium .fblv-card h3 {
    font-size: 19px;
    margin: 0 0 10px;
  }

  .fb-live-viewer-premium .fblv-card p {
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fb-live-viewer-premium .fblv-section {
    padding: 52px 0;
  }

  .fb-live-viewer-premium .fblv-container {
    padding: 0 16px;
  }

  .fb-live-viewer-premium h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .fb-live-viewer-premium .fblv-intro {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .fb-live-viewer-premium .fblv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .fb-live-viewer-premium .fblv-card {
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 16px;
  }

  .fb-live-viewer-premium .fblv-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .fb-live-viewer-premium .fblv-i {
    font-size: 22px;
  }

  .fb-live-viewer-premium .fblv-card h3 {
    font-size: 16px;
    margin: 0 0 9px;
  }

  .fb-live-viewer-premium .fblv-card p {
    font-size: 12.8px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fb-live-viewer-premium .fblv-section {
    padding: 46px 0;
  }

  .fb-live-viewer-premium .fblv-container {
    padding: 0 12px;
  }

  .fb-live-viewer-premium h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .fb-live-viewer-premium .fblv-intro {
    font-size: 13.2px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .fb-live-viewer-premium .fblv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .fb-live-viewer-premium .fblv-card {
    min-height: 224px;
    padding: 19px 11px;
    border-radius: 15px;
  }

  .fb-live-viewer-premium .fblv-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    margin-bottom: 14px;
  }

  .fb-live-viewer-premium .fblv-i {
    font-size: 20px;
  }

  .fb-live-viewer-premium .fblv-card h3 {
    font-size: 15px;
    margin: 0 0 8px;
  }

  .fb-live-viewer-premium .fblv-card p {
    font-size: 12.2px;
    line-height: 1.5;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fb-live-viewer-premium .fblv-section {
    padding: 40px 0;
  }

  .fb-live-viewer-premium .fblv-container {
    padding: 0 10px;
  }

  .fb-live-viewer-premium h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .fb-live-viewer-premium .fblv-intro {
    font-size: 12.4px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .fb-live-viewer-premium .fblv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fb-live-viewer-premium .fblv-card {
    min-height: 216px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .fb-live-viewer-premium .fblv-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .fb-live-viewer-premium .fblv-i {
    font-size: 18px;
  }

  .fb-live-viewer-premium .fblv-card h3 {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .fb-live-viewer-premium .fblv-card p {
    font-size: 11.6px;
    line-height: 1.45;
  }
}

.fb-live-viewer-premium .fblv-card {
  opacity: 1;
  transform: translateY(0);
}

.fb-live-viewer-premium.fblv-js .fblv-card {
  opacity: 0;
  transform: translateY(18px);
}

.fb-live-viewer-premium.fblv-js .fblv-card.fblv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}