.q7-consent {
    position: fixed;
    z-index: 2147483647;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: 760px;
    margin: 0 auto;
    padding: 1.25rem;
    color: #fff;
    background: #17202a;
    border: 1px solid #a39161;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .35);
    font: 16px/1.5 Arial, sans-serif;
}
.q7-consent[hidden] { display: none !important; }
.q7-consent__title { margin: 0 0 .5rem; color: #fff; font-size: 1.25rem; }
.q7-consent__text { margin: 0 0 1rem; color: #f4f4f4; }
.q7-consent__text a { color: #e8d8a5; text-decoration: underline; }
.q7-consent__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.q7-consent__button {
    min-width: 9rem;
    padding: .65rem 1rem;
    border: 2px solid #e8d8a5;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}
.q7-consent__button--accept { color: #17202a; background: #e8d8a5; }
.q7-consent__button--reject { color: #fff; background: transparent; }
.q7-cookie-settings { color: #a39161 !important; text-decoration: underline; }
@media (max-width: 520px) {
    .q7-consent__actions { display: grid; }
    .q7-consent__button { width: 100%; }
}
