﻿/* CAMPAIGNFORGE_V99_GENERATE_FIX_CSS */
.cf99-generate-strip{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:center;
  margin:12px 0;
  padding:12px;
  border:1px solid #cfe0ff;
  border-radius:18px;
  background:linear-gradient(135deg,#eef5ff,#ffffff);
}
.cf99-generate-strip strong{
  display:block;
  color:#07194f;
  font-weight:950;
  line-height:1.15;
  margin-bottom:3px;
}
.cf99-generate-strip span{
  display:block;
  color:#64748b;
  font-size:12px;
  line-height:1.4;
  font-weight:750;
}
.cf99-generate-btn{
  border:0;
  border-radius:999px;
  background:#07194f;
  color:#fff;
  min-height:42px;
  padding:11px 16px;
  font-weight:950;
  cursor:pointer;
  white-space:nowrap;
  box-shadow:0 10px 22px rgba(7,25,79,.16);
}
.cf99-generate-btn:hover{filter:brightness(1.08);}
.cf99-generate-btn.gold{
  background:#f7a800;
  color:#07194f;
}
.cf99-status-note{
  margin:8px 0;
  border-radius:14px;
  padding:10px 12px;
  background:#eef5ff;
  color:#07194f;
  font-size:12px;
  font-weight:850;
  line-height:1.4;
}
.cf99-mini-generate{
  width:100%;
  margin:8px 0 12px;
}
@media(max-width:760px){
  .cf99-generate-strip{grid-template-columns:1fr;}
  .cf99-generate-btn{width:100%;}
}
