#scc-banner, .scc-banner-shortcode {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 18px;
    z-index: 99999;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.scc-inner { display:flex; width:100%; align-items:center; justify-content:space-between; gap:12px; }
.scc-text { flex:1 1 70%; font-size:14px; color:#333; }
.scc-text p { margin:6px 0 0 0; font-size:13px; color:#555; }
.scc-actions { flex:0 0 auto; display:flex; gap:8px; align-items:center; }
.scc-btn { border:0; padding:8px 12px; border-radius:6px; cursor:pointer; font-weight:600; }
.scc-btn-primary { background:#2c6db5; color:#fff; }
.scc-btn-secondary { background:transparent; color:#2c6db5; border:1px solid #2c6db5; }

@media (max-width:720px){
    .scc-inner { flex-direction:column; align-items:flex-start; gap:10px; }
    .scc-actions { width:100%; justify-content:flex-end; }
}
