.cook123-banner { position: fixed; z-index: 999999; padding: 16px; }
.cook123-banner.bottom-left { left: 16px; bottom: 16px; }
.cook123-banner.bottom-right { right: 16px; bottom: 16px; }
.cook123-banner.bottom { left: 50%; transform: translateX(-50%); bottom: 16px; }

.cook123-card{
  width: min(420px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 14px 14px 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.cook123-title{ font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.cook123-text{ font-size: 13px; line-height: 1.45; opacity: .9; }

.cook123-actions{
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content:flex-end;
  margin-top: 12px;
  flex-wrap: wrap;
}

.cook123-link{
  margin-right:auto;
  font-size: 13px;
  text-decoration: underline;
  opacity: .85;
}

.cook123-btn{
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #f6f6f6;
  cursor: pointer;
  font-size: 13px;
}
.cook123-btn.primary{
  background: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}
.cook123-btn.ghost{
  background: #fff;
}

.cook123-footer{
  margin-top: 8px;
  font-size: 12px;
  opacity: .75;
}
.cook123-footer a{ text-decoration: underline; }
