body.fe-wr-page {
  background: var(--md-sys-color-background);
}

.fe-wr-page {
  color: var(--md-sys-color-on-surface);
  color-scheme: light dark;
}

.fe-wr-page .fe-wr-page-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 48px;
}

.fe-wr-hero {
  margin: 0 0 20px;
  padding: 24px 16px 40px;
  border-radius: var(--md-sys-shape-corner-extra-large);
}

.fe-wr-hero .hero__lead {
  max-width: 36rem;
}

.fe-wr-intro {
  margin-bottom: 20px;
}

.fe-wr-intro .fe-info-banner__body p + p,
.fe-wr-intro .fe-info-banner__body p + ul,
.fe-wr-intro .fe-info-banner__body ul + p {
  margin-top: 10px;
}

.fe-wr-intro__list {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 14px;
  line-height: 1.55;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-intro__list li + li {
  margin-top: 4px;
}

.fe-wr-intro__note {
  font-size: 13px !important;
}

.fe-wr-map-card {
  margin-top: 0;
  margin-bottom: 16px;
  background: var(--md-sys-color-surface);
  border-radius: var(--md-sys-shape-corner-large);
  border: 1px solid var(--md-sys-color-outline-variant);
  overflow: hidden;
  box-shadow: var(--md-sys-elevation-level1);
}

.fe-wr-map-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
}

.fe-wr-map-card__title {
  margin: 0;
  font: 600 17px/1.3 var(--md-ref-typeface-plain);
}

.fe-wr-map-card__hint {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-map-card__count {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: var(--md-sys-shape-corner-full);
  background: color-mix(in srgb, var(--md-sys-color-primary) 12%, transparent);
  font: 600 12px/1 var(--md-ref-typeface-plain);
}

.fe-wr-map {
  width: 100%;
  height: min(58vh, 520px);
  min-height: 380px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.fe-wr-map .maplibregl-map {
  overflow: hidden;
}

.fe-wr-map .maplibregl-canvas-container,
.fe-wr-map .maplibregl-canvas {
  border-radius: 0 0 var(--md-sys-shape-corner-large) var(--md-sys-shape-corner-large);
}

.fe-wr-actions {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 0 0 28px;
}

@media (min-width: 600px) {
  .fe-wr-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fe-wr-action-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--md-sys-shape-corner-large);
  border: 1px solid var(--md-sys-color-outline-variant);
  background: var(--md-sys-color-surface-container-low);
}

.fe-wr-action-card--live.is-active {
  border-color: color-mix(in srgb, var(--md-sys-color-error) 45%, transparent);
  background: color-mix(in srgb, var(--md-sys-color-error) 10%, var(--md-sys-color-surface-container-low));
}

.fe-wr-action-card__content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.fe-wr-action-card__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--md-sys-shape-corner-medium);
  font-size: 24px;
}

.fe-wr-action-card--live .fe-wr-action-card__icon {
  background: color-mix(in srgb, var(--md-sys-color-error) 18%, transparent);
  color: var(--md-sys-color-error);
}

.fe-wr-action-card--post .fe-wr-action-card__icon {
  background: color-mix(in srgb, var(--md-sys-color-primary) 18%, transparent);
  color: var(--md-sys-color-primary);
}

.fe-wr-action-card__title {
  margin: 0 0 4px;
  font: 600 15px/1.3 var(--md-ref-typeface-plain);
  color: var(--md-sys-color-on-surface);
}

.fe-wr-action-card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-action-card .m3-btn {
  width: 100%;
  justify-content: center;
}

.fe-wr-teaser-cta {
  width: 100%;
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: var(--md-sys-shape-corner-medium);
  background: color-mix(in srgb, var(--md-sys-color-tertiary) 12%, transparent);
  border: 1px solid var(--md-sys-color-outline-variant);
  font-size: 14px;
}

.fe-wr-teaser-cta a {
  font-weight: 700;
  color: var(--md-sys-color-primary);
}

.fe-wr-feed {
  width: 100%;
}

