/* ---- Floating language/currency widget --------------------------------
   A single small round button in the bottom-right corner; clicking it opens
   a small panel above it with the language switcher and currency dropdown.
   Kept deliberately unobtrusive - it should never cover page content or
   the fixed Bulk Order summary bar from dg-bulk-orders (z-index kept below
   that plugin's own overlays, and positioned bottom-right vs that page's
   bottom-spanning bar). */
#dg-lc-widget{position:fixed;right:16px;bottom:16px;z-index:99990;font-family:inherit;}
.dg-lc-toggle{width:46px;height:46px;border-radius:50%;border:none;background:#2E5FA3;color:#fff;font-size:20px;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,0.25);line-height:1;}
.dg-lc-toggle:hover{background:#244d85;}
.dg-lc-panel{display:none;position:absolute;right:0;bottom:56px;width:260px;background:#fff;border:1px solid #ddd;border-radius:10px;padding:14px 16px;box-shadow:0 10px 30px rgba(0,0,0,0.2);}
.dg-lc-panel.open{display:block;}
.dg-lc-row{margin-bottom:12px;}
.dg-lc-row:last-child{margin-bottom:0;}
.dg-lc-row label{display:block;font-size:11px;font-weight:700;color:#555;margin-bottom:5px;text-transform:uppercase;letter-spacing:.03em;}
#dg-lc-currency-select{width:100%;padding:6px;border-radius:6px;border:1px solid #ccc;font-size:13px;}
.dg-lc-disclaimer{font-size:11px;color:#888;margin:6px 0 0;line-height:1.4;}

/* Approx-price text appended next to real INR prices on shop/cart pages. */
.dg-lc-approx{color:#1E8A7A;font-size:0.85em;font-weight:600;white-space:nowrap;}

/* ---- Google Translate widget cleanup -----------------------------------
   Google's default embed adds a top banner that pushes the whole page down,
   plus fairly heavy default styling on its own dropdown - these are the
   standard, widely-documented overrides that contain it to just our own
   small widget panel instead. */
body{top:0 !important;}
.goog-te-banner-frame{display:none !important;}
.goog-te-gadget{font-size:0 !important;}
.goog-te-gadget .goog-te-combo{font-size:13px !important;margin:0 !important;width:100%;padding:5px;border-radius:6px;border:1px solid #ccc;}
#google_translate_element{line-height:1;}
.skiptranslate iframe.goog-te-banner-frame{display:none !important;}
