/* Shared Street Academy promo card */
.storeka-embed-grid{display:flex;justify-content:center;margin:24px auto;padding:0 24px;max-width:1120px;box-sizing:border-box;}
.storeka-embed-card{display:grid;grid-template-columns:180px 1fr;gap:0;background:#fff;border:1px solid #EEF1F6;border-radius:20px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;width:100%;max-width:640px;margin:0 auto;}
.storeka-embed-card:hover{box-shadow:0 8px 24px rgba(13,27,42,.12);transform:translateY(-2px);border-color:rgba(46,127,232,.35);}
.storeka-embed-thumb{background:#1A2E45;padding:0;position:relative;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;}
.storeka-embed-thumb img{width:100%;height:100%;display:block;object-fit:contain;}
.storeka-embed-body{padding:14px 16px;display:flex;flex-direction:column;justify-content:center;}
.storeka-embed-label{font-size:11px;font-weight:700;color:#2E7FE8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}
.storeka-embed-title{font-size:15px;font-weight:700;color:#0D1B2A;line-height:1.45;margin-bottom:6px;}
.storeka-embed-desc{font-size:12px;color:#3D4F63;line-height:1.6;}
.storeka-embed-offer{margin-top:8px;font-size:11px;color:#2E7FE8;font-weight:600;letter-spacing:.04em;}
.storeka-link-offer{font-size:12px;color:#2E7FE8;font-weight:600;white-space:nowrap;}
.storeka-cta-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;}
.storeka-promo-block{margin:24px auto;max-width:1120px;padding:0 24px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;}
.storeka-promo-block .storeka-embed-grid{padding:0;margin:16px 0 0;}
@media(max-width:600px){
  .storeka-embed-card{grid-template-columns:120px 1fr;max-width:100%;}
}
