/* 70.lt switchers — vienodas stilius šaliai ir kalbai, bet aiškiai skirtingi.
   Akcentas #0088CC. Pritaikyta tilpti į WoodMart header (light/dark). */

.lt70-switcher{
	position:relative; display:inline-block; font-family:inherit;
	user-select:none; margin:0 10px; vertical-align:middle; z-index:10000;
}
.lt70-current{
	display:flex; align-items:center; gap:8px;
	background:#f7f7f7; border:1px solid rgba(0,0,0,.08);
	padding:6px 14px; border-radius:30px; cursor:pointer;
	font-size:13px; font-weight:600; color:#333;
	transition:all .2s ease-in-out;
}
.lt70-switcher:hover .lt70-current{
	background:#fff; border-color:#0088CC;
	box-shadow:0 4px 12px rgba(0,136,204,.12);
}
.lt70-ic{ display:flex; align-items:center; color:#0088CC; }
.lt70-flagwrap{ display:flex; align-items:center; }
.lt70-flag{ width:20px; height:15px; object-fit:cover; border-radius:2px; display:inline-block; vertical-align:middle; }
.lt70-text{ letter-spacing:.2px; white-space:nowrap; }

.lt70-code{
	font-size:11px; font-weight:800; letter-spacing:.5px;
	background:#0088CC; color:#fff; border-radius:4px;
	padding:1px 5px; line-height:1.5;
}

.lt70-arrow{
	margin-left:2px; width:0; height:0;
	border-left:4px solid transparent; border-right:4px solid transparent;
	border-top:4px solid #666; transition:transform .2s ease;
}
.lt70-switcher.opened .lt70-arrow{ transform:rotate(180deg); }

.lt70-dropdown{
	position:absolute; top:calc(100% + 6px); left:0; min-width:170px; max-height:340px; overflow:auto;
	background:#fff; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.12);
	padding:6px 0; margin:0; list-style:none;
	opacity:0; visibility:hidden; transform:translateY(-10px);
	transition:all .25s cubic-bezier(.25,.46,.45,.94);
}
.lt70-switcher.opened .lt70-dropdown{ opacity:1; visibility:visible; transform:translateY(0); }

.lt70-dropdown li.lt70-item{ margin:0; }
.lt70-dropdown li.lt70-item,
.lt70-dropdown li.lt70-item > a{
	display:flex; align-items:center; gap:8px;
	padding:8px 16px; font-size:13px; font-weight:500; color:#555;
	cursor:pointer; text-decoration:none; transition:background .2s,color .2s;
}
.lt70-dropdown li.lt70-item:hover,
.lt70-dropdown li.lt70-item:hover > a{ background:rgba(0,136,204,.06); color:#0088CC; }
.lt70-dropdown li.lt70-item.active,
.lt70-dropdown li.lt70-item.active > a{ color:#0088CC; font-weight:700; background:rgba(0,136,204,.03); }

/* Paieška dropdown'e */
.lt70-dropdown li.lt70-search-li{ list-style:none; padding:6px 10px 8px; margin:0; cursor:default; }
.lt70-search{
	width:100%; box-sizing:border-box; border:1px solid rgba(0,0,0,.12);
	border-radius:6px; padding:6px 9px; font-size:12px; color:#333; background:#fff;
}
.lt70-search:focus{ outline:none; border-color:#0088CC; box-shadow:0 0 0 2px rgba(0,136,204,.15); }

.lt70-switcher.lt70-loading{ pointer-events:none; opacity:.6; }

/* Tamsus header (WoodMart whb-color-light = šviesus tekstas) */
.whb-color-light .lt70-current{ background:rgba(255,255,255,.1); color:#fff; border-color:transparent; }
.whb-color-light .lt70-current:hover{ background:rgba(255,255,255,.2); }
.whb-color-light .lt70-arrow{ border-top-color:#fff; }
