.map-content-page{position: relative;z-index: 1;}
.map-content-wrap .map-listing-panel{display: flex;flex-direction: column;row-gap: 1.25rem;margin-top: 2rem;background-color: #ffffff; border-radius: 1rem; padding: 1.75rem 1.25rem 1.875rem;}
.map-content-wrap .map-listing-panel .mapWrap{display: flex;flex-direction: column;}
.map-content-wrap .map-listing-panel .mapWrap .link-listing{margin-top: 1.25rem; display: flex; flex-wrap: wrap; column-gap: 1.25rem; row-gap: 1.875rem;}
.map-content-wrap .map-listing-panel .mapWrap .link-listing a {width: calc(25% - 1rem); flex: 0 0 calc(25% - 1rem); max-width: calc(25% - 1rem); height: 3.75rem; text-align: center; line-height: 3.75rem; padding: 0 0.25rem; background: #F5F5F5; border-radius: 1.875rem; font-size: 1.5rem; color: #333333;}
.map-content-wrap .map-listing-panel .wrapTitle { position: relative; padding-left: 1.5rem; }
.map-content-wrap .map-listing-panel .wrapTitle::before{content: ""; position: absolute; top: 50%; transform: translateY(-50%) rotate(12deg); left: 0; width: 0.5rem; height: 2.25rem; background: linear-gradient(135deg, #8ee99a 0%, #57d66b 100%); border-radius: 0.25rem;}
.map-content-wrap .map-listing-panel .wrapTitle h2, .map-content-wrap .map-listing-panel .wrapTitle h1 { font-size: 2.25rem; font-weight: bold; color: #333333;}
