/*
Theme Name: Suneel SKG SilverStorm Child
Theme URI: https://suneelkumargerri.com
Author: Suneel Kumar Gerri
Description: Child theme for SilverStorm — contains Social Activity template.
Template: silverstorm
Version: 1.0
*/

/* Import parent theme styles as fallback */
@import url("../silverstorm/style.css");

/* --- Child theme overrides --- */

/* Keep Social Activity background transparent (inherit from theme) */
.skg-activity-page {
  background: transparent;
}

/* Grid and card styles (light, matches theme aesthetics) */
.skg-activity-page { max-width:1100px; margin:0 auto; padding:30px; text-align:center; }
.skg-filter-bar { margin-bottom:20px; }
.filter-btn { background:#f3f3f3; border:none; padding:8px 14px; margin:6px; cursor:pointer; border-radius:6px; }
.filter-btn.active { background:#0b5fff; color:#fff; }
.skg-updates-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:22px; align-items:start; }
.skg-update-card { border:1px solid rgba(0,0,0,0.06); border-radius:10px; padding:14px; background:rgba(255,255,255,0.02); box-shadow:0 2px 8px rgba(7,8,10,0.04); text-align:left; }
.skg-thumb img { width:100%; height:auto; max-height:360px; object-fit:cover; border-radius:8px; margin-bottom:10px; display:block; }
.skg-update-card h3 { margin:8px 0; font-size:18px; }
.skg-content { font-size:15px; line-height:1.6; color:inherit; }
.skg-meta { margin-top:10px; font-size:13px; color:#666; }
.skg-tag { display:inline-block; background:rgba(0,80,200,0.06); color:#05396b; border-radius:999px; padding:4px 8px; margin-right:6px; font-size:13px; }
@media (max-width:680px){ .skg-activity-page{padding:18px} .skg-update-card{padding:12px} }
