.sections { display: grid; gap: 1rem; }

.section-header {
  font-size: 14px;
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  color: #f0f0f0;
}

.section-title {
  font-weight: bold;
}

.section-content {
  font-size: 12px;
}

.vki-document {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.header-logo {
  width: 180px;
  height: 100px;
}

.logo-placeholder {
  width: 180px;
  height: 100px;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
}

.checkbox-item {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  margin-right: 8px;
}

.document-title {
  /*font-size: 44px;*/
  letter-spacing: 1px;
  color: #6c757d !important;
}

.document-number-line {
  width: 40%;
  height: 20px;
  border-bottom: 1px solid #000;
}

.form-field-box {
  width: 15px !important;
  height: 15px;
  border: 1px solid #000;
  position:relative;
}

.form-field-box.x::before, .form-field-box.x::after{
  content:""; position:absolute; left:50%; top:2px;
  width:2px; height:calc(100% - 4px); background:#6c757d;
  transform-origin:center;
}
.form-field-box.x::before{ transform:translateX(-50%) rotate(45deg); }
.form-field-box.x::after { transform:translateX(-50%) rotate(-45deg); }

.date-field-box {
  width: 35px;
  height: 25px;
  border: 1px solid #000;
}

.form-field-line {
  height: 20px;
  border-bottom: 1px solid #000;
}

.form-field-group-line{
  border-bottom: 1px solid #6c757d;
  height: 20px;
  width: 95% !important;
  margin-left: 10px;
}

.field-label {
  font-weight: bold;
}

.header-label {
  font-weight: bold;
  font-size: 8px;
}