.so-country-star {
  border: 0;
  background: transparent;
  padding: 0 2px 0 8px;
  line-height: 1;
  font-size: 18px;
  cursor: pointer;
}

.so-country-star:disabled {
  opacity: 0.35;
  cursor: default;
}

.so-country-fav-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.so-country-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 999px;
  padding: 6px 8px 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1f4790;
  cursor: pointer;
  line-height: 1.2;
}

.so-country-chip.is-active {
  background: #1f4790;
  color: #fff;
  border-color: #1f4790;
}

.so-country-chip-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  opacity: 0.7;
}

html.so-pwa-installed [data-so-install],
html.so-pwa-installed .so-panel-install,
html.so-pwa-installed .so-pwa-help {
  display: none !important;
}

.so-pwa-help {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 14px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  background: rgba(15, 23, 42, 0.4);
}

.so-pwa-help[hidden] {
  display: none !important;
}

.so-pwa-help-card {
  width: min(100%, 420px);
  background: #fff;
  border-radius: 18px;
  padding: 20px 18px 16px;
  box-shadow: 0 16px 40px rgba(31, 71, 144, 0.18);
}

.so-pwa-help-card strong {
  display: block;
  color: #1f4790;
  font-size: 18px;
  margin-bottom: 10px;
}

.so-pwa-help-card ol {
  margin: 0 0 16px;
  padding-left: 20px;
  color: #374151;
  font-size: 15px;
  line-height: 1.55;
}

.so-pwa-help-card li + li {
  margin-top: 8px;
}

.so-pwa-help-android {
  display: none;
}

.so-pwa-help[data-mode="android"] .so-pwa-help-android {
  display: block;
}

.so-pwa-help[data-mode="android"] .so-pwa-help-ios {
  display: none;
}

.so-pwa-help-ok {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  background: #ff5500;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

@media (max-width: 991px) {
  body[data-theme="light"] .so-pwa-help {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px));
  }
}
