.cookie-consent{
  position:fixed;
  z-index:10000;
  left:16px;
  right:16px;
  bottom:16px;
  max-width:1080px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:18px 20px;
  border:1px solid rgba(127,16,36,.22);
  border-left:4px solid #7f1024;
  border-radius:6px;
  background:#fff;
  color:#2b2023;
  box-shadow:0 14px 40px rgba(28,8,13,.16);
}

.cookie-consent-copy{
  max-width:720px;
}

.cookie-consent-copy strong{
  display:block;
  margin-bottom:4px;
  color:#4a0d1d;
  font-size:1rem;
}

.cookie-consent-copy p{
  margin:0;
  font-size:.92rem;
  line-height:1.45;
}

.cookie-consent-copy a{
  display:inline-block;
  margin-top:6px;
  font-size:.86rem;
}

.cookie-consent-actions{
  display:flex;
  flex:0 0 auto;
  gap:8px;
}

.cookie-consent-actions .btn{
  white-space:nowrap;
}

.cookie-settings-link{
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
  cursor:pointer;
}

.cookie-settings-link:hover{
  color:#7f1024;
}

@media (max-width:760px){
  .cookie-consent{
    align-items:stretch;
    flex-direction:column;
    gap:14px;
  }

  .cookie-consent-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .cookie-consent-actions .btn{
    width:100%;
  }
}
