.elementor-70379 .elementor-element.elementor-element-c474f35{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e17317d */.kk-property-address-columns {
    display: grid;
    gap: 0 70px;
}

.kk-property-address-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.kk-property-address-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    line-height: 1.3;
}

.kk-property-address-name,
.kk-property-address-name a {
    color: #132c2f;
    text-decoration: none;
    font-weight: 500;
}

.kk-property-address-name a:hover {
    text-decoration: underline;
}

.kk-property-address-count {
    color: #7b8486;
    font-weight: 400;
    min-width: 40px;
    text-align: right;
}

@media (max-width: 767px) {
    .kk-property-address-columns {
        grid-template-columns: 1fr !important;
        gap: 18px 0;
    }
}/* End custom CSS */