.full_page #site_social_icons {
  display: none !important;
}

.social-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
}

.social-qr-modal.is-visible {
  display: flex;
}

.social-qr-dialog {
  width: min(340px, 92vw);
  padding: 20px;
  border-radius: 12px;
  background: var(--card-bg);
  color: var(--font-color);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.social-qr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.social-qr-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.social-qr-close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--btn-bg);
  color: var(--btn-color);
  cursor: pointer;
}

.social-qr-image {
  display: block;
  width: min(260px, 76vw);
  height: min(260px, 76vw);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.social-qr-hint {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--font-color);
}

.social-qr-image.is-missing {
  display: none;
}
