.fc-cookie-consent{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2147483000;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}

.fc-cookie-card{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:18px;
  border:1px solid rgba(45,93,147,.18);
  border-radius:24px;
  background:rgba(255,255,255,.96);
  box-shadow:0 22px 70px rgba(10,39,75,.18);
  backdrop-filter:blur(14px);
}

.fc-cookie-text b{
  display:block;
  margin-bottom:6px;
  color:#10243b;
  font-size:17px;
  line-height:1.25;
}

.fc-cookie-text p{
  margin:0;
  color:#526985;
  font-size:14px;
  line-height:1.55;
}

.fc-cookie-text .fc-cookie-links{
  margin-top:7px;
  font-size:13px;
}

.fc-cookie-text a{
  color:#1d64d8;
  font-weight:700;
  text-decoration:none;
}

.fc-cookie-text a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.fc-cookie-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.fc-cookie-btn{
  min-height:42px;
  padding:10px 15px;
  border-radius:999px;
  border:1px solid rgba(45,93,147,.18);
  font-weight:850;
  cursor:pointer;
  white-space:nowrap;
}

.fc-cookie-primary{
  color:#fff;
  background:linear-gradient(135deg,#1d4ed8,#0ea5e9);
  box-shadow:0 12px 28px rgba(29,78,216,.24);
  border-color:transparent;
}

.fc-cookie-secondary{
  color:#12304f;
  background:#f5f9ff;
}

.fc-cookie-btn:hover{
  transform:translateY(-1px);
}

.fc-cookie-settings{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:2147482999;
  min-height:34px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(45,93,147,.18);
  background:rgba(255,255,255,.88);
  color:#31506f;
  font:700 12px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(10,39,75,.12);
  backdrop-filter:blur(12px);
}

.fc-cookie-settings:hover{
  background:#fff;
}

@media(max-width:760px){
  .fc-cookie-consent{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .fc-cookie-card{
    grid-template-columns:1fr;
    border-radius:20px;
    padding:16px;
  }

  .fc-cookie-actions{
    justify-content:stretch;
  }

  .fc-cookie-btn{
    width:100%;
  }
}
