.ap-map_container {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0px auto;
    width: 100%;
}

#ap-map {
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 16px;
    overflow: hidden;
}

.ap-streetheader {
    padding: 20px 20px 0 20px
}

.ap-streetheader_street {
    color: black;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600
}

.ap-streetheader_suburb {
    color: rgb(0 0 0 / 62%);
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}

.ap-streetheader_state {
    color: rgb(0 0 0 / 52%);
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
}

.ap-text-lga {
    font-weight: 500;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

@media only screen and (max-width: 992px) {
    
    .ap-map_container {
        padding: 0 16px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}