<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">autrado-gmaps {
    background: #ddd;
    color: #333;
    background-image: url(../../img/bg-gmaps.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-height: var(--a-gmaps-height,300px);
    place-content: center;
}

autrado-gmaps-inner {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

autrado-gmaps-inner a {
    display: inline;
    color:inherit!important;
    text-decoration: underline;
}

autrado-gmaps-inner p {
    font-size: .875rem;
    opacity: .8;
    margin: 0.75rem 0 0;
}


autrado-gmaps.is-loaded autrado-gmaps-inner {
    animation: fadeOut .25s;
    opacity:0
}

autrado-gmaps.is-loading autrado-gmaps-inner *:not(button){
    visibility: hidden;
    opacity:0
}
autrado-gmaps iframe {
    animation: fadeIn .35s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.c-page-aside--bottom autrado-gmaps-inner p {
    font-size: .7rem;
    line-height: 1.1;
    margin: .5rem 0 0;
}
.c-page-aside--bottom autrado-gmaps-inner p a {
    font-size: inherit!important;
    display: inline!important;
}


.c-page-aside--bottom autrado-gmaps-inner .c-button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}</pre></body></html>