.elementor-815 .elementor-element.elementor-element-8628103{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================= */
/* FIX COLORS CAREER PATHWAY */
/* ============================= */

/* Quitar azul/morado heredado de links o botones */
#career-pathway-studio a,
#career-pathway-studio a:visited,
#career-pathway-studio a:hover,
#career-pathway-studio a:focus,
#career-pathway-studio button,
#career-pathway-studio button:hover,
#career-pathway-studio button:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Dejar STUDIO en blanco */
#career-pathway-studio .cps-title span {
  color: #ffffff !important;
  text-shadow: none !important;
}

/* Botón principal */
#career-pathway-studio .cps-btn-primary {
  background: linear-gradient(135deg, #ff7a00, #ff8a00) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(255, 107, 0, 0.24) !important;
}

/* Hover botón principal: naranja más apagado */
#career-pathway-studio .cps-btn-primary:hover,
#career-pathway-studio .cps-btn-primary:focus {
  background: linear-gradient(135deg, #c85a00, #d86b00) !important;
  color: #ffffff !important;
  border-color: #c85a00 !important;
}

/* Botones secundarios */
#career-pathway-studio .cps-btn-ghost,
#career-pathway-studio .cps-btn-light {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

/* Hover botones secundarios */
#career-pathway-studio .cps-btn-ghost:hover,
#career-pathway-studio .cps-btn-light:hover,
#career-pathway-studio .cps-btn-ghost:focus,
#career-pathway-studio .cps-btn-light:focus {
  color: #ffffff !important;
  background: rgba(200, 90, 0, 0.28) !important;
  border-color: rgba(255, 107, 0, 0.55) !important;
}

/* Tabs */
#career-pathway-studio .cps-tab {
  color: #ffffff !important;
}

#career-pathway-studio .cps-tab:hover,
#career-pathway-studio .cps-tab.active {
  color: #ffffff !important;
  background: rgba(200, 90, 0, 0.28) !important;
  border-color: #c85a00 !important;
}

/* Chips de selección */
#career-pathway-studio .cps-chip {
  color: #ffffff !important;
}

#career-pathway-studio .cps-chip:hover {
  color: #ffffff !important;
  background: rgba(200, 90, 0, 0.22) !important;
  border-color: rgba(255, 107, 0, 0.55) !important;
}

#career-pathway-studio .cps-chip.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, #c85a00, #d86b00) !important;
  border-color: transparent !important;
}

/* Botones pequeños de copiar prompt */
#career-pathway-studio .cps-small-btn {
  color: #ffffff !important;
  background: #c85a00 !important;
}

#career-pathway-studio .cps-small-btn:hover,
#career-pathway-studio .cps-small-btn:focus {
  color: #ffffff !important;
  background: #a94b00 !important;
}

/* Tags y pills que estaban con texto negro */
#career-pathway-studio .cps-selected-tag,
#career-pathway-studio .cps-role-score,
#career-pathway-studio .cps-preview-skills span,
#career-pathway-studio .cps-contact-preview {
  color: #ffffff !important;
  background: rgba(200, 90, 0, 0.95) !important;
}

/* Evitar color azul/morado en móviles o estados activos */
#career-pathway-studio *:focus,
#career-pathway-studio *:active {
  outline-color: rgba(255, 107, 0, 0.55) !important;
}/* End custom CSS */