.map-content-wrap .map-listing-panel{display: flex;flex-direction: column;row-gap: 35px;}
.map-content-wrap .map-listing-panel .mapWrap{display: flex;flex-direction: column;}
.map-content-wrap .map-listing-panel .mapWrap .link-listing{display: flex; align-items: center; column-gap: 20px; flex-wrap: wrap; row-gap: 16px;margin-top: 16px;}
.map-content-wrap .map-listing-panel .mapWrap .link-listing a {width: fit-content; height: 36px; text-align: center; line-height: 36px; font-size: 14px; color: #666666; background: #ffffff; border-radius: 8px; cursor: pointer;padding: 0 20px;}
.map-content-wrap .map-listing-panel .mapWrap .link-listing a:hover{background: linear-gradient(135deg, #8ee99a 0%, #57d66b 100%); color: #ffffff;font-weight: bold;}

.map-content-wrap .map-listing-panel .titleWrap{padding-left: 0;row-gap: 0;display: flex;align-items: center;column-gap: 12px;flex-direction: row;}
.map-content-wrap .map-listing-panel .wrapTitle { position: relative; padding-left: 20px; }
.map-content-wrap .map-listing-panel .wrapTitle::before { content: ""; position: absolute; left: 0; top: 53%; transform: translateY(-50%) rotate(12deg); width: 5px; height: 24px; background: linear-gradient(135deg, #8ee99a 0%, #57d66b 100%); border-radius: 4px; }
.map-content-wrap .map-listing-panel .wrapTitle h2, .map-content-wrap .map-listing-panel .wrapTitle h1 { font-size: 24px; font-weight: bold; color: #140402; }
