#sopp-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    color: #fff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}
#sopp-consent-bar button {
    background: #00c853;
    border: none;
    padding: 8px 14px;
    color: #fff;
    cursor: pointer;
}
