.station-map-key-new {
    background: #fff;
    margin: 15px 0;
    padding: 10px;
    border-radius: 0 0 3px 3px;
    border-top: 3px #0092CC solid;
}
.station-map-key-new h3 {
    padding: 5px 0;
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 0;
    position: relative;
}
.station-map-key-new h3.active {
    border-bottom: 2px #0092CC solid;
}
.station-map-key-new h3:hover {
    cursor: pointer
}
.station-map-key-new h3::after {
    content: '\e80c'!important;
    font-family: 'icons', sans-serif;
    font-size: 10px;
    top: 10px;
    right: 10px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.station-map-key-new h3.active::after{
    transform: rotate(-0deg);
}
.station-map-key-new h4 {
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 0;
}
.station-map-key-info {
    padding: 0;
    margin-top: .625rem !important;
    margin-bottom: 1rem !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: .625rem;
}
.station-map-key-info li {
    width: 45%;
    flex: 1 1 45%;
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    gap: 4px;
    flex-direction: column;
}
.station-map-key-info li p,
.map-connection-to-new li p {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    line-height: 16px;
}

.station-map-key-info li img,
.map-connection-to-new li img {
    max-width: 160px;
    width: 100%;
}

.map-connection-to-routes li img {
    width: 22px;
    margin-right: 15px;
}

.map-connection-to-routes li {
    list-style: none;
}
.map-connection-to-routes li:last-child{
    margin-bottom: 0 !important;
}
.map-connection-to-routes ul {
    padding-left: 0;
    margin-bottom: 0 !important;
}

.map-connection-to-routes li span {
    top: 2px;
    position: relative;
}

.download-map-btn {
    min-width: 100%;
    background: #007cad;
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.download-map-btn:hover,
.download-map-btn:focus,
.download-map-btn:active {
    background: #0092CC;
    color: #fff;
}
.station-map-key-new .panel {
    padding: 10px 0;
    position: relative;
    min-height: 235px;
    margin-bottom: 0;
    text-align: left;
}
.panel:hover {
    background: #F4F2F8;
    background: #fff;
}

@media (max-width: 1024px) {
    .station-map-key-new h3 {
        font-size: 18px;
    }
    .station-map-key-new h4 {
        font-size: 16px;
    }
    .station-map-key-info li p,
    .map-connection-to-new li p,
    .map-connection-to-routes li span {
        font-size: 14px;
    }

    .map-connection-to-routes ul {
        margin-bottom: 0 !important;
    }

    .download-map-btn {
        font-size: 16px;
        padding: 12px 0;
    }
}

@media (max-width: 991px) {
    .download-map-btn {
        display: block;
    }
}