﻿.cookie-bar-wrapper {
    height: 5.5rem;
    position: relative;
    z-index: 997;
}

.cookie-bar-wrapper .cookie-bar,
.cookie-bar-wrapper .cookie-bar .btn {
    height: 1.5rem;
    line-height: 1.5rem;
}

.cookie-bar-wrapper .cookie-bar .btn {
    margin-top: -2px;
}

.cookie-bar-wrapper .cookie-bar {
    background-color: #4e215c;
    color: #ffffff;
    font-size: 0.75rem;
    height: 5.5rem;
    padding: 0.5rem 0 0.5rem 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.cookie-bar-wrapper .cookie-bar > span {
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
}

@media (min-width: 438px) {
    .cookie-bar-wrapper {
        height: 4rem;
    }

    .cookie-bar-wrapper .cookie-bar {
        height: 4rem;
    }
}

@media (min-width: 992px) {
    .cookie-bar-wrapper {
        height: 2.5rem;
    }

    .cookie-bar-wrapper .cookie-bar {
        height: 2.5rem;
    }

    .cookie-bar-wrapper .cookie-bar > span {
        display: inline-block;
    }
}
