/*!
 * Datei: tt_general.css
 * Version: 1.0.0
 * Stand: 2026-04-01
 *
 * Changelog:
 * - 1.0.0 Initiale versionierte Fassung
 */

[id^="tt_widget-"] {
  top: 10% !important;
}

[id^="tt_fbutton-"] {
  top: 1.5rem !important;
}

[id^="tt_fbutton-"] svg {
  max-height: 22.4px !important;
}

body:has(.kupo-login) [id^="tt_widget-"] {
  top: 12.5rem !important;
}

body:has(.kupo-login) [id^="tt_fbutton-"] {
  top: 8.5rem !important;
}