.elementor-7715 .elementor-element.elementor-element-fa94a97{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7715 .elementor-element.elementor-element-27d4882{text-align:center;}.elementor-7715 .elementor-element.elementor-element-27d4882 .elementor-heading-title{font-family:"Bricolage Grotesque", Sans-serif;font-weight:800;color:#000000;}.elementor-7715 .elementor-element.elementor-element-8b22806{--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;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-7715 .elementor-element.elementor-element-0af9896{--display:flex;}@media(min-width:768px){.elementor-7715 .elementor-element.elementor-element-8b22806{--content-width:1307px;}}/* Start custom CSS for shortcode, class: .elementor-element-c351dc6 *//* =========================================================
   joveJOBS — Submit Offer (Empresa)
   #jj_company_offer_form + wp_editor
   ========================================================= */

:root {
  --jj-pink: #FF16D4; /* Tu color rosa personalizado */
  --jj-ink: #0f1020;
  --jj-line: #e7e8f0;
  --jj-bg: #fff;
  --jj-soft: #fbfbfe;
  --jj-radius: 18px;
}

/* Form Container */
#jj_company_offer_form {
  font-family: "Bricolage Grotesque", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0 auto;
  padding: 18px;
  background: var(--jj-bg);
  border: 1px solid var(--jj-line);
  border-radius: var(--jj-radius);
  box-shadow: 0 10px 28px rgba(15, 16, 32, .08);
}

#jj_company_offer_form label {
  color: var(--jj-ink);
  font-weight: 650;
  font-size: 14px;
  letter-spacing: .2px;
}

/* Inputs, Selects y Textareas */
#jj_company_offer_form input[type="text"],
#jj_company_offer_form select,
#jj_company_offer_form textarea {
  font-family: inherit;
  font-size: 15px;
  color: var(--jj-ink);
  background: var(--jj-soft);
  border: 1px solid var(--jj-line);
  border-radius: 14px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* MODIFICACIÓN: Borde y Sombra Rosa al hacer click (Focus) */
#jj_company_offer_form input[type="text"]:focus,
#jj_company_offer_form select:focus,
#jj_company_offer_form textarea:focus,
#jj_company_offer_form .wp-editor-container:focus-within {
  outline: none;
  border-color: var(--jj-pink) !important;
  box-shadow: 0 0 0 4px rgba(255, 22, 212, 0.18) !important;
}

#jj_company_offer_form select {
  cursor: pointer;
}

/* Button */
#jj_company_offer_form #jj_submit_offer {
  width: 100%;
  min-height: 48px;
  font-family: inherit;
  font-weight: 750;
  letter-spacing: .2px;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 14px;
  margin-top: 10px;
  transition: transform .08s ease, filter .15s ease, box-shadow .15s ease;
  cursor: pointer;
}

/* MODIFICACIÓN: Sombra Rosa al pasar el ratón (Hover) */
#jj_company_offer_form #jj_submit_offer:hover {
  filter: brightness(1.1);
  box-shadow: 0 12px 24px rgba(255, 22, 212, 0.35);
}

#jj_company_offer_form #jj_submit_offer:active {
  transform: translateY(1px) scale(.99);
}

/* wp_editor Styling */
#jj_company_offer_form .wp-editor-wrap {
  border-radius: 14px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

#jj_company_offer_form .wp-editor-tools {
  border: 1px solid var(--jj-line);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: #fff;
  padding-top: 0 !important;
}

/* Ocultar pestañas Visual/Código */
#jj_company_offer_form .wp-editor-tabs,
#jj_company_offer_form .wp-switch-editor {
  display: none !important;
}

#jj_company_offer_form .wp-editor-container {
  border: 1px solid var(--jj-line) !important;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  background: var(--jj-soft);
  transition: border-color .15s ease;
}

#jj_company_offer_form .wp-editor-area {
  background: var(--jj-soft);
  color: var(--jj-ink);
}

#jj_company_offer_form .quicktags-toolbar {
  background: #fff;
  border-bottom: 1px solid var(--jj-line);
}

#jj_company_offer_form .button.button-small {
  border-radius: 10px !important;
}

#jj_company_offer_form .wp-editor-wrap + label {
  margin-top: 16px !important;
}

/* Placeholder Styling */
#jj_company_offer_form textarea::placeholder {
  color: #8b8fa0;
  opacity: .95;
}

#jj_company_offer_form .mce-edit-area {
  position: relative;
}

#jj_company_offer_form .jj-mce-ph {
  position: absolute;
  top: 10px;
  left: 12px;
  right: 12px;
  pointer-events: none;
  color: #8b8fa0;
  opacity: .95;
  font-size: 14px;
  line-height: 1.35;
  z-index: 5;
}

#jj_company_offer_form .jj-mce-ph.is-hidden {
  display: none !important;
}

/* Responsive */
@media (max-width: 600px) {
  #jj_company_offer_form {
    padding: 14px;
    border-radius: 16px;
  }
  #jj_company_offer_form #jj_submit_offer {
    min-height: 46px;
    border-radius: 13px;
  }
}/* End custom CSS */