.askollo-ads-grid {
    display: grid;
    gap: 24px;
    align-items: stretch;
}
.askollo-cols-1 { grid-template-columns: 1fr; }
.askollo-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.askollo-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.askollo-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.askollo-ad {
    background: #fff;
    border: 1px solid rgba(20, 23, 26, .12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(20, 23, 26, .08);
}
.askollo-ad-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: #eceef0; }
.askollo-ad-media .askollo-ad-image:first-child:last-child { grid-column: 1 / -1; }
.askollo-ad-image { margin: 0; min-height: 150px; }
.askollo-ad-image img { width: 100%; height: 100%; min-height: 150px; max-height: 280px; object-fit: cover; display: block; }
.askollo-ad-body { padding: 22px; }
.askollo-ad-eyebrow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.askollo-ad-badge, .askollo-ad-plan { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #f3f4f5; font-weight: 700; }
.askollo-ad-title { margin: 0 0 6px; font-size: 1.35rem; line-height: 1.2; }
.askollo-ad-advertiser { margin: 0 0 14px; font-weight: 600; opacity: .72; }
.askollo-ad-copy > :first-child { margin-top: 0; }
.askollo-ad-copy > :last-child { margin-bottom: 0; }
.askollo-ad-action { margin: 18px 0 0; }
.askollo-ad-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 999px; text-decoration: none; background: #111; color: #fff; font-weight: 700; }
.askollo-ad-button:hover, .askollo-ad-button:focus { color: #fff; opacity: .88; }
@media (max-width: 980px) { .askollo-cols-4, .askollo-cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .askollo-cols-4, .askollo-cols-3, .askollo-cols-2 { grid-template-columns: 1fr; } }
.askollo-ad-highlight { margin: -4px 0 14px; font-weight: 700; }
.askollo-ad-update { margin-top: 16px; padding: 12px 14px; border-radius: 12px; background: #f5f6f7; }
.askollo-ad-update p { margin: 5px 0; }
.askollo-ad-update a { font-weight: 700; }
.askollo-ad-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.askollo-ad-actions .askollo-ad-button { margin: 0; }
.askollo-ad-button-secondary { background: #fff; color: #111; border: 1px solid rgba(20, 23, 26, .25); }
.askollo-ad-button-secondary:hover, .askollo-ad-button-secondary:focus { color: #111; }
