@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;
  min-width: 0;
}

.bivx-blocked-instagram-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
}

.bivx-blocked-instagram-viewer .bivx-section {
  width: 100% !important;
  overflow: hidden;
}

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

.bivx-blocked-instagram-viewer .bivx-section-two {
  background: linear-gradient(180deg, #fff7f8 0%, #f7fbf9 100%);
}

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

.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 {
  color: #17212b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
}

.bivx-blocked-instagram-viewer .bivx-intro {
  color: #52616f;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}

.bivx-blocked-instagram-viewer .bivx-grid {
  display: grid !important;
  align-items: stretch !important;
}

.bivx-blocked-instagram-viewer .bivx-card {
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ead9dd;
  box-shadow: 0 18px 42px rgba(165, 58, 83, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}

.bivx-blocked-instagram-viewer .bivx-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(220, 66, 102, 0.13), transparent 44%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.bivx-blocked-instagram-viewer .bivx-card:hover {
  transform: translateY(-7px);
  border-color: #d84a72;
  box-shadow: 0 24px 58px rgba(165, 58, 83, 0.2);
  background: #ffffff;
}

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

.bivx-blocked-instagram-viewer .bivx-icon {
  display: grid;
  place-items: center;
  text-align: center !important;
  background: linear-gradient(135deg, #d84a72 0%, #f08a5d 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(216, 74, 114, 0.28);
  transition: transform 260ms ease, box-shadow 260ms ease;
  position: relative;
  z-index: 1;
}

.bivx-blocked-instagram-viewer .bivx-card:hover .bivx-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 34px rgba(216, 74, 114, 0.35);
}

.bivx-blocked-instagram-viewer .bivx-i {
  color: #ffffff;
  text-align: center !important;
  line-height: 1;
}

.bivx-blocked-instagram-viewer h3 {
  color: #202b36;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.bivx-blocked-instagram-viewer .bivx-card p {
  color: #5c6975;
  line-height: 1.62;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

@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;
    margin-bottom: 16px;
    white-space: nowrap;
  }

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

  .bivx-blocked-instagram-viewer .bivx-grid {
    gap: 24px;
  }

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

  .bivx-blocked-instagram-viewer .bivx-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 22px;
  }

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

  .bivx-blocked-instagram-viewer h3 {
    font-size: 20px;
    margin-top: 0;
  }

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

@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;
    margin-bottom: 14px;
  }

  .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)) !important;
    gap: 20px;
  }

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

  .bivx-blocked-instagram-viewer .bivx-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

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

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

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

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

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

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

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

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

  .bivx-blocked-instagram-viewer h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .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)) !important;
    gap: 12px;
  }

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

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

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

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

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 9px;
  }
}

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

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

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

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

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

  .bivx-blocked-instagram-viewer .bivx-card {
    min-height: 216px;
    padding: 16px 9px 15px;
    border-radius: 13px;
  }

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

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

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

  .bivx-blocked-instagram-viewer .bivx-card p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 8px;
  }
}