.trento-cookie-banner-wrapper {
    position: fixed;
    bottom: 0;
    background-color: black;
    color: rgba(255,255,255,0.8);
    font-size: 0.8em;
    width: 100%;
    vertical-align: middle;
    z-index: 1000;
    display: none;
}
.trento-cookie-banner-content {
    text-align: center;
    padding: 12px;
}

.trento-cookie-banner-wrapper a {
    color: inherit;
    text-decoration: underline;
}
#trento-cookie-banner-close {
    margin: 0 0 0 16px;
}