.elementor-9666 .elementor-element.elementor-element-0926a25{--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;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9666 .elementor-element.elementor-element-0926a25:not(.elementor-motion-effects-element-type-background), .elementor-9666 .elementor-element.elementor-element-0926a25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-32f7308 );}.elementor-9666 .elementor-element.elementor-element-594b3bb{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-9666 .elementor-element.elementor-element-594b3bb:not(.elementor-motion-effects-element-type-background), .elementor-9666 .elementor-element.elementor-element-594b3bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-9666 .elementor-element.elementor-element-00d856e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9b48d41 *//* =========================================
   SOFTWAVE — Job Listing Shortcode
   Classi reali plugin: aw_rush / aw_title /
   aw_location / aw_searchBox / aw_searchButton
   ========================================= */

/* --- CONTAINER GENERALE --- */
.aw_jobList {
  font-family: 'Poppins', sans-serif;
  color: #161D39;
}

/* --- SEARCH BOX: layout flex per allineare tutto --- */
.aw_searchBox {
  display: flex !important;
  flex-direction: row-reverse; /* sposta il button a destra */
  align-items: center;
  gap: 10px;
  background: transparent !important;
  border: none !important;
  padding: 0 0 24px !important;
  margin-bottom: 8px;
}

/* --- SELECT (filtri posizione e zona) --- */
.aw_select,
.aw_searchBox select {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  color: #161D39 !important;
  background-color: #ffffff !important;
  border: 1.5px solid #d0d5e8 !important;
  border-radius: 6px !important;
  padding: 9px 14px !important;
  height: 42px !important;
  cursor: pointer;
  flex: 1;
  transition: border-color 0.2s ease;
}

.aw_select:hover,
.aw_searchBox select:hover,
.aw_select:focus,
.aw_searchBox select:focus {
  border-color: #567193 !important;
  outline: none;
}

/* --- SEARCH BUTTON (icona lente) --- */
.aw_searchButton {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  background-color: #567193 !important;
  border-radius: 6px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  padding: 0 !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
  order: -1; /* rimane a sinistra visivamente */
}

.aw_searchButton:hover {
  background-color: #3e5570 !important;
}

.aw_searchButton i,
.aw_searchButton button {
  color: #ffffff !important;
  font-size: 15px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  pointer-events: none;
}

/* --- SINGOLO JOB POSTING --- */
.aw_jobPosting {
  padding: 20px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #e0e4f0 !important;
}

.aw_jobPosting:last-child {
  border-bottom: none !important;
}

/* --- BADGE "RICERCA URGENTE" --- */
mark.aw_rush {
  display: inline-block !important;
  background-color: #567193 !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  padding: 3px 10px !important;
  margin-bottom: 8px !important;
}

/* --- TITOLO POSIZIONE --- */
h3.aw_title,
.aw_jobPosting h3 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #161D39 !important;
  line-height: 1.3 !important;
  margin: 6px 0 4px !important;
  text-decoration: none;
}

.aw_jobPosting a {
  text-decoration: none !important;
  color: inherit !important;
}

.aw_jobPosting a:hover h3.aw_title,
.aw_jobPosting h3.aw_title:hover {
  color: #567193 !important;
}

/* --- LOCATION --- */
p.aw_location {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #5a6380 !important;
  margin: 4px 0 0 !important;
}

i.aw_pin {
  color: #567193 !important;
  font-size: 11px !important;
  margin-right: 4px;
}/* End custom CSS */