/*
Theme Name: Winco
Theme URI: https://www.vnt.vn/
Author: the VNT company
Author URI: https://www.vnt.vn/
Description: Website winco
Version: 1.0
Tags: law
Text Domain: winco
*/

#officeList 
{
	width: 185px;
    text-align: right;
}

.paginate-links ul.page-numbers
{
	margin-top: 20px;
	float: right;
}
.paginate-links ul.page-numbers,
.paginate-links ul.page-numbers li
{
	margin: 0;padding: 0;list-style: none; position: relative; display: inline;
}
.paginate-links ul.page-numbers li a
{
	padding: 5px 10px;
	border: solid 1px #909090;
	background-color: #e7e7e7;
}
.paginate-links ul.page-numbers li span.current
{

	padding: 5px 10px;
	border: solid 1px #909090;
	background-color: #fff;
}

.contents
{
	font-size: 11pt;
}
.contents, .contents td, .contents td *
{
	font-family: Arial!important;
}

#breadcrumbs {padding: 10px 25px;text-transform:none;border-bottom: 1px solid #ccc;}
p.wp-caption-text {font-style:italic;text-align:center;font-size:12px!important;width:85%;}
.paginate-links {float: right;margin-top: 20px;}
.contents .related-post {
    margin-top: 20px;
}
.contents .related-post h3{font-weight:700;color:#28176e!important;}
.related-post ul li {line-height:150%;}
.related-post ul li a {font-size:14px;}
.date-time {float:left;text-align:right;width:98%;font-style:italic;margin-bottom: 10px;margin-right: 20px;}
/*
     FILE ARCHIVED ON 23:46:54 Apr 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:29:30 Dec 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.861
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.012
  esindex: 0.016
  cdx.remote: 8.173
  LoadShardBlock: 185.291 (3)
  PetaboxLoader3.datanode: 122.082 (4)
  PetaboxLoader3.resolve: 147.931 (2)
  load_resource: 119.719
*/

/* Hide mobile specific elements on desktop */
#mobile-menu-drawer, #mobile-menu-overlay, #mobile-menu-button {
    display: none;
}

/* Base Mobile Drawer Position (Reliability) */
#mobile-menu-drawer {
    position: fixed;
    top: 0;
    left: -310px; /* Slide from left */
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 10000005;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 15px rgba(0,0,0,0.3);
}
#mobile-menu-drawer.open {
    left: 0 !important;
    display: block !important;
}
.mobile-menu-header {
    background: #28166f;
    padding: 15px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    min-height: 60px;
}

.mobile-langs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px;
    margin: 0 auto !important;
}

/* Header Search Box */
.header-search-box {
    background: #fff;
    border: 1px solid #d5d6d6;
    border-radius: 20px;
    padding: 0 10px;
    position: relative;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    width: 200px;
    height: 34px; /* Fixed height for consistency */
    overflow: hidden;
}
.header-search-box form {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.header-search-box input[type="text"] {
    border: none !important;
    background: transparent !important;
    height: 100% !important;
    font-size: 13px !important;
    line-height: normal !important;
    padding: 0 5px !important;
    flex: 1 !important;
    outline: none !important;
    color: #333 !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.header-search-box button {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 0 5px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #28166f;
    transition: transform 0.2s ease;
}
.header-search-box button:hover {
    transform: scale(1.1);
}

.header-search-box button svg {
    display: inline-block !important;
    vertical-align: middle !important;
}

#topSearch {
    position: absolute;
    top: 25px; /* Increased to move flags down */
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 22px; /* Adjusted gap for equal spacing between elements */
    z-index: 100;
}




/* Remove absolute positioning from officeList on desktop to allow stacking */
#officeList {
    position: static !important;
    padding: 0 !important;
    margin-top: 20px;
}

/* Mobile Adjustments */
@media only screen and (max-width: 1024px) {
    #topSearch {
        background: #28166f !important;
        width: 100%;
        height: 50px !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        z-index: 9999999;
    }
    .header-search-box {
        position: static !important;
        margin: 0 !important;
        width: 180px !important;
        height: 32px !important;
        border-radius: 16px !important;
        background: #fff !important;
        box-shadow: none !important;
        display: block !important;
        order: 2;
    }

    .header-search-box form {
        height: 100% !important;
    }
    .header-search-box input[type="text"] {
        flex: 1 !important;
        font-size: 14px !important;
    }
    #mobile-menu-button {
        display: flex !important;
        order: 1; /* Push to left */
        position: static !important;
        margin: 0 !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
    #officeList {
        display: none !important;
    }
}




