.uk-form-danger-msg { font-size: .85rem; margin-top: 6px; }
.thumb {
  width: 160px; height: 120px; object-fit: cover;
  border-radius: 8px; background: #f5f5f5;
}
.sortable-item {
  cursor: grab;
  user-select: none;
}
.sortable-item:active { cursor: grabbing; }
.muted { opacity: .7; }
.sticky-topbar { position: sticky; top: 0; z-index: 999; }
.code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: .9em; }

.ea-alert-msg {
  white-space: pre-line;
}

.ea-log-pre {
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 260px;
  overflow: auto;
}


.ea-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ea-nav-left {
  margin-left: 14px;
}

.ea-nav-right {
  gap: 10px;
}

.ea-nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.ea-nav-add {
  border-radius: 999px;
  padding-left: 14px;
  padding-right: 14px;
}

.listing-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.listing-thumb img,
.listing-thumb-small img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: #f2f2f2;
  display: block;
}

.listing-thumb-small {
  flex-shrink: 0;
}

.listing-map {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.map-popup {
  display: grid;
  gap: 6px;
}

.map-popup img {
  width: 120px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}

.map-popup-title {
  font-weight: 600;
  font-size: 0.9rem;
}

.map-popup-link {
  color: inherit;
  text-decoration: none;
}

.map-popup-link:hover .map-popup-title {
  text-decoration: underline;
}

.map-popup-cta {
  display: inline-block;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #1e87f0;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}

.map-popup-cta:hover {
  border-color: rgba(0,0,0,0.2);
  background: #f8fbff;
}

.grid-thumb {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  background: #f2f2f2;
  display: block;
}

.ea-details-list {
  display: grid;
  gap: 10px;
}

.ea-details {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.ea-summary {
  cursor: pointer;
  padding: 12px 14px;
  list-style: none;
}

.ea-summary::-webkit-details-marker {
  display: none;
}

.ea-details[open] .ea-summary {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.ea-content {
  padding: 12px 14px;
}
