@charset "utf-8";

.write_content {
  width: calc(100% - 260px);
  float: right;
}

.write_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.write_form {
  width: 100%;
}

.write_row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}

.write_label {
  height: 28px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.write_input {
  height: 28px;
  background: #d9d9d9;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.write_input input,
.write_input select {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 13px;
}

.write_row_content {
  align-items: start;
}

.write_row_content .write_label {
  height: 28px;
  margin-top: 8px;
}

.write_row_content .write_input {
  height: 240px;
  align-items: stretch;
  padding: 10px;
}

.write_input textarea {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  resize: none;
  font-size: 13px;
}

.write_actions {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.btn_gray {
  display: inline-block;
  background: #d9d9d9;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
}
