.cookie-message-container {
    display: none;
}

.message-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #4e4e4e;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    font-family: Raleway, sans-serif;
}

.left-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-wrapper {
    display: flex;
    align-items: center;
}

.left-wrapper p {
    color: #fff;
    font-size: 14px;
}

.left-wrapper a {
    color: #82addc;
}
