:root{--orlyshay-cc-bg:#fff;--orlyshay-cc-text:#252128;--orlyshay-cc-muted:#625b65;--orlyshay-cc-brand:#d01867;--orlyshay-cc-brand-dark:#9f104c;--orlyshay-cc-border:#eadde4}
.orlyshay-cc-hidden{display:none!important}
.orlyshay-cc-banner,.orlyshay-cc-banner *{box-sizing:border-box}
.orlyshay-cc-banner{
  position:fixed;left:50%;bottom:16px;z-index:99998;transform:translateX(-50%);
  width:calc(100% - 32px);max-width:min(760px,calc(100vw - 24px));overflow:hidden;
  direction:rtl;background:var(--orlyshay-cc-bg);color:var(--orlyshay-cc-text);
  border:1px solid var(--orlyshay-cc-border);border-radius:14px;
  box-shadow:0 12px 32px rgba(42,21,34,.16);font-family:Arial,sans-serif
}
.orlyshay-cc-body{padding:16px 18px}
.orlyshay-cc-title{margin:0 0 6px;font-size:1.15rem;font-weight:600}
.orlyshay-cc-desc{margin:0;color:var(--orlyshay-cc-muted);font-size:.95rem;line-height:1.55}
.orlyshay-cc-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:12px}
.orlyshay-cc-btn{
  border:1px solid var(--orlyshay-cc-border);background:#fff;color:var(--orlyshay-cc-brand-dark);
  padding:9px 14px;border-radius:8px;font-weight:600;cursor:pointer
}
.orlyshay-cc-btn:hover{background:#fff5f9}
.orlyshay-cc-btn.primary{background:var(--orlyshay-cc-brand);color:#fff;border-color:var(--orlyshay-cc-brand)}
.orlyshay-cc-btn.primary:hover{background:var(--orlyshay-cc-brand-dark)}
.orlyshay-cc-link{color:var(--orlyshay-cc-brand-dark);font-weight:600;text-decoration:underline}
.orlyshay-cc-panel{border-top:1px solid var(--orlyshay-cc-border);padding:12px 18px;background:#fcf7f9}
.orlyshay-cc-row{display:flex;gap:10px;align-items:center;margin:8px 0}
.orlyshay-cc-row input[type="checkbox"]{inline-size:18px;block-size:18px;accent-color:var(--orlyshay-cc-brand)}
.orlyshay-cc-chip{background:#fbe8f1;border:1px solid var(--orlyshay-cc-border);padding:2px 8px;border-radius:999px;font-size:.85rem}
.orlyshay-cc-manage-short{
  position:static!important;inset:auto!important;top:auto!important;right:auto!important;
  bottom:auto!important;left:auto!important;z-index:auto!important;float:none!important;
  display:inline-flex!important;width:auto!important;min-width:0!important;margin:0!important;
  transform:none!important;align-items:center;justify-content:center;
  background:var(--orlyshay-cc-brand);color:#fff;border:0;padding:10px 14px;
  border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 6px 18px rgba(42,21,34,.18)
}
.orlyshay-cc-manage-short:hover{background:var(--orlyshay-cc-brand-dark)}
.orlyshay-cc-btn:focus-visible,.orlyshay-cc-link:focus-visible,.orlyshay-cc-row input:focus-visible{
  outline:3px solid rgba(208,24,103,.28);outline-offset:2px
}
@media(max-width:560px){
  .orlyshay-cc-banner{left:12px;right:12px;bottom:12px;transform:none;width:auto;max-width:none}
  .orlyshay-cc-body{padding:16px}
  .orlyshay-cc-panel{padding:12px 16px}
  .orlyshay-cc-row{align-items:flex-start;flex-wrap:wrap}
  .orlyshay-cc-actions{flex-direction:column;align-items:stretch}
  .orlyshay-cc-btn{width:100%;min-height:46px}
  .orlyshay-cc-desc{font-size:.92rem}
}
