/* Custom styles for Sidera horoscopes */

/* Golden CTA links (but NOT in sidera-cta components - they have own styling) */
.post-content a[href*="app.sideraai.com"]:not(.sidera-cta__button):not(.sidera-cta__button--large):not(.sidera-cta__button--primary) {
  color: #d4af37 !important;
  font-weight: 600;
}

.post-content a[href*="app.sideraai.com"]:not(.sidera-cta__button):not(.sidera-cta__button--large):not(.sidera-cta__button--primary):hover {
  color: #f0d061 !important;
  text-decoration: underline;
}

/* ===== SIDERA FOOTER ===== */
.sidera-footer {
  border-top: 1px solid var(--border-primary, #3a3a3a);
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}

.sidera-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.sidera-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .sidera-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.sidera-footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  margin-bottom: 1rem;
}

.sidera-footer-logo img {
  width: 32px;
  height: 32px;
}

.sidera-footer-logo span {
  font-size: 1.3rem;
  font-weight: 600;
  color: #d4af37;
}

.sidera-footer-tagline {
  font-size: 0.85rem;
  color: var(--text-secondary, #a0a0a0);
  line-height: 1.6;
  max-width: 400px;
  margin: 0;
}

.sidera-footer-col h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary, #e5e5e5);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sidera-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidera-footer-col ul li {
  margin-bottom: 0.6rem;
}

.sidera-footer-col ul li a {
  font-size: 0.875rem;
  color: var(--text-secondary, #a0a0a0);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sidera-footer-col ul li a:hover {
  color: #d4af37;
}

.sidera-footer-bottom {
  border-top: 1px solid var(--border-primary, #3a3a3a);
  padding-top: 1.5rem;
  text-align: center;
}

.sidera-footer-bottom p {
  font-size: 0.8rem;
  color: var(--text-secondary, #a0a0a0);
  margin: 0;
}

/* ===== PREVIOUS DAY NAVIGATION ===== */
.horoscope-day-nav {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-primary, #3a3a3a);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.horoscope-prev-day {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-secondary, #a0a0a0);
  text-decoration: none;
  padding: 0.6rem 1.25rem;
  border: 2px solid var(--border-primary, #3a3a3a);
  border-radius: 50px;
  transition: all 0.2s ease;
}

.horoscope-prev-day:hover {
  color: #d4af37;
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.05);
}

.horoscope-tomorrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  padding: 0.6rem 1.25rem;
  background: linear-gradient(135deg, #d4af37, #e5c158 50%, #d4af37);
  border-radius: 50px;
  transition: all 0.2s ease;
  border: none;
}

.horoscope-tomorrow-btn:hover {
  background: linear-gradient(135deg, #e5c158, #f0d070 50%, #e5c158);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
  color: #000000;
}
