.dermatriq-patient-id-card {
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.dermatriq-patient-id-card img {
  max-width: 100%;
  height: auto;
}

@media print {
  @page { size: 3.35in 2.17in; margin: 0; }

  body.dermatriq-idcard-print {
    margin: 0 !important;
    background: #fff !important;
  }

  #dermatriq-patient-id-card {
    display: block !important;
    border: none !important;
    box-shadow: none !important;
    max-width: 100% !important;
  }

  .dc-idcard__page {
    page-break-inside: avoid;
  }
}
