/* =========================================================
   DEUTSCH GO — MOBILE HEADER ICONS V2 STABLE
   Mobile only — no layout scanning observer
========================================================= */

@media (max-width: 768px) {

  body .bg-white.sticky.top-0.w-full.z-30:has(.default_header),
  body .bg-white.sticky.top-0.w-full.z-30:has(.default_header_container) {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body .default_header,
  body .default_header_container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body .default_header {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
  }

  body .default_header_logo {
    position: relative !important;
    z-index: 3 !important;
    isolation: isolate;
  }

  body .default_header_logo .relative,
  body .default_header_logo img {
    height: 44px !important;
  }

  body .default_header_logo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 68px;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;

    background: radial-gradient(
      ellipse at center,
      rgba(244, 197, 66, .30) 0%,
      rgba(244, 197, 66, .13) 40%,
      rgba(244, 197, 66, .04) 62%,
      transparent 78%
    );

    filter: blur(12px);
  }

  body .default_header .dg-mobile-premium-button {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid rgba(244, 197, 66, .34) !important;
    border-radius: 14px !important;

    color: #F4C542 !important;

    background: linear-gradient(
      145deg,
      rgba(18, 59, 74, .78),
      rgba(8, 31, 43, .64)
    ) !important;

    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      0 7px 18px rgba(0,0,0,.18),
      0 0 18px rgba(244,197,66,.09) !important;

    backdrop-filter: blur(9px) saturate(125%);
    -webkit-backdrop-filter: blur(9px) saturate(125%);

    overflow: visible !important;
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  body .default_header .dg-mobile-premium-button:active {
    transform: scale(.92) !important;
  }

  body .default_header .dg-mobile-premium-icon {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;

    overflow: visible !important;
    color: #F4C542 !important;
    fill: none !important;
    stroke: #F4C542 !important;

    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;

    filter:
      drop-shadow(0 0 3px rgba(244,197,66,.35))
      drop-shadow(0 2px 3px rgba(0,0,0,.16));
  }

  body .default_header .dg-mobile-premium-icon path,
  body .default_header .dg-mobile-premium-icon circle,
  body .default_header .dg-mobile-premium-icon line,
  body .default_header .dg-mobile-premium-icon polyline,
  body .default_header .dg-mobile-premium-icon rect {
    fill: none !important;
    stroke: #F4C542 !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  body .default_header .dg-mobile-premium-icon .dg-solid {
    fill: #F4C542 !important;
    stroke: none !important;
  }

  body [role="dialog"],
  body [data-headlessui-portal],
  body .fixed.inset-0,
  body .fixed.inset-y-0,
  body .fixed.z-40,
  body .fixed.z-50 {
    z-index: 10050 !important;
  }
}