/* Cookie consent — Skincare by Diana Ciobanu. Banner COMPACT, Accept proeminent.
   Brand: roz #8e2b3e, maro #3a2a1a, crem #fbf7f1. */
.dc-cc{position:fixed;left:16px;right:16px;bottom:16px;z-index:2147483600;display:flex;justify-content:center;pointer-events:none}
.dc-cc-box{pointer-events:auto;width:100%;max-width:430px;background:#fbf7f1;color:#3a2a1a;border:1px solid #e7dccd;border-top:3px solid #8e2b3e;border-radius:14px;box-shadow:0 10px 34px rgba(58,42,26,.22);padding:15px 16px;font-size:13.5px;line-height:1.5}
.dc-cc-txt{margin:0 0 12px}
.dc-cc-link{color:#8e2b3e;text-decoration:underline}
.dc-cc-prefs{margin:0 0 12px;border-top:1px solid #ece2d4;padding-top:8px}
.dc-cc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;cursor:pointer}
.dc-cc-row span{display:flex;flex-direction:column}
.dc-cc-row b{font-size:13px;font-weight:700}
.dc-cc-row small{font-size:11px;color:#8a7a68}
.dc-cc-row input{width:20px;height:20px;accent-color:#8e2b3e;flex:0 0 auto;cursor:pointer}
.dc-cc-row input:disabled{opacity:.55;cursor:not-allowed}
.dc-cc-btns{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
/* ACCEPT = proeminent: plin, roz brand, mare, crescator */
.dc-cc-accept{flex:1 1 auto;min-width:150px;background:#8e2b3e;color:#fff;border:0;border-radius:11px;padding:12px 22px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 3px 10px rgba(142,43,62,.30);transition:transform .12s ease,background .2s ease}
.dc-cc-accept:hover{background:#7a2335;transform:translateY(-1px)}
/* REFUZ = mic, discret, dar 1 click vizibil */
.dc-cc-reject{background:transparent;color:#6b5b4d;border:1px solid #d9ccbb;border-radius:9px;padding:8px 13px;font-size:12.5px;cursor:pointer;transition:background .2s ease}
.dc-cc-reject:hover{background:#f1e9dd}
.dc-cc-pref{background:transparent;color:#8e2b3e;border:0;padding:8px 6px;font-size:12.5px;text-decoration:underline;cursor:pointer}
.dc-cc-save{flex:1 1 auto;min-width:150px;background:#3a2a1a;color:#fff;border:0;border-radius:11px;padding:11px 18px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}
.dc-cc-save:hover{background:#2a1d12}
/* Pastila discreta de re-deschidere (dupa alegere) */
.dc-cc-pill{position:fixed;left:14px;bottom:14px;z-index:2147483600;width:42px;height:42px;border-radius:50%;border:1px solid #e7dccd;background:#fbf7f1;box-shadow:0 4px 14px rgba(58,42,26,.20);font-size:19px;line-height:1;cursor:pointer;opacity:.5;transition:opacity .2s ease,transform .2s ease}
.dc-cc-pill:hover{opacity:1;transform:scale(1.08)}
@media(max-width:520px){
  .dc-cc{left:8px;right:8px;bottom:8px}
  .dc-cc-box{padding:13px 13px}
  .dc-cc-accept{min-width:120px;padding:11px 16px;font-size:14.5px}
  .dc-cc-btns{gap:6px}
}