.fe-wr-feed__head {
  margin-bottom: 20px;
}

.fe-wr-feed__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.fe-wr-entry {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: var(--md-sys-shape-corner-large);
  overflow: visible;
  transition: box-shadow 0.25s ease;
}

.fe-wr-entry.is-highlighted {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--md-sys-color-primary) 35%, transparent);
}

.fe-wr-entry__layout {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.fe-wr-entry__media {
  overflow: hidden;
  border-radius: var(--md-sys-shape-corner-large) var(--md-sys-shape-corner-large) 0 0;
}

.fe-wr-entry__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fe-wr-entry__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 12px 14px 14px;
}

.fe-wr-entry__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.fe-wr-entry__badges .fe-wr-badge {
  font-size: 10px;
  padding: 3px 8px;
}

.fe-wr-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: var(--md-sys-shape-corner-full);
  background: var(--md-sys-color-surface-container-high);
  font: 600 11px/1 var(--md-ref-typeface-plain);
}

.fe-wr-badge--team {
  background: color-mix(in srgb, var(--md-sys-color-tertiary) 20%, transparent);
}

.fe-wr-badge--time {
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-entry__title {
  margin: 0 0 6px;
  font: 600 14px/1.35 var(--md-ref-typeface-plain);
  color: var(--md-sys-color-on-surface);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fe-wr-entry__place {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--md-sys-color-on-surface-variant);
  line-height: 1.4;
}

.fe-wr-entry__place .material-symbols-outlined {
  font-size: 16px;
}

.fe-wr-entry__desc {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--md-sys-color-on-surface);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fe-wr-entry__meta {
  margin: 0 0 10px;
  font-size: 11px;
  color: var(--md-sys-color-on-surface-variant);
}

/* —— Facebook-style social bar —— */
.fe-wr-social {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--md-sys-color-outline-variant);
}

.fe-wr-social__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 11px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-feed__list .fe-wr-social__comments-stat {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 45%;
}

.fe-wr-social__reactions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fe-wr-social__emoji-stack {
  display: inline-flex;
  align-items: center;
}

.fe-wr-social__emoji {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--md-sys-color-surface-container-highest);
  border: 1px solid var(--md-sys-color-surface);
  font-size: 12px;
  line-height: 1;
}

.fe-wr-social__emoji:first-child {
  margin-left: 0;
}

.fe-wr-social__comments-stat {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 13px;
  color: var(--md-sys-color-on-surface-variant);
  cursor: pointer;
}

.fe-wr-social__comments-stat:hover {
  text-decoration: underline;
}

.fe-wr-entry .fe-wr-social {
  margin-top: auto;
}

.fe-wr-social__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding-top: 4px;
  border-top: 1px solid var(--md-sys-color-outline-variant);
}

.fe-wr-feed__list .fe-wr-social__action {
  gap: 0;
  min-height: 36px;
  padding: 6px 8px;
  font-size: 0;
}

.fe-wr-feed__list .fe-wr-social__action .material-symbols-outlined,
.fe-wr-feed__list .fe-wr-social__action .fe-wr-social__action-emoji {
  font-size: 18px;
}

.fe-wr-feed__list .fe-wr-social__action [data-reaction-trigger-label] {
  display: none;
}

.fe-wr-social__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: var(--md-sys-shape-corner-small);
  background: transparent;
  font: 600 13px/1 var(--md-ref-typeface-plain);
  color: var(--md-sys-color-on-surface-variant);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease;
}

.fe-wr-social__action:hover {
  background: var(--md-sys-color-surface-container-high);
}

.fe-wr-social__action.is-active {
  color: var(--md-sys-color-primary);
}

.fe-wr-social__action .material-symbols-outlined {
  font-size: 20px;
}

.fe-wr-social__action-emoji {
  font-size: 18px;
  line-height: 1;
}

.fe-wr-social__react-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.fe-wr-social__react-wrap .fe-wr-social__action {
  width: 100%;
}

