/* V6: unify flag circle and search circle size only */

/* Language flag circle */
header .jd-v64-btn,
header .jd-v63-btn,
header .jd-v62-btn,
header .jd-flag-btn,
header .jd-final-lang-btn {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Language flag image */
header .jd-v64-flag,
header .jd-v63-flag,
header .jd-v62-btn img,
header .jd-flag-current,
header .jd-final-flag {
  width: 31px !important;
  height: 31px !important;
  min-width: 31px !important;
  min-height: 31px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* Search circle marked by JS */
header .jd-unified-search-circle {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

/* Search icon size */
header .jd-unified-search-circle svg,
header .jd-unified-search-circle img,
header .jd-unified-search-circle i {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
}

/* Do not affect search popup */
#jd-search-overlay,
#jd-search-overlay * {
  max-width: none !important;
  max-height: none !important;
}
