.dcc-banner{position:fixed;bottom:10px;left:20px;right:20px;width:auto;background-color:#1A1A1A;color:#E1E1DF;padding:15px 25px;z-index:9999;box-shadow:0 2px 8px rgb(0 0 0 / .3);box-sizing:border-box;border-radius:10px;border:1px solid #333}.dcc-banner-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px}.dcc-banner p{margin:0;flex-grow:1;font-size:14px;color:#E1E1DF;line-height:1.5}.dcc-banner p a{color:#f27038;text-decoration:underline;font-weight:500}.dcc-banner p a:hover{color:#d95f2d;text-decoration:none}.dcc-banner-buttons{display:flex;gap:10px;flex-shrink:0}.dcc-btn{padding:8px 15px;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;color:#E1E1DF;transition:background-color 0.3s ease,transform 0.1s ease}.dcc-btn:active{transform:scale(.98)}.dcc-btn-accept{background-color:#F27038;color:#000}.dcc-btn-accept:hover{background-color:#d95f2d;color:#000}.dcc-btn-reject,.dcc-btn-settings{background-color:#555;color:#E1E1DF}.dcc-btn-reject:hover,.dcc-btn-settings:hover{background-color:#666}.dcc-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);z-index:999999;display:none;justify-content:center;align-items:center;overflow-y:auto;padding:20px;box-sizing:border-box;opacity:0;transition:opacity 0.3s ease}.dcc-modal.dcc-modal-visible{display:flex;opacity:1}.dcc-modal-content{background-color:#fff;color:#333;padding:30px;border-radius:8px;width:100%;max-width:600px;position:relative;box-shadow:0 4px 15px rgb(0 0 0 / .2);overflow-y:auto;max-height:90vh;transform:scale(.95);transition:opacity 0.3s ease,transform 0.3s ease}.dcc-modal.dcc-modal-visible .dcc-modal-content{transform:scale(1)}.dcc-modal-close{position:absolute;top:10px;right:15px;font-size:24px;font-weight:700;line-height:1;color:#888;background:none;border:none;cursor:pointer;padding:5px}.dcc-modal-close:hover{color:#333}.dcc-modal h2{margin-top:0;margin-bottom:20px;color:#222;font-size:1.5em}.dcc-modal h3{margin-top:15px;margin-bottom:5px;color:#444;font-size:1.1em}.dcc-modal p{font-size:14px;color:#555;margin-bottom:10px;line-height:1.5}.dcc-cookie-category{border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.dcc-cookie-category:last-child{border-bottom:none;margin-bottom:0}.dcc-cookie-category div{flex-grow:1;flex-basis:75%}.dcc-switch{position:relative;display:inline-block;width:50px;height:24px;flex-shrink:0}.dcc-switch input{opacity:0;width:0;height:0}.dcc-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.dcc-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;box-shadow:0 1px 3px rgb(0 0 0 / .2)}input:checked+.dcc-slider{background-color:#4CAF50}input:disabled+.dcc-slider{background-color:#ddd;cursor:not-allowed}input:disabled+.dcc-slider:before{background-color:#aaa}input:focus+.dcc-slider{box-shadow:0 0 1px #4CAF50}input:checked+.dcc-slider:before{transform:translateX(26px)}.dcc-slider.round{border-radius:24px}.dcc-slider.round:before{border-radius:50%}.dcc-modal-buttons{text-align:right;margin-top:30px}@media (max-width:768px){.dcc-banner{left:10px;right:10px;bottom:5px;padding:12px 15px;border-radius:8px}.dcc-banner-content{flex-direction:column;align-items:stretch;gap:12px}.dcc-banner p{text-align:center;font-size:13px}.dcc-banner-buttons{width:100%;justify-content:space-between;gap:8px}.dcc-btn{flex-grow:1;text-align:center;font-size:13px;padding:10px 5px}.dcc-modal-content{padding:20px;max-width:none;max-height:95vh}.dcc-modal h2{font-size:1.3em}.dcc-modal h3{font-size:1em}.dcc-modal p{font-size:13px}.dcc-cookie-category{align-items:flex-start}.dcc-cookie-category div{flex-basis:100%;margin-bottom:10px}.dcc-switch{margin-left:0;margin-top:5px}.dcc-modal-buttons{text-align:center}.dcc-modal-buttons .dcc-btn{width:100%}}