img[src*="Kommunlogotyp.svg"] {
  display: none !important;
}

@media print {
  body {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #000;
    background: #fff;
  }

  header,
  footer,
  nav,
  .no-print {
    display: none !important;
  }

  img[src*="Kommunlogotyp.svg"] {
    display: block !important;
    margin-bottom: 20px !important;
    height: 60px !important;
    width: auto !important;
    margin-left: 0 !important; 
  }

  form {
    width: 100%;
    max-width: none;
  }

  label {
    display: inline-block;
    margin-top: 12px;
    font-weight: bold;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  textarea,
  select {
    width: 100%;
    border: 1px solid #000;
    padding: 4px;
    font-size: 10pt;
    font-family: Arial, sans-serif;
  }

  textarea {
    font-size: 8pt;
  }

  .form-row {
    display: flex;
    gap: 20px;
  }

  .form-row > div {
    flex: 1;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .checkbox-group,
  .radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .checkbox-group label,
  .radio-group label {
    font-weight: normal;
    margin-right: 10px;
  }

  .print-section {
    page-break-inside: avoid;
    margin-bottom: 20px;
  }

  .signature-line {
    border-bottom: 1px solid #000;
    width: 300px;
    margin-top: 40px;
  }

  .signature-label {
    margin-top: 8px;
  }

  .text-right {
    text-align: right;
  }

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

  .text-bold {
    font-weight: bold;
  }

  .page-break {
    page-break-before: always;
  }

  .date-field {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }

  .date-field input {
    width: auto;
    flex: none;
  }

  .address-group {
    display: flex;
    gap: 20px;
  }

  .address-group > div {
    flex: 1;
  }

  .invisible-print {
    display: none !important;
  }
}
