.elementor-287 .elementor-element.elementor-element-02158a5{--display:flex;--margin-top:160px;--margin-bottom:160px;--margin-left:0px;--margin-right:0px;}.elementor-287 .elementor-element.elementor-element-02158a5.e-con{--align-self:center;}/* Start custom CSS for container, class: .elementor-element-02158a5 */#panel_perfil .booknetic-cp-container{
  max-width: 1280px !important;   /* cámbialo a 1140 / 1360 / 100% según quieras */
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* ====== Header claro (adiós negro) ====== */
#panel_perfil .booknetic-cp-header{
  background: #ffffff !important;
  border: 3px solid #c8eef3 !important;
  border-radius: 20px !important;
  padding: 24px !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.06) !important;
}
#panel_perfil .booknetic-cp-header h2{ color:#0f2b33 !important; }
#panel_perfil .booknetic-cp-header p{ color:#3a4a55 !important; }

/* Botón SALIR */
#panel_perfil .booknetic-cp-header-logout-btn{
  background:#ffffff !important;
  border:3px solid #0f8694 !important;
  color:#0f8694 !important;
  border-radius:999px !important;
  font-weight: 600 !important;
  padding: 6px 18px !important;
  transition: all 0.3s ease !important;
}
#panel_perfil .booknetic-cp-header-logout-btn:hover{
  background:#0f8694 !important;
  border-color:#0f8694 !important;
  color:#ffffff !important;
  box-shadow:0 4px 10px rgba(0,0,0,0.15) !important;
}
/* ====== Tabs ====== */
#panel_perfil .booknetic-cp-tabs{
  background: transparent !important;
  border: 0 !important;
  padding: 8px 0 !important;
}
#panel_perfil .booknetic-cp-tab-item{
  background:#eaf9fb !important;
  color:#0f2b33 !important;
  border-radius:12px !important;
  border:2px solid #d7f1f5 !important;
  margin-right:10px !important;
}
#panel_perfil .booknetic-cp-tab-item i{ color:#4d6b73 !important; }
#panel_perfil .booknetic-cp-tab-item.active{
  background:#0f8694 !important;
  color:#fff !important;
  border-color:#29c4d7 !important;
  box-shadow: 0 0 0 2px rgba(41,196,215,.25) inset !important;
}
#panel_perfil .booknetic-cp-tab-item.active i{ color:#fff !important; }

/* ====== Tabla ====== */
#panel_perfil .booknetic_elegant_table thead th{
  background:#e6f7f9 !important;
  color:#0f8694 !important;
  border-bottom:1px solid #d8f0f3 !important;
}

/* ====== Cuerpo del tab ====== */
#panel_perfil .booknetic-cp-tab-body{
  background:#f7fbfc !important;
  border-radius:16px !important;
  padding:16px !important;
}

/* Separador entre header y body */
#panel_perfil .booknetic-cp-header + .booknetic-cp-body{
  margin-top: 8px !important;
}
#panel_perfil .booknetic-profile-save {
  background:#ffffff !important;
  border:3px solid #0f8694 !important;
  color:#0f8694 !important;
  border-radius:999px !important;
  font-weight:600 !important;
  padding: 8px 22px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

#panel_perfil .booknetic-profile-save:hover {
  background:#0f8694 !important;
  border-color:#0f8694 !important;
  color:#ffffff !important;
  box-shadow:0 4px 10px rgba(0,0,0,0.15) !important;
}/* End custom CSS */