.fe-wr-social__picker {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  border-radius: var(--md-sys-shape-corner-full);
  background: var(--md-sys-color-surface-container-highest);
  border: 1px solid var(--md-sys-color-outline-variant);
  box-shadow: var(--md-sys-elevation-level4);
  z-index: 12;
  max-width: calc(100vw - 24px);
  flex-wrap: wrap;
  justify-content: center;
}

.fe-wr-social__picker[hidden] {
  display: none !important;
}

.fe-wr-social__pick {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.fe-wr-social__pick:hover,
.fe-wr-social__pick.is-active {
  transform: scale(1.25) translateY(-4px);
}

@media (hover: none) {
  .fe-wr-social__pick:hover,
  .fe-wr-social__pick.is-active {
    transform: scale(1.12);
  }
}

@media (max-width: 420px) {
  .fe-wr-social__picker {
    gap: 2px;
    padding: 8px;
  }

  .fe-wr-social__pick {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

.fe-wr-social__emoji,
.fe-wr-social__action-emoji,
.fe-wr-social__pick {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.fe-wr-comments {
  margin-top: 0;
}

.fe-wr-comments__panel {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--md-sys-color-outline-variant);
}

.fe-wr-comments__list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fe-wr-comment {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
}

.fe-wr-comment--reply {
  margin-left: 28px;
}

.fe-wr-comments__avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--md-sys-color-primary) 18%, transparent);
  color: var(--md-sys-color-primary);
  font: 700 14px/1 var(--md-ref-typeface-plain);
}

.fe-wr-comment__bubble {
  background: var(--md-sys-color-surface-container-low);
  border-radius: var(--md-sys-shape-corner-medium);
  padding: 10px 12px;
}

.fe-wr-comment__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2px;
}

.fe-wr-comment__author {
  font: 600 13px/1.2 var(--md-ref-typeface-plain);
  color: var(--md-sys-color-on-surface);
}

.fe-wr-comment__time {
  font-size: 11px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-comment__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--md-sys-color-on-surface);
}

.fe-wr-comment__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-comment__reply-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--md-sys-color-on-surface-variant);
  cursor: pointer;
}

.fe-wr-comment__reply-btn:hover {
  text-decoration: underline;
}

.fe-wr-comments__composer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.fe-wr-comments__composer input {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  border-radius: var(--md-sys-shape-corner-full);
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  caret-color: var(--md-sys-color-primary);
  font-size: 14px;
}

.fe-wr-comments__composer input::placeholder {
  color: var(--md-sys-color-on-surface-variant);
  opacity: 1;
}

.fe-wr-comments__composer input:focus {
  outline: none;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--md-sys-color-primary) 25%, transparent);
}

