/* Promo Ad Manager frontend tweaks for Services -> Advertising Media pages */
.single-services .service-attributes ul li .fw-500 a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-services .promo-creator-chip {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef6ff;
  border: 1px solid #d8e9ff;
}

.single-services .promo-creator-chip .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #4b5563;
}

.single-services .promo-creator-chip .value {
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
}

.promo-key-insights-title {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.single-services .promo-key-insights-shell,
.single-services .promo-media-details-shell {
  margin-top: 16px;
}

.single-services .promo-key-insights-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.single-services .promo-key-insight-item {
  border: 1px solid #e7e8ee;
  border-radius: 6px;
  background: #ffffff;
  padding: 10px 12px;
  min-height: 62px;
}

.single-services .promo-key-insight-item .label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.3;
  color: #6b7280;
}

.single-services .promo-key-insight-item .value {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #111827;
}

.single-services .promo-media-details-shell .service-attributes {
  margin-bottom: 0;
}

.single-services .promo-option-cards-shell {
  margin-top: 16px;
}

.single-services .promo-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.single-services .promo-option-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-services .promo-option-card .title {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #111827;
}

.single-services .promo-option-card .price {
  margin: 0 0 10px;
  font-size: 12px;
  color: #6b7280;
}

.single-services .promo-option-card .btn-choose {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 6px;
  border: 1px solid #5b34d1;
  background: #5b34d1;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.single-services .promo-option-card .btn-choose:hover {
  color: #fff;
  opacity: 0.92;
}

@media (max-width: 991px) {
  .single-services .promo-key-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-services .promo-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   CREATOR / INFLUENCER UI — List Card
   ============================================================ */

/* Platform badge row below the existing creator-stats div */
.promo-creator-platforms {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  line-height: 1.4;
}

.promo-creator-platforms i {
  font-size: 13px;
  vertical-align: middle;
}

.promo-creator-platforms strong {
  font-weight: 700;
  color: #222;
}

.promo-creator-platforms span:last-child {
  color: #999;
  font-size: 11px;
}

/* ============================================================
   CREATOR / INFLUENCER UI — Detail Sidebar
   ============================================================ */

/* Pricing table */
.promo-creator-pricing {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.promo-creator-pricing>label,
.promo-creator-niches>label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}

.promo-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.promo-pricing-table tr {
  border-bottom: 1px solid #f5f5f5;
}

.promo-pricing-table tr:last-child {
  border-bottom: none;
}

.promo-pricing-table td {
  padding: 6px 0;
  vertical-align: middle;
}

.promo-pricing-table td:first-child {
  color: #666;
}

.promo-pricing-table td:last-child {
  text-align: right;
  font-weight: 700;
  color: #111;
}

/* Content niche pills — sidebar */
.promo-creator-niches {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.promo-creator-niches>div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.promo-creator-niches span {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  color: #444;
  line-height: 1.6;
  transition: background 0.15s;
}

.promo-creator-niches span:hover {
  background: #e8e8e8;
}

/* ============================================================
   CREATOR / INFLUENCER UI — Overview Tab Analytics Block
   ============================================================ */

.promo-creator-stats-block {
  margin-top: 20px;
}

.promo-creator-analytics {
  margin-top: 16px;
}

/* Summary stat chips row */
.promo-stat-chip {
  flex: 1;
  min-width: 100px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
  transition: box-shadow 0.15s;
}

.promo-stat-chip:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.promo-stat-chip>div:first-child {
  font-size: 22px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
}

.promo-stat-chip>div:last-child {
  font-size: 11px;
  color: #999;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Per-platform breakdown */
.promo-platform-breakdown {
  margin-bottom: 20px;
}

.promo-platform-breakdown>div:first-child {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

.promo-platform-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px 16px;
  min-width: 130px;
  transition: border-color 0.15s, box-shadow 0.15s;
  text-decoration: none !important;
  color: inherit !important;
}

a .promo-platform-stat,
a:hover .promo-platform-stat {
  border-color: #c5d5f5;
  box-shadow: 0 2px 8px rgba(58, 91, 217, 0.08);
  text-decoration: none;
}

.promo-platform-stat i {
  font-size: 20px;
  width: 22px;
  text-align: center;
  color: #555;
  flex-shrink: 0;
}

/* Platform-specific icon colours */
.promo-platform-stat .fa-instagram {
  color: #e1306c;
}

.promo-platform-stat .fa-youtube {
  color: #ff0000;
}

.promo-platform-stat .fa-tiktok {
  color: #010101;
}

.promo-platform-stat .fa-twitter {
  color: #1da1f2;
}

.promo-platform-stat .fa-facebook-f {
  color: #1877f2;
}

.promo-platform-stat .fa-linkedin-in {
  color: #0077b5;
}

.promo-platform-stat .fa-snapchat-ghost {
  color: #fffc00;
}

.promo-platform-stat .fa-pinterest-p {
  color: #e60023;
}

.promo-platform-stat>div>div:first-child {
  font-weight: 800;
  font-size: 15px;
  color: #111;
  line-height: 1.2;
}

.promo-platform-stat>div>div:last-child {
  font-size: 11px;
  color: #999;
  margin-top: 1px;
}

/* Content categories — overview */
.promo-creator-niches-overview {
  margin-top: 16px;
}

.promo-creator-niches-overview>div:first-child {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

.promo-creator-niches-overview span {
  background: #eef2ff;
  border-radius: 20px;
  padding: 4px 13px;
  font-size: 12px;
  color: #3a5bd9;
  font-weight: 500;
  line-height: 1.6;
  transition: background 0.15s;
}

.promo-creator-niches-overview span:hover {
  background: #dde5ff;
}

/* Login prompt */
.promo-platform-breakdown p {
  font-size: 12px;
  color: #bbb;
  margin-top: 8px;
}

.promo-platform-breakdown p a {
  color: #3a5bd9;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
  .promo-stat-chip {
    min-width: 80px;
    padding: 10px 12px;
  }

  .promo-stat-chip>div:first-child {
    font-size: 18px;
  }

  .promo-platform-stat {
    min-width: 110px;
    padding: 8px 12px;
  }
}