/* Mozinet Consent (36273) - banner megjelenés, a téma stílusához igazítva
   accent: #cc9602 | sötét: #151515 | betű: Raleway (UI), Anton (cím) */

.mozc-banner{
	position:fixed; left:0; right:0; bottom:0; z-index:99999;
	background:#151515; color:#eee;
	border-top:3px solid #cc9602;
	box-shadow:0 -6px 24px rgba(0,0,0,.4);
	font-family:'Raleway',Arial,sans-serif; font-size:14px; line-height:1.5;
}
.mozc-banner[hidden]{ display:none; }
.mozc-inner{ max-width:1200px; margin:0 auto; padding:18px 22px; display:flex; flex-wrap:wrap; gap:16px; align-items:center; justify-content:space-between; }
.mozc-text{ flex:1 1 420px; min-width:260px; }
.mozc-title{ font-family:'Anton','Raleway',Arial,sans-serif; font-weight:400; font-size:20px; margin:0 0 6px; color:#fff; letter-spacing:.3px; }
.mozc-text p{ margin:0; color:#cfcfcf; }
.mozc-link{ color:#cc9602; text-decoration:underline; }
.mozc-link:hover{ color:#e6ab08; }

.mozc-options{ flex:1 1 100%; display:flex; flex-direction:column; gap:8px; margin:4px 0 2px; padding-top:10px; border-top:1px solid #333; }
.mozc-opt{ display:flex; align-items:flex-start; gap:10px; color:#ddd; cursor:pointer; }
.mozc-opt input{ margin-top:3px; width:16px; height:16px; accent-color:#cc9602; }
.mozc-opt b{ color:#fff; }

.mozc-actions{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.mozc-btn{ font-family:'Raleway',Arial,sans-serif; font-weight:600; font-size:13px; text-transform:uppercase; letter-spacing:.6px;
	padding:12px 20px; border-radius:2px; border:1px solid #cc9602; cursor:pointer; transition:all .15s ease; }
/* Elfogadom / Elutasítom / Mentés - AZONOS vizuális súly (EDPB: reject legyen olyan könnyű, mint az accept) */
.mozc-btn-equal{ background:#cc9602; color:#151515; }
.mozc-btn-equal:hover{ background:#e6ab08; }
/* Testreszabom - másodlagos */
.mozc-btn-secondary{ background:transparent; color:#cc9602; }
.mozc-btn-secondary:hover{ background:#cc9602; color:#151515; }

.mozc-reopen{ position:fixed; left:16px; bottom:16px; z-index:99998;
	background:#151515; color:#cc9602; border:1px solid #cc9602; border-radius:2px;
	font-family:'Raleway',Arial,sans-serif; font-weight:600; font-size:12px; text-transform:uppercase; letter-spacing:.5px;
	padding:10px 16px; cursor:pointer; opacity:.9; }
.mozc-reopen[hidden]{ display:none; }
.mozc-reopen:hover{ background:#cc9602; color:#151515; opacity:1; }

@media (max-width:992px){
	.mozc-inner{ padding:14px 16px; gap:12px; }
	.mozc-actions{ width:100%; }
	.mozc-btn{ flex:1 1 auto; text-align:center; }
	.mozc-reopen{ left:10px; bottom:10px; }
}
