/* Country selector: exact parity with the surrounding inquiry inputs. */
.jd-country-select,
select[name="country"] {
    width: 100%;
    height: 46px !important;
    min-height: 46px !important;
    box-sizing: border-box;
    padding: 0 14px !important;
    border: 1px solid #dfe3e8 !important;
    border-radius: 0 !important;
    background-color: #fff;
    color: #444 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 44px !important;
}

.jd-country-select:focus,
select[name="country"]:focus {
    border-color: #f5a000 !important;
    outline: none;
}

/* 20260715 country select exact input parity */
.jd-country-select, select[name="country"] { height: 42px !important; min-height: 42px !important; font-size: 13px !important; font-weight: 400 !important; color: #757575 !important; line-height: normal !important; padding: 0 14px !important; }
.jd-country-select option, select[name="country"] option { font-size: 13px !important; color: #555 !important; }
\n/* 20260715 selected country text state */\n.jd-country-select:has(option:checked:not([value=""])),\nselect[name="country"]:has(option:checked:not([value=""])) {\n  color: #555 !important;\n}\n\n/* 20260715 stable selected country state */\n.jd-country-select.has-value, select[name="country"].has-value { color: #555 !important; }\n
/* 20260715 selected country explicit class */
html body .jd-country-select.has-value, html body select[name="country"].has-value { color: #555 !important; }

/* 20260715 contact page placeholder parity */
.jd-inner-page--contact .jd-country-select, .jd-inner-page--contact select[name="country"] { font-size: 14px !important; }

/* 20260715 country native text-glyph alignment */
.jd-country-select,
select[name="country"] {
  text-indent: -8px !important;
  padding-right: 30px !important;
}
.jd-country-select option,
select[name="country"] option {
  text-indent: 0 !important;
}
/* jd-country-no-clip-20260722-1745 START */
.jd-country-select,
select[name="country"]{
 text-indent:0!important;
 padding-left:28px!important;
 padding-right:38px!important;
 overflow:visible!important;
}
/* jd-country-no-clip-20260722-1745 END */

/* jd-country-glyph-clip-fix-20260722-1935 START */
select[name="country"],
.jd-country-select,
.jd-inquiry-country select{
  padding-left:14px!important;
  -webkit-padding-start:14px!important;
  text-indent:0!important;
  clip-path:none!important;
}
/* jd-country-glyph-clip-fix-20260722-1935 END */
select.jd-country-select,select[name="country"],.jd-inquiry-country select{-webkit-appearance:none!important;appearance:none!important;background-color:#fff!important;background-image:linear-gradient(45deg,transparent 50%,#777 50%),linear-gradient(135deg,#777 50%,transparent 50%)!important;background-position:calc(100% - 17px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px)!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important;padding-left:14px!important;-webkit-padding-start:14px!important;padding-right:42px!important;}
