.kiltel-phone-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.kiltel-country-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
  border-right: none;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 54px;
  min-width: 48px;
  padding: 0 4px 0 2px;
  cursor: pointer;
  transition: border 0.2s;
  height: 38px;
  outline: none;
}
.kiltel-country-trigger img {
  width: 28px;
  height: 20px;
  border-radius: 3px;
  object-fit: cover;
}
.kiltel-country-trigger svg {
  margin-left: 3px;
  width: 14px;
  height: 12px;
}
.form-control[data-kilvish-tel] {
  border: 1px solid #ced4da;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 1 1 0%;
  height: 38px;
  font-size: 1.09em;
  padding-left: 12px !important;
  box-sizing: border-box;
  min-width: 120px;
}
.kiltel-country-list {
  position: absolute;
  left: 0; top: 110%;
  background: #fff;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
  width: 260px;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.11);
  border: 1px solid #ececec;
  padding: 6px 0;
  animation: kiltelSlideIn 0.18s;
}
@keyframes kiltelSlideIn {
  from { opacity: 0; transform: translateY(-10px);}
  to   { opacity: 1; transform: translateY(0);}
}
.kiltel-country-option {
  display: flex; align-items: center; padding: 7px 16px; cursor: pointer;
  transition: background 0.13s;
}
.kiltel-country-option img { width: 22px; height: 16px; margin-right: 10px; border-radius: 2px; }
.kiltel-country-option span { font-size: 1em; }
.kiltel-country-option:hover, .kiltel-country-option.active {
  background: #f1f6ff;
}
@media (max-width: 600px) {
  .kiltel-country-list { width: 98vw; left:0; }
  .kiltel-phone-wrap { max-width:100%; }
}





        .kiltel-country-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  /* ...rest as before... */
}
.kiltel-country-search-wrap {
  padding: 10px 10px 5px 10px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.kiltel-country-search {
  width: 100%;
  padding: 7px 8px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  font-size: 1em;
}
.kiltel-country-options {
  overflow-y: auto;
  max-height: 220px;
}
