.lq-gtm-consent-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    color: #1f2937;
    background: #fff;
    border-top: 1px solid #d1d5db;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}

.lq-gtm-consent-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1200px;
    padding: 16px 20px;
    margin: 0 auto;
}

.lq-gtm-consent-text {
    margin: 0;
    line-height: 1.5;
}

.lq-gtm-consent-text a {
    color: inherit;
    text-decoration: underline;
}

.lq-gtm-consent-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.lq-gtm-consent-button {
    padding: 10px 16px;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #1f2937;
    border: 1px solid #1f2937;
    border-radius: 3px;
}

.lq-gtm-consent-reject {
    color: #1f2937;
    background: #fff;
}

@media (max-width: 700px) {
    .lq-gtm-consent-inner,
    .lq-gtm-consent-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .lq-gtm-consent-inner {
        gap: 16px;
        padding: 16px;
    }

    .lq-gtm-consent-button {
        width: 100%;
    }
}
