.settings-panel {
  background: #FFFFFF;
  color: #001A26;
  padding: 38px 34px;
  border-radius: 34px;
}

.page-title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-copy {
  margin: 14px 0 26px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.section {
  margin-bottom: 20px;
}

.section-title {
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  border: 2px solid #001A26;
  background: #FFFFFF;
  color: #001A26;
  padding: 12px 14px;
  font-size: 1rem;
  outline: none;
  border-radius: 16px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #E60000;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.role-help {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.role-permission {
  margin: 10px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #415A67;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.actions .btn {
  min-width: 250px;
}

@media (max-width: 860px) {
  .settings-panel {
    padding: 28px 16px;
  }

  .actions {
    flex-direction: column;
  }

  .actions .btn {
    width: 100%;
    min-width: 0;
  }
}
