.cc-window {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 420px;
    margin: 0 auto;
    background: #2b2b2b;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cc-message {
    display: inline-block;
    margin-right: 10px;
}

.cc-compliance .cc-btn {
    background: #f1d600;
    color: #000;
    border: 0;
    padding: 8px 12px;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.cc-link {
    color: #fff;
    text-decoration: underline;
}

.cc-floating {
    max-width: none;
    width: 360px;
}