.fe-wr-comments__reply-hint {
  margin: 8px 0 0 44px;
  font-size: 12px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-comments__reply-hint button {
  border: 0;
  background: transparent;
  color: var(--md-sys-color-primary);
  font-weight: 600;
  cursor: pointer;
}

.fe-wr-comments__login-hint {
  margin: 0;
  font-size: 13px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-comments__empty {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-map-marker {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  background: var(--md-sys-color-surface);
  border: 2px solid var(--md-sys-color-primary);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.fe-wr-map-marker span {
  transform: rotate(45deg);
}

.fe-wr-map-marker--live {
  width: auto;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border-radius: var(--md-sys-shape-corner-full);
  transform: none;
  background: var(--md-sys-color-error);
  color: #fff;
  border-color: var(--md-sys-color-error);
  animation: fe-wr-pulse 2s ease-in-out infinite;
}

.fe-wr-map-marker--live span {
  transform: none;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes fe-wr-pulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--md-sys-color-error) 50%, transparent); }
  50% { box-shadow: 0 0 0 10px transparent; }
}

/* Karten-Popups: feste helle Farben (liegen außerhalb der Seite, erben sonst Dark-Mode-Text) */
.fe-wr-map-popup-wrap {
  --fe-wr-popup-bg: #ffffff;
  --fe-wr-popup-text: #1d2024;
  --fe-wr-popup-text-muted: #44474e;
  color-scheme: light;
  z-index: 20;
}

.fe-wr-map-popup-wrap .maplibregl-popup-content {
  padding: 14px 16px;
  border-radius: var(--md-sys-shape-corner-large);
  box-shadow: var(--md-sys-elevation-level3);
  border: 1px solid #c4c6cf;
  background: var(--fe-wr-popup-bg);
  color: var(--fe-wr-popup-text);
}

.fe-wr-map-popup-wrap .maplibregl-popup-close-button {
  color: #44474e;
  font-size: 18px;
  padding: 4px 8px;
}

.fe-wr-map-popup-wrap .maplibregl-popup-close-button:hover {
  background: #f0f1f3;
  color: #1d2024;
}

.fe-wr-map-popup-wrap .fe-wr-popup {
  color: var(--fe-wr-popup-text);
}

.fe-wr-popup__emoji {
  font-size: 20px;
  margin-right: 4px;
}

.fe-wr-map-popup-wrap .fe-wr-popup__title {
  display: block;
  font: 600 15px/1.35 var(--md-ref-typeface-plain);
  margin-bottom: 6px;
  color: var(--fe-wr-popup-text);
}

.fe-wr-map-popup-wrap .fe-wr-popup__place,
.fe-wr-map-popup-wrap .fe-wr-popup__time,
.fe-wr-map-popup-wrap .fe-wr-popup__meta {
  display: block;
  font-size: 12px;
  color: var(--fe-wr-popup-text-muted);
  margin-bottom: 6px;
}

.fe-wr-popup__thumb {
  display: block;
  width: 100%;
  max-height: 120px;
  object-fit: cover;
  border-radius: var(--md-sys-shape-corner-small);
  margin: 8px 0;
}

.fe-wr-map-popup-wrap .fe-wr-popup__desc {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--fe-wr-popup-text);
}

.fe-wr-popup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  border-radius: var(--md-sys-shape-corner-full);
  background: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
  font: 600 13px/1 var(--md-ref-typeface-plain);
  cursor: pointer;
}

.fe-wr-sheet {
  width: min(100%, 480px);
  max-height: 90vh;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: var(--md-sys-shape-corner-extra-large) var(--md-sys-shape-corner-extra-large) 0 0;
  background: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-surface);
  color-scheme: light dark;
  box-shadow: var(--md-sys-elevation-level4);
}

.fe-wr-sheet::backdrop {
  background: rgba(0, 0, 0, 0.45);
}

.fe-wr-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--md-sys-color-outline-variant);
}

.fe-wr-sheet__head h2 {
  margin: 0;
  font: 600 18px/1.3 var(--md-ref-typeface-plain);
  color: var(--md-sys-color-on-surface);
}

.fe-wr-sheet__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--md-sys-color-on-surface-variant);
  cursor: pointer;
}

.fe-wr-form {
  padding: 16px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fe-wr-form__label {
  display: block;
  margin-bottom: 8px;
  font: 600 13px/1 var(--md-ref-typeface-plain);
  color: var(--md-sys-color-on-surface);
}

.fe-wr-form__hint {
  margin: 0;
  font-size: 12px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fe-wr-category input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fe-wr-category__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: var(--md-sys-shape-corner-full);
  border: 1px solid var(--md-sys-color-outline-variant);
  background: var(--md-sys-color-surface-container-low);
  color: var(--md-sys-color-on-surface);
  font-size: 13px;
  cursor: pointer;
}

.fe-wr-category input:checked + .fe-wr-category__chip {
  border-color: var(--md-sys-color-primary);
  background: color-mix(in srgb, var(--md-sys-color-primary) 18%, var(--md-sys-color-surface-container-low));
  color: var(--md-sys-color-on-surface);
}

.fe-wr-form textarea,
.fe-wr-form input[type="file"] {
  width: 100%;
}

.fe-wr-form input[type="file"] {
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: var(--md-sys-shape-corner-small);
  background: var(--md-sys-color-surface-container-highest);
  color: var(--md-sys-color-on-surface);
  font-size: 13px;
}

.fe-wr-form input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 6px 12px;
  border: 0;
  border-radius: var(--md-sys-shape-corner-small);
  background: var(--md-sys-color-surface-container-high);
  color: var(--md-sys-color-on-surface);
  font: 600 12px/1 var(--md-ref-typeface-plain);
  cursor: pointer;
}

