.psgdprbanner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    font-size: 14px;
    color: #222;
}

.psgdprbanner-bar,
.psgdprbanner-panel {
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0,0,0,.15);
    padding: 16px 20px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
}

.psgdprbanner-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.psgdprbanner-text {
    margin: 0;
    flex: 1 1 320px;
}

.psgdprbanner-text a {
    text-decoration: underline;
}

.psgdprbanner-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.psgdprbanner-btn {
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.psgdprbanner-btn-primary {
    background: #222;
    color: #fff;
}

.psgdprbanner-btn-outline {
    background: #fff;
    border-color: #999;
    color: #222;
}

.psgdprbanner-btn-link {
    background: transparent;
    color: #555;
    text-decoration: underline;
}

.psgdprbanner-category {
    margin-bottom: 14px;
}

.psgdprbanner-category p {
    margin: 4px 0 0 24px;
    color: #555;
}
