/* Extracted from privacy-b2c.html */
@media (max-width: 768px) {
        .mobile-only-pdf { display: flex !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box; }
    }
    @media (min-width: 769px) {
        .mobile-only-pdf { display: none !important; }
    }
                    .lang-flag-3d {
                  position: relative;
                  width: 28px;
                  height: 28px;
                  border-radius: 50%;
                  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
                  display: block;
                  flex-shrink: 0;
                  overflow: hidden;
                  border: 1px solid rgba(0,0,0,0.05);
                }
                .lang-flag-3d img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  display: block;
                }
                .lang-flag-3d::after {
                  content: '';
                  position: absolute;
                  top: 0; left: 0; right: 0; bottom: 0;
                  border-radius: 50%;
                  background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,0.2) 100%);
                  pointer-events: none;
                  box-shadow: inset 0 1px 2px rgba(255,255,255,0.8), inset 0 -1px 3px rgba(0,0,0,0.4);
                }
    
                .eu-flag-3d {
                  position: relative;
                  width: 56px;
                  height: 56px;
                  border-radius: 50%;
                  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
                  display: block;
                  flex-shrink: 0;
                }
                .eu-flag-3d svg {
                  width: 100%;
                  height: 100%;
                  border-radius: 50%;
                  display: block;
                }
                .eu-flag-3d::after {
                  content: '';
                  position: absolute;
                  top: 0; left: 0; right: 0; bottom: 0;
                  border-radius: 50%;
                  background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 45%, rgba(0,0,0,0.2) 100%);
                  pointer-events: none;
                  box-shadow: inset 0 1px 2px rgba(255,255,255,0.8), inset 0 -1px 3px rgba(0,0,0,0.4);
                }

@media (max-width: 768px) { .pill-nav-container { position: relative !important; top: auto !important; margin-bottom: 1rem !important; } }
