/* ═════════════════════════════════════════════
   OlivEU Advertorials – Front-end CSS
   ═════════════════════════════════════════════ */

.oliveu-adv-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.oliveu-adv-card {
  border-bottom: 2px solid rgba(122, 211, 0, 0.3);
  padding: 32px 8px;
}

.oliveu-adv-card:last-child {
  border-bottom: none;
}

.oliveu-adv-pub-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.oliveu-adv-flag {
  font-size: 1.5rem;
  line-height: 1;
}

.oliveu-adv-pub-name {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #437400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.oliveu-adv-label {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}

.oliveu-adv-headline {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #2C2C2C;
  line-height: 1.55;
  margin-bottom: 18px;
  max-width: 720px;
}

.oliveu-adv-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #437400;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(67, 116, 0, 0.35);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.oliveu-adv-cta:hover {
  color: #508B00;
  border-bottom-color: rgba(80, 139, 0, 0.6);
}

.oliveu-adv-cta svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .oliveu-adv-pub-name { font-size: 1.1rem; }
  .oliveu-adv-headline { font-size: 0.93rem; }
}
