/*
 ThemesWP Pro Modules – base styles
 Keep this file small and namespaced.
*/

/* Post grid */
.themeswp-post-grid{display:grid;gap:16px;margin:16px 0}
.themeswp-post-grid.columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.themeswp-post-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.themeswp-post-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.themeswp-post-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.themeswp-post-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.themeswp-post-grid.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
@media(max-width:900px){
  .themeswp-post-grid.columns-2,.themeswp-post-grid.columns-3,.themeswp-post-grid.columns-4,.themeswp-post-grid.columns-5,.themeswp-post-grid.columns-6{grid-template-columns:1fr}
}

.themeswp-post-card{border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:16px;background:rgba(255,255,255,.75);backdrop-filter:saturate(160%) blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.06)}
.themeswp-post-card__title{display:block;font-weight:800;text-decoration:none;margin-bottom:8px;line-height:1.2}
.themeswp-post-card__excerpt{opacity:.82;line-height:1.5}

/* Breadcrumbs */
.themeswp-breadcrumbs{font-size:.95em;opacity:.9;margin:12px 0}
.themeswp-breadcrumbs a{text-decoration:none}
.themeswp-sep{margin:0 8px;opacity:.6}

/* CTA */
.themeswp-cta{border:1px solid rgba(0,0,0,.14);border-radius:18px;padding:18px;margin:18px 0;background:rgba(255,255,255,.7);backdrop-filter:saturate(160%) blur(10px)}
.themeswp-cta__title{font-weight:900;font-size:1.25em;margin-bottom:6px}
.themeswp-cta__text{opacity:.85;line-height:1.55;margin-bottom:12px}
.themeswp-cta__button{display:inline-block;padding:10px 14px;border-radius:14px;border:1px solid rgba(0,0,0,.18);text-decoration:none;font-weight:700}

/* If Runtime is enabled, align visuals to Runtime variables */
:root{
  --twp-primary: var(--wp--preset--color--primary, #2084ff);
}
.themeswp-cta__button{color:var(--twp-primary)}
