.page-actions a.page-plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-left: auto;
  padding: 7px 14px;
  border-radius: 8px;
  background: #d97706;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.page-actions a.page-plan:hover,
.page-actions a.page-plan:focus-visible {
  background: #b45309;
  color: #fff;
}

.spot-content {
  min-width: 0;
}

.spot-topline {
  min-width: 0;
  flex-wrap: wrap;
}

.spot-type-export {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.spot-image-credit {
  margin-top: 6px;
  color: #78716c;
  font-size: 11px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.spot-image-credit a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.sample-map-boundary {
  margin: 0 0 10px;
  padding: 7px 9px;
  border-left: 2px solid rgba(217, 119, 6, 0.55);
  border-radius: 0 6px 6px 0;
  background: rgba(217, 119, 6, 0.06);
  color: #78716c;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 520px) {
  .page-actions {
    padding: 8px 12px;
    gap: 8px;
  }

  .page-actions a.page-back[style*="margin-left:auto"],
  .page-actions button.page-print {
    display: none;
  }

  .page-actions a.page-plan {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .page-actions .lang-switch {
    max-width: 92px;
  }
}

@media print {
  .page-actions a.page-plan {
    display: none !important;
  }
}
