.tw-trails-ui {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 8px 0 10px;
  flex-wrap: wrap;
}

.tw-trails-ui .tw-hint {
  opacity: 0.75;
  font-size: 0.95em;
}

.tw-trails-wrap .tw-map {
  width: 100%;
  height: 520px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.tw-trails-wrap .tw-map.tw-loading::after {
  content: "Hleð...";
  position: absolute;
  inset: 10px auto auto 10px;
  background: rgba(255,255,255,0.9);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
}