.fe-wr-form textarea {
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--md-sys-color-outline-variant);
  border-radius: var(--md-sys-shape-corner-small);
  background: var(--md-sys-color-surface-container-highest);
  color: var(--md-sys-color-on-surface);
  caret-color: var(--md-sys-color-primary);
  font: var(--md-sys-typescale-body-large-weight) var(--md-sys-typescale-body-large-size)/var(--md-sys-typescale-body-large-line-height) var(--md-sys-typescale-body-large-font);
  resize: vertical;
}

.fe-wr-form textarea::placeholder {
  color: var(--md-sys-color-on-surface-variant);
  opacity: 1;
}

.fe-wr-form textarea:focus {
  outline: none;
  border-color: var(--md-sys-color-primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--md-sys-color-primary) 25%, transparent);
}

.fe-wr-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--md-sys-color-on-surface);
}

.fe-wr-form__check input[type="checkbox"] {
  accent-color: var(--md-sys-color-primary);
  margin-top: 2px;
}

.fe-wr-form__error {
  margin: 0;
  color: var(--md-sys-color-error);
  font-size: 13px;
}

.fe-wr-sheet__foot {
  padding-top: 4px;
}

.fe-wr-home-panel {
  margin-top: 0;
}

.fe-wr-home-panel__intro {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-home-panel__intro a {
  color: var(--md-sys-color-primary);
  font-weight: 600;
  text-decoration: none;
}

.fe-wr-home-panel__intro a:hover {
  text-decoration: underline;
}

.fe-wr-home-panel__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.fe-wr-home-panel__list > li {
  min-width: 0;
}

.fe-wr-home-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 12px;
  border-radius: var(--md-sys-shape-corner-medium);
  background: var(--md-sys-color-surface-container-low);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.fe-wr-home-card:hover {
  background: var(--md-sys-color-surface-container);
  box-shadow: var(--md-sys-elevation-level1);
}

.fe-wr-home-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--md-sys-shape-corner-small);
}

.fe-wr-home-card__title {
  margin: 0 0 4px;
  font: 600 14px/1.3 var(--md-ref-typeface-plain);
}

.fe-wr-home-card__meta {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-home-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.fe-wr-home-card__stats {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
  font-size: 12px;
  color: var(--md-sys-color-on-surface-variant);
}

.fe-wr-home-card__stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.fe-wr-home-card__stat .material-symbols-outlined {
  font-size: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.85;
}

.fe-wr-home-card__reactions {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.fe-wr-home-card__reaction {
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 600px) {
  .fe-wr-home-panel__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (min-width: 720px) {
  .fe-wr-page-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .fe-wr-map {
    height: min(62vh, 580px);
    min-height: 480px;
  }

  .fe-wr-entry__media img {
    max-height: none;
  }

  .fe-wr-sheet {
    border-radius: var(--md-sys-shape-corner-extra-large);
  }
}

@media (min-width: 600px) {
  .fe-wr-hero {
    padding: 32px 24px 44px;
  }
}

@media (min-width: 905px) {
  .fe-wr-hero {
    margin: 8px 0 20px;
    padding: 40px 32px 48px;
    box-shadow: var(--md-sys-elevation-level2);
  }

  .fe-wr-map {
    height: 560px;
  }
}

@media (max-width: 899px) {
  .fe-wr-feed__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .fe-wr-feed__list {
    grid-template-columns: 1fr;
  }

  .fe-wr-feed__list .fe-wr-social__action {
    font-size: inherit;
    gap: 6px;
    min-height: 40px;
    padding: 8px 12px;
  }

  .fe-wr-feed__list .fe-wr-social__action [data-reaction-trigger-label] {
    display: inline;
    font-size: 12px;
  }
}
