/* === Estilos del popup de Asesores OZ === */

.asesoresoz-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asesoresoz-modal-content {
  background: #fff;
  border-radius: 8px;
  max-width: 520px;
  width: 90%;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.asesoresoz-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.asesoresoz-modal-header h3 {
  margin: 0;
  font-size: 18px;
  color: #002244;
}

.asesoresoz-close {
  font-size: 22px;
  cursor: pointer;
  color: #444;
}

.asesoresoz-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.asesoresoz-foto img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 12px;
}

.asesoresoz-info {
  flex: 1;
}

.asesoresoz-nombre {
  font-weight: 600;
  font-size: 15px;
}

.asesoresoz-correo {
  font-size: 13px;
  color: #555;
}

.asesoresoz-estado {
  font-size: 12px;
  color: green;
}

.asesoresoz-wsp-btn {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  margin-top: 6px;
  text-decoration: none;
}

.asesoresoz-open-btn {
  background: #25d366;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.asesoresoz-open-btn:hover {
  background: #1ebd5b;
}
