/* Top Header 3C - layout base */
.wth3c-topbar { width: 100%; border-bottom: 1px solid rgba(0,0,0,.06); font-size: 14px; line-height: 1.4; }
.wth3c-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; min-height: 44px; }
.wth3c-col.wth3c-left   { grid-column: 1; }
.wth3c-col.wth3c-center { grid-column: 2; text-align: center; }
.wth3c-col.wth3c-right  { grid-column: 3; justify-self: end; }
.wth3c-topbar .widget { margin: 0; }
.wth3c-topbar .widgettitle { display: none; }

/* Responsive */
@media (max-width: 768px) {
  .wth3c-grid { grid-template-columns: 1fr; row-gap: 8px; }
  .wth3c-col { grid-column: 1; justify-self: center; text-align: center; }
}
