.preview-card span,
.preview-card p{
  color: var(--muted);
  font-size: 13px;
}

.profile-grid{
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.35fr);
  gap: 16px;
  align-items: start;
}

.profile-form{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-card{
  display: grid;
  gap: 14px;
}

.company-card-head{
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
}

.company-card h3{
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.12;
}

.company-contact-grid span{
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.company-contact-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.company-contact-grid span{
  min-height: 38px;
  padding: 10px;
  background: #fff;
  border: 0;
  border-radius: var(--radius);
}

.checkbox-field{
  display: flex;
  min-height: 42px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
}

.checkbox-field input{
  width: 18px;
  min-height: 18px;
}

.profile-empty{
  text-align: center;
}

.profile-empty div{
  display: grid;
  gap: 8px;
  max-width: 360px;
}

.profile-empty span{
  color: var(--muted);
  font-size: 13px;
}

.span-2{
  grid-column: span 2;
}

.form-actions{
  display: flex;
  gap: 10px;
}
