.cookie-agree-wrapper {
    padding: 1rem;
    position: fixed !important;
    bottom: 0;
    left: 0;
    overflow: hidden !important;
    visibility: visible;
    background: hsla(0, 0%, 100%, 1);
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    z-index: 1000;
    width: 100%;
    flex: 0 0 100%;
}

.cookie-agree-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-agree-item button {
    margin-left: 30px;
}

.cookie-agree-item span {
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .cookie-agree-item span {
        font-size: 14px;
    }
}
