#mcc-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 500px; background: #fff; padding: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); border-radius: 12px; display: none; z-index: 999999; font-family: sans-serif; }
.mcc-acc-item { border-bottom: 1px solid #eee; }
.mcc-acc-header { display: flex; justify-content: space-between; padding: 10px; align-items: center; }
.mcc-acc-content { display: none; padding: 10px; font-size: 12px; max-height: 150px; overflow-y: auto; }
.mcc-acc-item.active .mcc-acc-content { display: block; }
.mcc-buttons { display: flex; gap: 8px; margin-top: 15px; flex-wrap: wrap; }
.mcc-btn { flex: 1; padding: 12px; border: none; border-radius: 6px; cursor: pointer; font-weight: bold; }
.mcc-btn-accept { background: var(--mcc-primary); color: #fff; }
.mcc-btn-deny { background: #ba2626; color: #fff; }
#mcc-toggle { position: fixed; bottom: 20px; left: 20px; width: 45px; height: 45px; background: var(--mcc-primary); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 999998; }
#mcc-toggle svg { width: 24px; fill: #fff; }
.mcc-cookie-table td { 
    padding: 8px 4px; 
    font-size: 13px; 
    line-height: 1.4; 
}
.mcc-acc-header label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}