.restricted-access {
  padding: 48px 16px;
}

.restricted-access__container {
  max-width: 480px;
  margin: auto;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  background: #fff;
  padding: 40px 32px;
  text-align: center;
}

@media (max-width: 640px) {
  .restricted-access__container {
    padding: 24px 16px;
  }
}

.restricted-access__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eff6ff;
  color: #3182ed;
  margin-bottom: 20px;
}

.restricted-access__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f1729;
  margin: 0 0 12px;
}

.restricted-access__description {
  font-size: 16px;
  line-height: 1.6;
  color: #65758b;
  margin: 0 0 28px;
}

.restricted-access__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.restricted-access__btn--primary, .restricted-access__btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 32px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 500;
}

.restricted-access__btn--primary {
  background: #3182ed;
  color: #fff;
}

.restricted-access__btn--primary:hover {
  background: rgba(49, 130, 237, 0.9);
}

.restricted-access__btn--secondary {
  background: #f8fafc;
  color: #0f1729;
  border: 1px solid #e1e7ef;
}

.restricted-access__btn--secondary:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

/*# sourceMappingURL=restricted-access.css.map */

/*# sourceMappingURL=restricted-access.css.map */