/* Trending Now & Recommended For You — matches Silver Talkies palette (new_style.css) */

.st-ai-section--trending {
  background: linear-gradient(135deg, #e8f7f8 0%, #f7f7f7 100%);
}

.st-ai-section--reco {
  background: #fff;
}

.st-ai-heading {
  color: var(--black, #333);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.st-ai-refresh-btn {
  border-radius: 20px;
  font-size: 0.82rem;
  border: 1px solid #2fadb1;
  color: #2fadb1;
  background: #fff;
  transition: all 0.2s ease;
}

.st-ai-refresh-btn:hover,
.st-ai-refresh-btn:focus {
  background: linear-gradient(102.26deg, #34c0c5 0, #2fadb1 99.99%, #2b9da1 100%);
  color: #fff;
  border-color: transparent;
}

.st-ai-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e0eef0 !important;
  box-shadow: 0 2px 12px rgba(47, 173, 177, 0.08) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.st-ai-card:hover {
  box-shadow: 0 6px 20px rgba(47, 173, 177, 0.15) !important;
  transform: translateY(-2px);
}

.st-ai-badge-type {
  background: linear-gradient(102.26deg, #34c0c5 0, #2fadb1 99.99%, #2b9da1 100%);
  color: #fff;
  border-radius: 20px;
  font-size: 0.72rem;
  padding: 4px 10px;
}

.st-ai-badge-free {
  background: #34c0c5;
  color: #fff;
  border-radius: 20px;
  font-size: 0.72rem;
  padding: 4px 10px;
}

.st-ai-badge-paid {
  background: #6c757d;
  color: #fff;
  border-radius: 20px;
  font-size: 0.72rem;
  padding: 4px 10px;
}

.st-ai-reason {
  color: #2fadb1;
  font-style: italic;
}

.st-ai-btn-details {
  border: 1px solid #2fadb1;
  color: #2fadb1;
  border-radius: 20px;
  font-size: 0.82rem;
  background: #fff;
  transition: all 0.2s ease;
}

.st-ai-btn-details:hover,
.st-ai-btn-details:focus {
  background: linear-gradient(102.26deg, #34c0c5 0, #2fadb1 99.99%, #2b9da1 100%);
  color: #fff;
  border-color: transparent;
  text-decoration: none;
}

.st-interest-picker {
  padding: 1.5rem;
  background: linear-gradient(135deg, #e8f7f8 0%, #fff 70%);
  border: 1px solid #d4ecee;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.st-interest-picker__label {
  font-weight: 600;
  color: var(--black, #333);
}

.st-interest-pill {
  border: 2px solid #2fadb1;
  color: #2fadb1;
  border-radius: 20px;
  font-size: 0.82rem;
  background: #fff;
  transition: all 0.15s;
}

.st-interest-pill.is-selected {
  background: linear-gradient(102.26deg, #34c0c5 0, #2fadb1 99.99%, #2b9da1 100%);
  color: #fff;
  border-color: transparent;
}

.st-show-reco-btn {
  background: linear-gradient(102.26deg, #34c0c5 0, #2fadb1 99.99%, #2b9da1 100%);
  color: #fff;
  border-radius: 20px;
  border: none;
  transition: opacity 0.15s;
}

.st-show-reco-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.st-show-reco-btn:not(:disabled):hover {
  background: #2b9da1;
  color: #fff;
}
