.dokunex-wordmark { width: 132px; height: 44px; object-fit: contain; flex: 0 0 auto; }
.dokunex-login-logo { width: 280px; max-width: 100%; height: auto; }
.operator-section { padding: 24px 0; border-top: 1px solid #dde2e6; }
.operator-section .btn { display: inline-flex; align-items: center; gap: 8px; }
.operator-section .btn svg, .modal-actions .btn svg { width: 18px; height: 18px; }
.operator-secondary { display: block; color: #68737e; margin: 4px 0; }
.operator-message { white-space: pre-wrap; overflow-wrap: anywhere; max-width: 400px; min-width: 200px; }
.operator-section td { vertical-align: top; }
.operator-section select { min-width: 130px; }
@media (max-width: 700px) {
  .content:has(.operator-section) .license-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dokunex-wordmark { width: 96px; height: 32px; }
  .operator-section .section-head { flex-wrap: wrap; gap: 12px; }
}
