.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-addressheader {
    padding: 20px 20px 0 20px
}

.ap-addressheader_street, .ap-addressheader_street a {
    color: black;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600
}

.ap-addressheader_suburb {
    color: rgb(0 0 0 / 62%);
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}

.ap-addressheader_state {
    color: rgb(0 0 0 / 52%);
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
}

.ap-zone-icon {
    box-sizing: border-box;
}

.ap-zone-icon>div {
    width: 100%;
    height: 100%;
    border: 1px solid #0000006b;
    box-sizing: border-box;
    border-radius: 50%;
}

.ap-card-slider {
    display: flex;
    overflow: auto;
    padding-bottom: 6px;
    margin: 0px -16px 0px -16px;
}

.ap-card-slider::WebkitScrollbar {
    display: none
}

.ap-card {
    border-radius: 16px;
    padding: 16px 8px;
    margin-left: 16px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    direction: row;
    overflow: hidden;
    background-color: rgb(0 0 0 / 6%);
}

.ap-card h3 {
    margin:0;
}

.ap-card_textcontainer {
    overflow: hidden;
}

.ap-card_text {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
}

.ap-card_iconcontainer {
    width: 32px;
    height: 32px;
}

.ap-card_icon {
    width: 32px;
    height: 32px;
}

.ap-card--column {
    flex-direction: column;
    align-items: center;
}

.ap-card--column .ap-card_textcontainer {
    text-align: center;
}

.ap-card--row .ap-card_iconcontainer {
    margin-right: 6px;
    display:flex;
    align-items: start;
}

.ap-card--feature {
    background-color: rgb(26 194 230 / 14%);
}

.ap-card--sm {
    width: 140px
}

.ap-card--md {
    width: 220px
}

.ap-card--lg {
    width: 280px
}

.ap-zone-icon {
    width: 32px;
    height: 32px;
    padding: 4px;
}

.ap-zone-icon_circle {
}

.ap-text-utilprovider {
    font-weight: 500;
}

.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) {
    
}