/* Botão "Quero ser um afiliado" — amarelo (classe sem "apply-btn" para não ser sobrescrita pelo theme/css) */
.affiliate-page .application-card .affiliate-request-btn,
.affiliate-page .affiliate-request-btn {
  background: #fbbf24 !important;
  background-image: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color: #000000 !important;
  border: 2px solid #b45309 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35) !important;
}

.affiliate-page .application-card .affiliate-request-btn:hover:not(:disabled),
.affiliate-page .affiliate-request-btn:hover:not(:disabled) {
  background: #f59e0b !important;
  background-image: linear-gradient(135deg, #f59e0b, #d97706) !important;
  color: #000000 !important;
  border-color: #92400e !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
}

.affiliate-page .affiliate-request-btn i {
  color: inherit !important;
}
