.rsh-blog-hero { padding: 44px 0 38px; background:var(--rsh-surface-soft); }
.rsh-blog-hero h1 { margin-bottom: 12px; }
.rsh-blog-hero p:last-child, .rsh-archive-description { max-width: 680px; color: var(--rsh-text-muted); font-size: 1.08rem; }
.rsh-blog-section { padding: 16px 0 88px; }
.rsh-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.rsh-post-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--rsh-border); border-radius: var(--rsh-radius-card); background: #fff; box-shadow: var(--rsh-shadow-soft); flex-direction: column; transition: transform var(--rsh-transition), box-shadow var(--rsh-transition); }
.rsh-post-card:hover { box-shadow: var(--rsh-shadow-card); transform: translateY(-3px); }
.rsh-post-card__image { display: block; width: 100%; aspect-ratio: 4 / 2.6; overflow: hidden; background: var(--rsh-surface-soft); }
.rsh-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.rsh-post-card:hover .rsh-post-card__image img { opacity: .96; }
.rsh-post-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(145deg,#dbeafe,#d9e1ee); }
.rsh-post-card__body { display: flex; padding: 22px; flex: 1; flex-direction: column; }
.rsh-post-categories { display: flex; margin-bottom: 10px; flex-wrap: wrap; gap: 6px; }
.rsh-post-categories a { border-radius: 99px; background: var(--rsh-green-light); color: var(--rsh-green-dark); padding: 4px 8px; font-size: .68rem; font-weight: 800; text-decoration: none; }
.rsh-post-card h2 { font-size: 1.45rem; }
.rsh-post-card h2 a { color: inherit; text-decoration: none; }
.rsh-post-card__body > p { color: var(--rsh-text-muted); }
.rsh-post-card__footer { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 12px; }
.rsh-post-card__footer time { color: var(--rsh-text-muted); font-size: .76rem; }
.rsh-post-card__footer .rsh-text-link { font-size: .82rem; }
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links .page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--rsh-border); border-radius: 8px; background: #fff; text-decoration: none; }
.nav-links .current { border-color: var(--rsh-green); background: var(--rsh-green); color: #fff; }
.rsh-empty-state { max-width: 620px; margin: 20px auto; padding: 30px 26px; border: 1px dashed #d9e1ee; border-radius: var(--rsh-radius-card); background: #fff; text-align: center; }
.rsh-empty-state > span { display: none; }
.rsh-post-header { padding: 48px 0 30px; }
.rsh-post-header__inner { max-width: 780px; text-align: center; }
.rsh-post-header__inner .rsh-post-categories { justify-content: center; }
.rsh-post-header h1 { margin-bottom: 20px; font-size:clamp(2.05rem,5vw,3.35rem); }
.rsh-post-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; color: var(--rsh-text-muted); font-size: .82rem; }
.rsh-post-featured { margin-top: 38px; }
.rsh-post-featured img { display: block; width: 100%; max-height: 680px; border-radius: var(--rsh-radius-large); object-fit: cover; }
.rsh-article-layout { display:grid; padding-top:48px; padding-bottom:64px; grid-template-columns:minmax(0,780px) minmax(260px,340px); justify-content:center; gap:clamp(32px,5vw,64px); align-items:start; }
.rsh-article-layout.is-single-column { grid-template-columns:minmax(0,780px); }
.rsh-article-content { min-width: 0; font-size: 1.04rem; line-height: 1.78; }
.rsh-article-content h2 { margin-top: 1.8em; }
.rsh-article-content h3 { margin-top: 1.55em; }
.rsh-article-content h4 { margin-top: 1.4em; }
.rsh-article-content img { border-radius: 14px; }
.rsh-article-content blockquote { margin: 32px 0; border-left: 4px solid var(--rsh-green); background: var(--rsh-green-light); padding: 22px 26px; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: 1.16rem; }
.rsh-article-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.rsh-article-content th, .rsh-article-content td { padding: 11px 13px; border: 1px solid var(--rsh-border); text-align: left; }
.rsh-article-aside { position: sticky; top: 110px; }
.admin-bar .rsh-article-aside { top: 142px; }
.rsh-article-aside .rsh-help-card { padding: 26px; }
.rsh-article-aside h2 { font-size: 1.7rem; }
.rsh-help-card__actions { display: grid; gap: 10px; }
.rsh-post-footer { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--rsh-border); }
.rsh-post-tags { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.rsh-post-tags a { border-radius: 99px; background: var(--rsh-surface-soft); padding: 4px 9px; font-size: .75rem; text-decoration: none; }
.wp-block-rank-math-toc-block { margin: 30px 0; padding: 22px; border: 1px solid var(--rsh-border); border-radius: 12px; background: var(--rsh-surface-soft); }
.wp-block-rank-math-toc-block h2 { margin-top: 0; font-size: 1.45rem; }
.rank-math-block { display: grid; margin: 32px 0; gap: 8px; }
.rank-math-list-item { border: 1px solid var(--rsh-border); border-radius: 10px; background: #fff; padding: 16px; }
.rank-math-question { color: var(--rsh-green-dark); font-weight: 800; }
.rsh-related-products { padding:56px 0; background:var(--rsh-surface-soft); }
@media (max-width: 960px) { .rsh-post-grid { grid-template-columns: repeat(2,1fr); } .rsh-article-layout { grid-template-columns: 1fr; } .rsh-article-aside { position: static; } }
@media (max-width: 620px) { .rsh-post-grid { grid-template-columns: 1fr; } .rsh-post-card__footer { align-items: flex-start; flex-direction: column; } }
