.bravo-country-phone .country-code-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.bravo-country-phone .country-code-dropdown .country-flag,
.bravo-country-phone .country-code-dropdown .cc-flag {
  width: 20px !important;
  height: 15px !important;
  max-width: 20px !important;
  max-height: 15px !important;
  object-fit: cover;
  flex-shrink: 0;
  display: inline-block;
}

.bravo-country-phone .country-code-dropdown .dropdown-toggle::after {
  margin-left: auto;
  flex-shrink: 0;
}

.bravo-country-phone .country-code-dropdown .js-cc-dial {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bravo-country-phone .country-code-dropdown .dropdown-menu {
  width: 100%;
  z-index: 1050; /* above modals/backdrops if needed */
}

.bravo-country-phone .country-code-dropdown .cc-search input {
  font-size: 0.875rem;
}

.bravo-country-phone .country-code-dropdown .cc-scroll {
  max-height: 320px;
  overflow-y: auto;
}

.bravo-country-phone .country-code-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  border: 0;
  background: none;
  width: 100%;
  text-align: left;
}

.bravo-country-phone .country-code-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
}

.bravo-country-phone .country-code-dropdown .dropdown-item.active {
  background-color: #007bff;
  color: #fff;
}

