.glist-consent {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 100000;
    max-width: 760px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid #dfe3ec;
    border-radius: 14px;
    background: #fff;
    color: #1f2937;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .2);
    font-family: Arial, Helvetica, sans-serif;
}

.glist-consent strong {
    display: block;
    margin-bottom: 7px;
    font-size: 1rem;
}

.glist-consent p {
    margin: 0;
    line-height: 1.5;
    color: #475569;
}

.glist-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.glist-consent button {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    background: #fff;
    color: #080b9d;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.glist-consent button[data-consent="yes"] {
    border-color: #080b9d;
    background: #080b9d;
    color: #fff;
}

@media (max-width: 520px) {
    .glist-consent {
        right: 8px;
        bottom: 8px;
        left: 8px;
        padding: 15px;
    }

    .glist-consent__actions,
    .glist-consent button {
        width: 100%;
    }
}
