.qa-baza {
  color: #18212f;
  font: 15px/1.48 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.qa-baza * {
  box-sizing: border-box;
}

.qa-baza__toolbar {
  display: flex;
  gap: 10px;
  align-items: end;
  flex-wrap: wrap;
  padding: 16px;
  margin-bottom: 14px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #fff;
}

.qa-baza__search {
  flex: 1 1 280px;
  display: block;
  font-weight: 650;
}

.qa-baza__search span {
  display: block;
  margin-bottom: 7px;
}

.qa-baza input[type="search"],
.qa-baza input[type="text"],
.qa-baza textarea {
  width: 100%;
  border: 1px solid #d9e0e8;
  border-radius: 6px;
  padding: 10px 11px;
  font: inherit;
  background: #fff;
}

.qa-baza textarea {
  min-height: 110px;
  resize: vertical;
}

.qa-baza__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #186b7a;
  border-radius: 6px;
  color: #fff !important;
  background: #186b7a;
  font-weight: 650;
  cursor: pointer;
  text-decoration: none !important;
}

.qa-baza__button--secondary {
  color: #0d5260 !important;
  background: #fff;
}

.qa-baza__button--danger {
  border-color: #a13d3d;
  background: #a13d3d;
}

.qa-baza__count,
.qa-baza__notice {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #f7f9fb;
}

.qa-baza__status {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #cce1e5;
  border-radius: 8px;
  background: #eef6f7;
}

.qa-baza__item {
  padding: 16px 0;
  border-top: 1px solid #d9e0e8;
}

.qa-baza__item:first-child {
  border-top: 0;
}

.qa-baza__question {
  margin-bottom: 7px;
  font-weight: 750;
  line-height: 1;
  white-space: pre-wrap;
}

.qa-baza__answer {
  color: #263447;
  line-height: 1;
  white-space: pre-wrap;
}

.qa-baza__meta {
  margin-top: 9px;
  color: #617083;
  font-size: 13px;
}

.qa-baza__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.qa-baza__edit-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr);
  gap: 10px;
  padding: 14px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #fbfcfd;
}

.qa-baza__edit-panel label {
  display: block;
  font-weight: 650;
}

.qa-baza__edit-panel label span {
  display: block;
  margin-bottom: 7px;
}

.qa-baza__edit-full {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .qa-baza__edit-panel {
    grid-template-columns: 1fr;
  }
}
