.bfw-cookie-banner{display:none;position:fixed;left:0;right:0;bottom:0;z-index:99998;background:#fff;border-top:1px solid #e2e2e2;box-shadow:0 -4px 20px rgba(0,0,0,0.08);padding:16px 24px;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.bfw-cookie-banner.bfw-cookie-visible{display:flex}.bfw-cookie-banner-text{font-size:14px;color:#333;line-height:1.6;flex:1 1 320px}.bfw-cookie-banner-text a{color:#d4a574;text-decoration:underline;margin-left:4px}.bfw-cookie-banner-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.bfw-cookie-btn{padding:10px 22px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #1a1a1a;background:#fff;color:#1a1a1a;transition:background 0.2s,color 0.2s}.bfw-cookie-btn-outline:hover{background:#f5f5f5}.bfw-cookie-btn-dark{background:#1a1a1a;color:#fff}.bfw-cookie-btn-dark:hover{background:#333}.bfw-cookie-close{background:none;border:none;font-size:22px;line-height:1;color:#888;cursor:pointer;padding:0 4px}.bfw-cookie-modal-overlay{display:none;position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,0.55);align-items:center;justify-content:center;padding:20px}.bfw-cookie-modal-overlay.bfw-cookie-visible{display:flex}.bfw-cookie-modal{background:#fff;border-radius:10px;width:100%;max-width:620px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,0.3)}.bfw-cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 16px;border-bottom:1px solid #eee}.bfw-cookie-modal-header h2{font-size:24px;font-weight:700;margin:0;color:#1a1a1a}.bfw-cookie-modal-close{background:none;border:none;font-size:26px;line-height:1;color:#888;cursor:pointer}.bfw-cookie-modal-body{padding:8px 28px}.bfw-cookie-row{padding:18px 0;border-bottom:1px solid #eee}.bfw-cookie-row:last-child{border-bottom:none}.bfw-cookie-row-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.bfw-cookie-row-head strong{font-size:16px;color:#1a1a1a}.bfw-cookie-row-desc{font-size:14px;color:#666;line-height:1.6;margin:0}.bfw-cookie-modal-footer{padding:16px 28px 24px;text-align:right}.bfw-cookie-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.bfw-cookie-toggle input{opacity:0;width:0;height:0}.bfw-cookie-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;border-radius:24px;transition:0.25s}.bfw-cookie-slider::before{content:'';position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:0.25s}.bfw-cookie-toggle input:checked+.bfw-cookie-slider{background-color:#d4a574}.bfw-cookie-toggle input:checked+.bfw-cookie-slider::before{transform:translateX(20px)}@media (max-width:600px){.bfw-cookie-banner{padding:14px 16px;flex-direction:column;align-items:flex-start}.bfw-cookie-banner-actions{width:100%;justify-content:flex-end}.bfw-cookie-modal-header,.bfw-cookie-modal-body,.bfw-cookie-modal-footer{padding-left:18px;padding-right:18px}}