.gdpr-root {
    position: fixed;
    bottom: -1px;
    width: calc(100% - 30px);
    z-index: 400;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;

    height: 40px;
    padding: 0 15px;

    color: #fff;

    background: #555;

    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}


.gdpr-text {

    font-weight: 600;
    font-size: 12px;
    line-height: 14px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
    .gdpr-root {
        left: 50%;
        width: 100%;
        height: 60px;


        transform: translateX(-50%);
    }

    .gdpr-text {
        max-width: none;

        padding-left: 4px;
        font-size: 11px;
        line-height: 14px;
    }
}

.gdpr-text a {
    color: #fff;
    white-space: nowrap;

    box-shadow: inset 0 -1px #9380e1;
}

.gdpr-text a:hover {
    color: #c7beec;

    border-color: transparent;
}

.gdpr-dismiss {
    margin: 0 11px 0 0;
    padding: 0;

    color: #fff;

    background-color: transparent;
    border: 0;
    border-radius: 0;

    cursor: pointer;

    appearance: none;
}

.gdpr-dismiss svg {
    display: block;
}

.gdpr-dismiss:hover {
    fill: rgba(255, 255, 255, 0.7);
}
