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

.bivx-blocked-instagram-viewer,
.bivx-blocked-instagram-viewer * {
  box-sizing: border-box;
}

.bivx-blocked-instagram-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  --bivx-primary: #c13564;
  --bivx-secondary: #f77737;
  --bivx-accent: #17a398;
  --bivx-tint: #fff6f3;
  --bivx-text: #1f2428;
  --bivx-muted: #68707a;
  --bivx-border: rgba(193, 53, 100, 0.16);
  --bivx-shadow: rgba(112, 38, 61, 0.13);
  --bivx-card: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--bivx-text);
}

.bivx-blocked-instagram-viewer .bivx-section {
  width: 100% !important;
  text-align: center;
}

.bivx-blocked-instagram-viewer .bivx-section-one,
.bivx-blocked-instagram-viewer .bivx-section-three {
  background: #ffffff;
}

.bivx-blocked-instagram-viewer .bivx-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 119, 55, 0.12), transparent 34%),
    linear-gradient(180deg, var(--bivx-tint) 0%, #fffaf8 100%);
}

.bivx-blocked-instagram-viewer .bivx-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.bivx-blocked-instagram-viewer h2,
.bivx-blocked-instagram-viewer h3,
.bivx-blocked-instagram-viewer p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.bivx-blocked-instagram-viewer h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--bivx-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.bivx-blocked-instagram-viewer .bivx-intro {
  max-width: 720px;
  margin-top: 0;
  color: var(--bivx-muted);
  line-height: 1.7;
}

.bivx-blocked-instagram-viewer .bivx-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.bivx-blocked-instagram-viewer .bivx-card {
  position: relative;
  display: block;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background: var(--bivx-card);
  border: 1px solid var(--bivx-border);
  border-radius: 22px;
  box-shadow: 0 18px 44px var(--bivx-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.bivx-blocked-instagram-viewer .bivx-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(193, 53, 100, 0.08), rgba(23, 163, 152, 0.06), rgba(247, 119, 55, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.bivx-blocked-instagram-viewer .bivx-card:hover {
  transform: translateY(-8px);
  border-color: rgba(193, 53, 100, 0.38);
  box-shadow: 0 24px 58px rgba(112, 38, 61, 0.18);
}

.bivx-blocked-instagram-viewer .bivx-card:hover::before {
  opacity: 1;
}

.bivx-blocked-instagram-viewer .bivx-card:hover .bivx-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 34px rgba(193, 53, 100, 0.26);
}

.bivx-blocked-instagram-viewer .bivx-card:hover .bivx-i {
  transform: translateY(-1px);
}

.bivx-blocked-instagram-viewer .bivx-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, var(--bivx-primary), var(--bivx-secondary));
  color: #ffffff;
  border-radius: 18px;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.bivx-blocked-instagram-viewer .bivx-i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  transition: transform 260ms ease;
}

.bivx-blocked-instagram-viewer h3 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--bivx-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.bivx-blocked-instagram-viewer .bivx-card p {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--bivx-muted);
  line-height: 1.65;
}

.bivx-blocked-instagram-viewer .bivx-card.bivx-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.bivx-blocked-instagram-viewer .bivx-card.bivx-reveal.bivx-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .bivx-blocked-instagram-viewer .bivx-section {
    padding: 86px 0;
  }

  .bivx-blocked-instagram-viewer .bivx-container {
    padding: 0 28px;
  }

  .bivx-blocked-instagram-viewer h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .bivx-blocked-instagram-viewer .bivx-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .bivx-blocked-instagram-viewer .bivx-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 292px;
    padding: 34px 28px;
  }

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .bivx-blocked-instagram-viewer .bivx-i {
    font-size: 29px;
  }

  .bivx-blocked-instagram-viewer h3 {
    font-size: 21px;
  }

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bivx-blocked-instagram-viewer .bivx-section {
    padding: 70px 0;
  }

  .bivx-blocked-instagram-viewer .bivx-container {
    padding: 0 24px;
  }

  .bivx-blocked-instagram-viewer h2 {
    font-size: 34px;
  }

  .bivx-blocked-instagram-viewer .bivx-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .bivx-blocked-instagram-viewer .bivx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .bivx-blocked-instagram-viewer .bivx-i {
    font-size: 26px;
  }

  .bivx-blocked-instagram-viewer h3 {
    font-size: 19px;
  }

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .bivx-blocked-instagram-viewer .bivx-section {
    padding: 54px 0;
  }

  .bivx-blocked-instagram-viewer .bivx-container {
    padding: 0 16px;
  }

  .bivx-blocked-instagram-viewer h2 {
    font-size: 28px;
  }

  .bivx-blocked-instagram-viewer .bivx-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

  .bivx-blocked-instagram-viewer .bivx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 228px;
    padding: 22px 15px;
    border-radius: 17px;
  }

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .bivx-blocked-instagram-viewer .bivx-i {
    font-size: 22px;
  }

  .bivx-blocked-instagram-viewer h3 {
    font-size: 16px;
  }

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .bivx-blocked-instagram-viewer .bivx-section {
    padding: 48px 0;
  }

  .bivx-blocked-instagram-viewer .bivx-container {
    padding: 0 12px;
  }

  .bivx-blocked-instagram-viewer h2 {
    font-size: 25px;
  }

  .bivx-blocked-instagram-viewer .bivx-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .bivx-blocked-instagram-viewer .bivx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 224px;
    padding: 20px 12px;
    border-radius: 16px;
  }

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .bivx-blocked-instagram-viewer .bivx-i {
    font-size: 20px;
  }

  .bivx-blocked-instagram-viewer h3 {
    font-size: 15px;
  }

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .bivx-blocked-instagram-viewer .bivx-section {
    padding: 42px 0;
  }

  .bivx-blocked-instagram-viewer .bivx-container {
    padding: 0 10px;
  }

  .bivx-blocked-instagram-viewer h2 {
    font-size: 22px;
  }

  .bivx-blocked-instagram-viewer .bivx-intro {
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .bivx-blocked-instagram-viewer .bivx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 218px;
    padding: 18px 10px;
    border-radius: 14px;
  }

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .bivx-blocked-instagram-viewer .bivx-i {
    font-size: 18px;
  }

  .bivx-blocked-instagram-viewer h3 {
    font-size: 14px;
  }

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 319px) {
  .bivx-blocked-instagram-viewer .bivx-section {
    padding: 38px 0;
  }

  .bivx-blocked-instagram-viewer .bivx-container {
    padding: 0 10px;
  }

  .bivx-blocked-instagram-viewer h2 {
    font-size: 21px;
  }

  .bivx-blocked-instagram-viewer .bivx-intro {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .bivx-blocked-instagram-viewer .bivx-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .bivx-blocked-instagram-viewer .bivx-i {
    font-size: 18px;
  }

  .bivx-blocked-instagram-viewer h3 {
    font-size: 14px;
  }

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 12px;
  }
}