.hr-request-panel {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 4px;
}
.hr-request-panel h3 {
  font-size: 20px;
}
.form-instructions,
.file-help,
.hr-result p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.template-download {
  display: inline-flex;
  gap: 20px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin: 15px 0 0;
}
#hr-request-form {
  margin-top: 22px;
}
#hr-request-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
#hr-request-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.6;
}
#hr-request-form input:not([type="checkbox"]),
#hr-request-form textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px 12px;
  background: var(--soft);
  color: var(--ink);
  font: inherit;
  font-weight: 400;
  margin-top: 6px;
}
#hr-request-form textarea {
  resize: vertical;
  min-height: 80px;
}
#hr-request-form input[type="file"] {
  font-size: 11px;
  padding: 9px;
}
#hr-request-form input::file-selector-button {
  border: 0;
  border-radius: 4px;
  background: var(--lavender);
  color: var(--accent);
  padding: 7px;
  margin-right: 10px;
  font: inherit;
  cursor: pointer;
}
#hr-request-form .confirmation {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  font-weight: 400;
}
.confirmation input {
  accent-color: var(--purple);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
#hr-request-form .button {
  margin-top: 20px;
  width: 100%;
}
#hr-request-form fieldset:disabled {
  opacity: 0.65;
}
.form-error {
  color: #a32740;
  background: #fff0f2;
  border-radius: 7px;
  padding: 12px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6;
}
[data-theme="dark"] .form-error {
  color: #ffc1cb;
  background: #4a2231;
}
.hr-result {
  margin-top: 22px;
  padding: 20px;
  border-radius: 8px;
  background: var(--lavender);
}
.hr-result h3 {
  margin: 0 0 10px;
}
.hr-result code {
  display: block;
  margin: 15px 0;
  font-size: 12px;
  overflow-wrap: anywhere;
  color: var(--accent);
}
:lang(ka) #hr-request-form label {
  line-height: 1.8;
}
