/* ═══════════════════════════════════════════════════════════════════════
 * Doubleyou - Brand "Voltooid binnen 7 dagen" Badge - Stijl (v1.0.0)
 * ═══════════════════════════════════════════════════════════════════════ */

/* HERO badge (op merkprofiel-pagina) */
.pp-7d-badge-hero {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 16px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(212, 145, 10, 0.16) 0%, rgba(212, 145, 10, 0.04) 100%);
  border: 1px solid rgba(212, 145, 10, 0.45);
  border-radius: 14px;
  color: #f5ece0;
  box-shadow: 0 3px 14px rgba(212, 145, 10, 0.10);
  position: relative;
  overflow: hidden;
}
.pp-7d-badge-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 50% at 0% 0%, rgba(255, 220, 140, 0.18) 0%, transparent 60%);
  pointer-events: none;
}

.pp-7d-badge-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4910a 0%, #a96f04 100%);
  color: #1a1208;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 2px 6px rgba(0,0,0,0.32);
}

.pp-7d-badge-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.pp-7d-badge-titel {
  font-size: 14px;
  font-weight: 700;
  color: #ffe6b0;
  letter-spacing: 0.01em;
}
.pp-7d-badge-sub {
  font-size: 11.5px;
  color: rgba(245, 236, 224, 0.70);
}

/* PIL badge (dashboard header) */
.pp-7d-badge-pil {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding: 4px 10px 4px 8px;
  background: linear-gradient(135deg, #d4910a 0%, #a96f04 100%);
  border: 1px solid rgba(255, 220, 140, 0.55);
  border-radius: 999px;
  color: #1a1208;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(212, 145, 10, 0.30);
  width: max-content;
}
.pp-7d-badge-pil svg { stroke: #1a1208; }

@media (max-width: 480px) {
  .pp-7d-badge-titel { font-size: 13px; }
  .pp-7d-badge-sub   { font-size: 11px; }
}
