.cm-locale-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(16, 13, 11, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cm-locale-modal {
  width: min(720px, 100%);
  background: #f7f2e8;
  border: 1px solid #c8b783;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  color: #332c20;
}

.cm-locale-subtitle {
  margin: 0;
  color: #8f7d57;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.cm-locale-modal h2 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 3.5vw, 36px);
}

.cm-locale-text {
  margin: 0 0 20px;
}

.cm-locale-list {
  display: grid;
  gap: 12px;
}

.cm-locale-option {
  border: 1px solid #d6c28f;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  padding: 14px;
  cursor: pointer;
  display: grid;
  gap: 6px;
  color: #2b261f;
}

.cm-locale-option:hover {
  border-color: #ad9561;
  background: #fff9ef;
}

.cm-locale-option strong {
  font-size: 16px;
}

.cm-locale-option span {
  font-size: 13px;
  color: #6f5f3f;
}

.cm-locale-switch {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 140;
  border: 1px solid #d6c28f;
  border-radius: 999px;
  background: #ffffff;
  color: #4a3d25;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.cm-locale-switch:hover {
  background: #f6efe2;
}
