<style>
    /* Seiten-Tweaks */
    .domain-hero .container { max-width: 820px; margin: 0 auto; }
    .domain-search { padding: 24px 0; }

    .domain-search .search-box {
      display: grid;
      grid-template-columns: auto 1fr auto auto;
      gap: 12px;
      align-items: center;
      max-width: 720px;
      margin: 0 auto;
    }
    .domain-search .prefix { font-weight: 600; }
    .domain-search input[type="text"] {
      width: 100%;
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid rgba(0,0,0,.12);
      font-size: 16px;
    }
    .domain-search select, .domain-search button {
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid rgba(0,0,0,.12);
      font-size: 16px;
      background: #fff;
      cursor: pointer;
    }
    .domain-search button {
      background: var(--btn-bg, #0a66c2);
      color: #fff;
      border: none;
    }
    .domain-notes { font-size: .95rem; opacity: .85; }

    /* Tabelle: linke Spalte schmaler + Icon-Layout */
    .tld-col { width: 180px; max-width: 220px; }
    .feature-cell.tld-cell {
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }
    .tld-icon {
      width: 22px;
      height: 22px;
      object-fit: contain;
      flex: 0 0 22px;
    }
    @media (max-width: 768px) {
      .tld-col { width: 160px; max-width: 180px; }
    }

    /* Reuse pricing-table visuals, ohne Tooltips */
    .pricing-table td, .pricing-table th { white-space: nowrap; }
    .pricing-table .feature-header { text-align: left; }

    /* Helfer (falls global nicht vorhanden) */
    .sr-only {
      position: absolute !important;
      width: 1px; height: 1px;
      padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0,0,0,0);
      white-space: nowrap; border: 0;
    }
    .visually-hidden { display: none; }
  </style>

}
.logo-wrap {
  display: flex;
  align-items: center;      /* vertikal zentrieren */
  justify-content: center;  /* optional: horizontal zentrieren */
  height: 80px;             /* Beispielhöhe des Containers */
}
.tld-icon {
  max-height: 100%;
  width: auto;              /* Verhältnis beibehalten */
}