.elementor-904 .elementor-element.elementor-element-9814052{--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;}/* Start custom CSS for html, class: .elementor-element-5934bf1 */.acceso-restringido {
  max-width: 500px;
  width: 90%;
  margin: 80px auto;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', 'Arial', sans-serif;
  text-align: center;
}

.abi-avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px;
  display: block;
}

.acceso-restringido h2 {
  color: #222;
  font-size: 24px;
  margin-bottom: 16px;
}

.acceso-restringido p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.boton-login {
  display: inline-block;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.boton-login:hover {
  background-color: #005d8c;
}

@media screen and (max-width: 480px) {
  .acceso-restringido {
    padding: 30px 20px;
  }

  .acceso-restringido h2 {
    font-size: 20px;
  }

  .acceso-restringido p {
    font-size: 15px;
  }

  .boton-login {
    font-size: 15px;
    padding: 10px 20px;
  }
}/* End custom CSS */