/* 주차핑 이벤트 지도/공유 블록 — /event/seoul-fireworks-2026/ 전용 */

.jcp-event-block {
  margin: 24px 0;
}

.jcp-share-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.jcp-share-btn,
.jcp-copy-btn,
.jcp-toggle-toilet {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8590c;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.2;
}

.jcp-share-btn:hover,
.jcp-copy-btn:hover,
.jcp-toggle-toilet:hover {
  filter: brightness(0.95);
}

.jcp-copy-btn {
  background: #3a2418;
}

.jcp-toggle-toilet {
  background: #2b6cb0;
}

.jcp-copy-toast {
  font-size: 13px;
  color: #2b6cb0;
  font-weight: 600;
}

.jcp-map-legend {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  color: #555;
  flex-wrap: wrap;
}

.jcp-event-map {
  width: 100%;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #f5f5f5;
}

.jcp-map-note {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
  line-height: 1.6;
}

/* 기존 세션에서 회귀테스트한 모바일 너비: 360 / 375 / 390 / 412 */
@media (max-width: 480px) {
  .jcp-event-map {
    height: 320px;
  }

  .jcp-share-btn,
  .jcp-copy-btn,
  .jcp-toggle-toilet {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }

  .jcp-map-legend {
    font-size: 12px;
  }
}
