.c3-apartment-map,
.c3-apartment-map__canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 0;
    overflow: hidden;
    outline: 0;
}

.c3-apartment-map__canvas {
    background-color: rgba(0, 0, 0, 0.125);
}

.c3-apartment-map__canvas-fallback {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 12px;
    text-align: center;
}

.c3-apartment-map__canvas-fallback > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    font-size: inherit !important;
    color: inherit !important;
    text-decoration: underline;
    outline: 0;
}

@media (min-width: 801px) {
    .c3-apartment-map__canvas {
        min-height: 800px;
    }
}

@media (max-width: 800px) {
    .c3-apartment-map__canvas {
        min-height: 100vh;
    }
}

/**
 * Google Maps Card
 */
.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0;
}

.gm-style-iw-d {
    display: block;
    max-height: none !important;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 0.85rem;
    color: var(--e-global-color-text);
    overflow: hidden !important;
}

.gm-style-iw-d > div > div {
    padding: 15px;
}

.gm-style-iw-d > div img {
    display: block;
    max-width: 250px;
    height: auto;
}

.gm-style-iw-d ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0 0 -4px;
    padding: 0;
}

.gm-style-iw-d ul li {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 0 0 4px;
    padding: 0;
}

.gm-style-iw-d ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: var(--e-global-color-secondary);
    text-indent: -999px;
    overflow: hidden;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.gm-style-iw-d ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1rem;
    text-indent: 0;
}

.gm-style-iw-d ul li:nth-child(1) a:before {
    content: '\f05a';
}

.gm-style-iw-d ul li:nth-child(2) a:before {
    content: '\f879';
}

.gm-style-iw-d ul li:nth-child(3) a:before {
    content: '\f0e0';
}

.gm-style-iw-d strong,
.gm-style-iw-d span,
.gm-style-iw-d a:hover {
    color: var(--e-global-color-accent);
}

.gm-style .gm-style-iw-c button {
    width: 25px !important;
    height: 25px !important;
    top: 0 !important;
    right: 0 !important;
    border-radius: 0;
    background-color: var(--e-global-color-secondary) !important;
    opacity: 1 !important;
    outline: 0;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.gm-style .gm-style-iw-c button:hover {
    background-color: var(--e-global-color-accent) !important;
}

.gm-style .gm-style-iw-c button > span {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    position: relative;
    background-color: transparent !important;
    -webkit-mask-image: none !important;
}

.gm-style .gm-style-iw-c button > span:before {
    content: '\f00d';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
}