.quiz-share-wrap--inline {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.quiz-share-inline__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.quiz-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.quiz-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 2.75rem;
  padding: 0.55rem 0.85rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.quiz-share-btn:hover,
.quiz-share-btn:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.quiz-share-btn i {
  font-size: 1rem;
}

.quiz-share-btn--whatsapp { background: linear-gradient(135deg, #128c7e, #25d366); }
.quiz-share-btn--facebook { background: linear-gradient(135deg, #0d47a1, #1877f2); }
.quiz-share-btn--twitter { background: linear-gradient(135deg, #0f1419, #1d9bf0); }
.quiz-share-btn--linkedin { background: linear-gradient(135deg, #004182, #0a66c2); }
.quiz-share-btn--telegram { background: linear-gradient(135deg, #0088cc, #29b6f6); }
.quiz-share-btn--copy,
.quiz-share-btn--native { background: linear-gradient(135deg, #334155, #64748b); }

.quiz-share-trigger {
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.25);
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
}

.quiz-share-trigger:hover {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.14);
}

.quiz-share-modal .modal-content {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.quiz-share-modal__title {
  font-weight: 700;
  color: #0f172a;
}

.quiz-share-status {
  color: #16a34a;
  min-height: 1.25rem;
}

.bp-share-landing {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 45%);
}

.bp-share-landing__media {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.bp-share-landing__thumb,
.bp-share-landing__auto-thumb {
  width: 100%;
  display: block;
  min-height: 280px;
  object-fit: cover;
}

.bp-share-landing__breadcrumb {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  color: #64748b;
  font-size: 0.9rem;
}

.bp-share-landing__breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.bp-share-landing__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.bp-share-landing__title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.bp-share-landing__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.bp-share-landing__desc {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.bp-share-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.bp-quiz-card__share {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
}

.bp-quiz-card {
  position: relative;
}

.quiz-catalog-card .quiz-share-wrap {
  margin-top: auto;
  padding-top: 0.75rem;
}

@media (max-width: 575.98px) {
  .quiz-share-btn span {
    display: none;
  }

  .quiz-share-btn {
    padding: 0.55rem;
    border-radius: 50%;
    width: 2.6rem;
    height: 2.6rem;
  }
}

.bp-quiz-item__actions-secondary .quiz-share-trigger {
  border-radius: 0.5rem;
  padding: 0.45rem 0.65rem;
}

.bp-quiz-auto-thumb--hero,
.bp-share-landing__auto-thumb {
  min-height: 320px;
}
