/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2025 | 07:42:03 */
.country-search-wrap {
  position: relative;
  width: 100%;
  margin-left: 0px !important;
  margin-right: inherit !important;
}
.country-search-wrap .country-search-input {
  border-radius: 8px;
  padding: 8px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  background: white;
}
.country-search-wrap .country-search-input svg {
  height: 24px;
  stroke: black;
}
.country-search-wrap .country-search-input input {
  width: 100%;
  background: transparent;
  border: 0px solid transparent;
  height: 100%;
  outline: none;
  font-family: inherit;
  font-weight: 300;
  color: var(--wp--preset--color--primary) !important;
  font-size: 16px;
}
.country-search-wrap #country-results {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 999;
  margin-top: -6px;
  box-sizing: border-box;
  border: 0px solid transparent;
  border-radius: 0 0 8px 8px;
  color: black;
}
.country-search-wrap #country-results li {
  padding: 10px;
}
.country-search-wrap #country-results li a {
  padding: 0px 24px;
  display: block;
  text-decoration: none;
  color: #333;
  box-shadow: none !important;
}
.country-search-wrap #country-results li:hover {
  background-color: #f0f0f0;
}
