/**
 * Developed by Natiboo <info@natiboo.es>
 *
 * @license https://www.gnu.org/licenses/agpl-3.0.en.html GNU AFFERO GENERAL PUBLIC LICENSE
 * @link http://natiboo.es
 */
.natiboo-manage-default-routes-access-denied {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  min-height: 60vh;
}

.natiboo-manage-default-routes-access-denied .tic-error-hero__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.natiboo-manage-default-routes-access-denied .tic-error-hero__code {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1;
}

.natiboo-manage-default-routes-access-denied .tic-error-hero__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 1280px) {
  .natiboo-manage-default-routes-access-denied .tic-error-hero__code {
    font-size: 150px !important;
  }

  .natiboo-manage-default-routes-access-denied .tic-error-hero__actions {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 300px;
  }
}

/* Botón Secundario (Volver) */
.natiboo-manage-default-routes-access-denied .button--secondary {
  background: transparent !important;
  color: #008ac9 !important;
  border: 2px solid #008ac9 !important;
}

.natiboo-manage-default-routes-access-denied .button--secondary:hover {
  background: #008ac9 !important;
  color: #fff !important;
}

/* Botón Principal (Ir a la home) */
.natiboo-manage-default-routes-access-denied .button--primary {
  background: #008ac9 !important;
  color: #fff !important;
  border: 2px solid #008ac9 !important;
}

.natiboo-manage-default-routes-access-denied .button--primary:hover {
  background: #00a9e0 !important;
  border-color: #00a9e0 !important;
}

.natiboo-manage-default-routes-access-denied .tic-error-hero__headline {
  font-weight: 800;
  color: #008ac9 !important;
  text-transform: uppercase;
}
