.mapsite-wrap { margin: 0 0 24px; }
.mapsite-map {
    width: 100%;
    height: 520px;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #eef2f0;
    border: 1px solid var(--mapsite-green-light, #e8f3ec);
}
.mapsite-count { margin: 8px 0; color: #333; }
.mapsite-count strong { color: var(--mapsite-green, #1a6b3c); }
.mapsite-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.mapsite-table th, .mapsite-table td { border: 1px solid #e2e2e2; padding: 8px 10px; text-align: left; }
.mapsite-table thead th { background: var(--mapsite-green, #1a6b3c); color: #fff; }
.mapsite-table tbody tr:nth-child(even) { background: var(--mapsite-green-light, #e8f3ec); }
@media (max-width: 640px) { .mapsite-map { height: 360px; } .mapsite-table { font-size: 13px; } }
