.qoala-banner-card{padding:0;overflow:hidden}

.qoala-banner{
  background:linear-gradient(135deg, #cd0000 0%, #c90000 100%);
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:white;
  text-decoration:none;
  min-height:60px;
}

.qoala-banner-content{
  display:flex;
  align-items:center;
  gap:12px;
}

.qoala-icon{
  display:flex;
  align-items:center;
  justify-content:center;
}

.qoala-shield-img{
  width:36px;
  height:36px;
  object-fit:contain;
  opacity:0.9;
}

.qoala-title{
  font-weight:600;
  font-size:14px;
  line-height:1.2;
}

.qoala-subtitle{
  font-size:12px;
  opacity:0.9;
  line-height:1.2;
}

.qoala-cta{
  background:rgba(255,255,255,0.15);
  color:white;
  padding:6px 12px;
  border-radius:6px;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  transition:background 0.2s ease;
  border:1px solid rgba(255,80,80,0.4);
}

.qoala-cta:hover{
  background:rgba(255,60,60,0.25);
  color:white;
}

@media(max-width:768px){
  .qoala-banner{padding:10px 12px}
  .qoala-title{font-size:17px}
  .qoala-subtitle{font-size:11px}
}
