/* Etiket detay: metin sonrası Paket Satın Al + Çekici Talep Et butonları */

.yy-pro-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.35rem 0 0.35rem;
}

.yy-pro-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border-radius: 0.9rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s, color 0.2s;
}

.yy-pro-cta-btn svg {
  flex-shrink: 0;
}

.yy-pro-cta-btn--paket {
  background: var(--accent-500, #fdb913);
  color: #1a1a1a;
  box-shadow: 0 8px 20px rgba(253, 185, 19, 0.28);
}

.yy-pro-cta-btn--paket:hover {
  background: var(--accent-600, #e5a50f);
  color: #1a1a1a;
  transform: translateY(-1px);
}

.yy-pro-cta-btn--cekici {
  background: var(--primary-500, #00aeef);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 174, 239, 0.28);
}

.yy-pro-cta-btn--cekici:hover {
  background: var(--primary-700, #007fb3);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 576px) {
  .yy-pro-cta {
    flex-direction: column;
  }

  .yy-pro-cta-btn {
    width: 100%;
  }
}
