﻿.accept,.reject,.save{color:#fff}#cookie-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999}.cookie-box{background:#fff;padding:30px;border-radius:12px;max-width:500px;width:90%;box-shadow:0 0 10px rgba(0,0,0,.25);font-family:sans-serif}.cookie-box h2{margin-top:0;margin-bottom:15px}.cookie-category{display:flex;align-items:center;justify-content:space-between;margin-top:10px;cursor:pointer}.cookie-info{list-style-type:none;padding-left:0;margin-left:-50px}.cookie-toggle{display:flex;align-items:center;gap:8px;flex:1}.paragraphs-container p:not(:first-child){display:none}.show-more-text{margin-bottom:10px;display:inline-block;color:#007bff;cursor:pointer;text-decoration:none;font-size:.95rem}.show-more-text:hover{color:#0056b3}.arrow{transition:transform .2s;margin-left:10px}.cookie-category.open .arrow{transform:rotate(90deg)}.cookie-list{margin-left:30px;display:none;font-size:.9em}.cookie-category.open+.cookie-list{display:block}.cookie-buttons{display:flex;justify-content:space-between;margin-top:20px;gap:10px}.cookie-buttons button{padding:10px 20px;border-radius:8px;cursor:pointer}.accept{background-color:#3375a4;border:2px solid #3375a4}.reject,.save{background-color:#fff;border:2px solid #3375a4;color:#3375a4}.save{flex:1}