#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9998;direction:rtl;transform:translateY(110%);transition:transform .4s cubic-bezier(.4,0,.2,1);pointer-events:none}#cookie-banner.cc-visible{transform:translateY(0);pointer-events:all}.cc-banner-wrap{background:#fff;border-top:3px solid #00A885;box-shadow:0 -6px 32px #00000021;padding:20px 28px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cc-banner-icon{font-size:36px;color:#00a885;flex-shrink:0;line-height:1}.cc-banner-text{flex:1;min-width:220px}.cc-banner-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.cc-banner-body{font-size:13px;color:#555;margin:0;line-height:1.55}.cc-banner-body a{color:#00a885;text-decoration:underline;font-weight:600}.cc-banner-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.cc-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border:2px solid transparent;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;font-family:inherit;white-space:nowrap;transition:all .22s ease;text-decoration:none;line-height:1.2}.cc-btn:focus-visible{outline:3px solid #FF6600;outline-offset:3px}.cc-btn-accept{background:#00a885;color:#fff;border-color:#00a885}.cc-btn-accept:hover{background:#008f71;border-color:#008f71}.cc-btn-settings{background:#fff;color:#00a885;border-color:#00a885}.cc-btn-settings:hover{background:#edfdf8}.cc-btn-reject{background:none;border-color:transparent;color:#888;padding:10px 12px;font-weight:500}.cc-btn-reject:hover{color:#333;text-decoration:underline}#cookie-modal{position:fixed;inset:0;z-index:10000;direction:rtl;display:flex;align-items:center;justify-content:center;padding:16px;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility 0s linear .3s}#cookie-modal.cc-visible{visibility:visible;opacity:1;transition:opacity .3s ease}.cc-backdrop{position:absolute;inset:0;background:#0000008c;cursor:pointer}.cc-modal-box{position:relative;background:#fff;border-radius:18px;width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000038;overflow:hidden;transform:scale(.96) translateY(8px);transition:transform .3s cubic-bezier(.4,0,.2,1)}#cookie-modal.cc-visible .cc-modal-box{transform:scale(1) translateY(0)}.cc-modal-header{background:linear-gradient(135deg,#00a885,#008f71);color:#fff;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.cc-modal-header-title{display:flex;align-items:center;gap:10px}.cc-modal-header-title i{font-size:22px}.cc-modal-header h2{font-size:17px;font-weight:700;margin:0;color:#fff}.cc-modal-close{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:17px;transition:background .2s;flex-shrink:0}.cc-modal-close:hover{background:#ffffff59}.cc-modal-body{flex:1;overflow-y:auto;padding:20px 22px}.cc-modal-intro{font-size:13px;color:#555;line-height:1.6;margin:0 0 20px;padding:14px 16px;background:#f7f9f8;border-radius:10px;border-right:4px solid #00A885}.cc-modal-intro a{color:#00a885;font-weight:600;text-decoration:underline}.cc-category{border:1.5px solid #e8e8e8;border-radius:12px;padding:16px;margin-bottom:12px;transition:border-color .2s ease}.cc-category:last-child{margin-bottom:0}.cc-category.cc-checked{border-color:#00a885;background:#fafffe}.cc-cat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px}.cc-cat-meta{display:flex;align-items:center;gap:8px;flex:1}.cc-cat-label{font-size:15px;font-weight:700;color:#1a1a1a}.cc-required-badge{background:#e8f5f2;color:#00a885;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;border:1px solid #c0ede3}.cc-cat-desc{font-size:12.5px;color:#666;line-height:1.55;margin:0 0 6px}.cc-cat-examples{font-size:11.5px;color:#999;margin:0;display:flex;align-items:flex-start;gap:5px;line-height:1.4}.cc-cat-examples i{color:#00a885;font-size:11px;margin-top:1px;flex-shrink:0}.cc-toggle{position:relative;display:flex;align-items:center;flex-shrink:0;cursor:pointer}.cc-toggle-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cc-toggle-track{width:44px;height:24px;background:#d0d0d0;border-radius:12px;transition:background .25s ease;position:relative;display:block}.cc-toggle-input:checked+.cc-toggle-track{background:#00a885}.cc-toggle-input:disabled+.cc-toggle-track{background:#00a885;opacity:.65;cursor:not-allowed}.cc-toggle-track:after{content:"";position:absolute;top:3px;right:23px;width:18px;height:18px;background:#fff;border-radius:50%;transition:right .25s ease;box-shadow:0 1px 4px #0003}.cc-toggle-input:checked+.cc-toggle-track:after{right:3px}.cc-toggle-track:after{right:auto;left:3px}.cc-toggle-input:checked+.cc-toggle-track:after{left:23px}.cc-toggle-input:focus-visible+.cc-toggle-track{outline:3px solid #FF6600;outline-offset:3px}.cc-modal-footer{padding:16px 22px;border-top:1px solid #f0f0f0;display:flex;gap:12px;flex-direction:row-reverse;flex-shrink:0;background:#fff}.cc-modal-footer .cc-btn{flex:1;justify-content:center}#cc-prefs-btn{position:fixed;bottom:24px;left:86px;width:40px;height:40px;background:#f0f0f0;color:#555;border:1.5px solid #ddd;border-radius:50%;cursor:pointer;z-index:9989;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 2px 10px #0000001a;transition:all .25s ease}#cc-prefs-btn:hover{background:#00a885;color:#fff;border-color:#00a885;box-shadow:0 4px 14px #00a88559;transform:scale(1.05)}body.cc-banner-open #cc-prefs-btn{bottom:122px}body.cc-banner-open .share-fab{bottom:182px!important}#cc-prefs-btn:focus-visible{outline:3px solid #FF6600;outline-offset:3px}body:not(.has-a11y-widget) #cc-prefs-btn{left:24px}.cc-link{color:#00a885;font-weight:600;text-decoration:underline}.cc-link:hover{color:#008f71}body.cc-modal-open{overflow:hidden}@media (max-width: 767px){.cc-banner-wrap{padding:16px 16px 20px;gap:14px}.cc-banner-icon{font-size:28px}.cc-banner-actions{width:100%;gap:8px}.cc-btn-accept,.cc-btn-settings{flex:1;justify-content:center}.cc-btn-reject{width:100%;text-align:center;justify-content:center}#cc-prefs-btn{bottom:90px;left:74px;width:36px;height:36px;font-size:14px}body:not(.has-a11y-widget) #cc-prefs-btn{left:16px;bottom:90px}body.cc-banner-open #cc-prefs-btn{bottom:200px}body.cc-banner-open .share-fab{bottom:249px!important}.cc-modal-body{padding:16px}.cc-modal-footer{flex-direction:column}}@media (max-width: 991px){body.has-sticky-bar #cc-prefs-btn{bottom:85px}}
