.register-geo__result {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #0e8a45;
  font-size: 16px;
}

.register-geo__result[hidden],
.register-geo__fix-row[hidden],
.register-geo__country[hidden] {
  display: none;
}

.register-geo__icon {
  display: inline-flex;
}

.register-geo__fix-row {
  margin: 8px 0 0;
}

.register-geo__fix {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.register-geo__country {
  margin-top: 14px;
}

/* Scoped to .cw-form-field to outrank the form's own full-width input rule. */
.cw-form-field .register-geo__select {
  width: 66.66%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 48px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%239aa3b2' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
