section.tm-gdpr {
    display: none;
}

section.tm-gdpr.is-active {
    display: block;
    position: fixed;
    width: 100%;
    min-width: 100vw;
    z-index: 666666;
    bottom: 0;
    left: 0;
}
section.tm-gdpr.lock-to-top {
    position: relative;
}

section.tm-gdpr .section-header {}

section.tm-gdpr .section-body {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

section.tm-gdpr .section-footer {}

section.tm-gdpr .section-header .btn {
    background-color: transparent;
    border: none;
    background-image: none;
}

section.tm-gdpr .section-header .btn:hover {
    background-image: none;
}

section.tm-gdpr .section-header .btn:after {
    content: '\03a7';
    margin-left: 0;
    top: 0;
}