/*
 * Your global styles here
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

/* Rodape do theme layout (scopedHeaderAndFooter).
   Duplica os estilos inline do bloco HTML para cobrir hover e o caso de
   o sanitizador do htmlEditor remover os atributos style. */
.cc-footer {
    background: #0f1824;
    color: #cdd3e0;
    font-size: 14px;
    line-height: 1.6;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

.cc-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
}

.cc-footer__copy { margin: 0; }

.cc-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.cc-footer a,
.cc-footer .cmp-revoke-consent {
    color: #cdd3e0;
    opacity: .9;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
}

.cc-footer .cmp-revoke-consent {
    position: static;
    float: none;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: auto;
}

.cc-footer a:hover,
.cc-footer .cmp-revoke-consent:hover {
    opacity: 1;
    text-decoration: underline;
}
