.cf7-country-dropdown-control {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
}

.cf7-country-dropdown-toggle-wrap {
  position: relative;
}

.cf7-country-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 52px 12px 14px;
  border: 1px solid #cbd5e1 !important;
  border-radius: 0;
  background: #fff !important;
  background-image: none !important;
  color: #0f172a !important;
  cursor: pointer;
  text-align: left;
  box-shadow: none !important;
  text-decoration: none !important;
  appearance: none;
}

.cf7-country-dropdown-toggle:focus,
.cf7-country-dropdown-search:focus {
  outline: 2px solid #2563eb;
  outline-offset: 1px;
}

.cf7-country-dropdown-toggle:hover,
.cf7-country-dropdown-toggle:active,
.cf7-country-dropdown-toggle:visited {
  background: #fff !important;
  background-image: none !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
  box-shadow: none !important;
}

.cf7-country-dropdown-toggle-flag,
.cf7-country-dropdown-option-flag {
  width: 24px;
  min-width: 24px;
  text-align: center;
}

.cf7-country-dropdown-toggle-label {
  flex: 1 1 auto;
}

.cf7-country-dropdown-selection-clear {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #e2e8f0 !important;
  background-image: none !important;
  color: #334155 !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  z-index: 2;
  box-shadow: none !important;
  appearance: none;
}

.cf7-country-dropdown-selection-clear:hover,
.cf7-country-dropdown-selection-clear:active,
.cf7-country-dropdown-selection-clear:visited {
  background: #cbd5e1 !important;
  background-image: none !important;
  color: #334155 !important;
  box-shadow: none !important;
}

.cf7-country-dropdown-toggle-arrow {
  color: #64748b;
  font-size: 12px;
  margin-left: auto;
}

.cf7-country-dropdown-panel {
  position: absolute;
  z-index: 999;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 0;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.cf7-country-dropdown-search-wrap {
  position: relative;
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.cf7-country-dropdown-search {
  width: 100%;
  padding: 10px 42px 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 0;
}

.cf7-country-dropdown-search-clear {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #e2e8f0 !important;
  background-image: none !important;
  color: #334155 !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  box-shadow: none !important;
  appearance: none;
}

.cf7-country-dropdown-search-clear:hover,
.cf7-country-dropdown-search-clear:active,
.cf7-country-dropdown-search-clear:visited {
  background: #cbd5e1 !important;
  background-image: none !important;
  color: #334155 !important;
  box-shadow: none !important;
}

.cf7-country-dropdown-options {
  max-height: 260px;
  margin: 0;
  padding: 8px;
  list-style: none;
  overflow-y: auto;
}

.cf7-country-dropdown-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 0;
  cursor: pointer;
}

.cf7-country-dropdown-option:hover,
.cf7-country-dropdown-option.is-selected {
  background: #eff6ff;
}

.cf7-country-dropdown-empty {
  margin: 0;
  padding: 12px;
  color: #64748b;
  text-align: center;
}
