/*
Theme Name: SIBA Studio
Theme URI: https://sibabeton.org/
Author: Faradid Ertebat Nilgoon
Description: پوسته اختصاصی، سبک و راست‌چین وب‌سایت عمومی سیبا.
Version: 1.0.2
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: siba
*/

.is-disabled { cursor: not-allowed; opacity: .68; }
.admin-bar .site-header { top: 50px; }
.admin-bar .site-header.scrolled { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 54px; }
  .admin-bar .site-header.scrolled { top: 46px; }
}
.wp-content { min-height: 55vh; }
.post-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 28px; }
.post-card { background: #fff; border: 1px solid rgba(8,28,43,.1); border-radius: 20px; overflow: hidden; box-shadow: 0 18px 45px rgba(8,28,43,.08); }
.post-card img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-copy { padding: 22px; }
.post-card h2, .post-card h3 { margin: 8px 0 10px; font-size: 1.28rem; }
.post-card p { color: #536572; }
.post-meta { color: #607785; font-size: .84rem; }
.article-body .wp-caption, .article-body img { max-width: 100%; height: auto; }
.article-body blockquote { margin: 28px 0; padding: 20px 24px; border-right: 4px solid #2a8faa; background: #eef7f7; border-radius: 12px; }
.pagination { margin-top: 30px; display: flex; gap: 8px; justify-content: center; }
@media (max-width: 900px) { .post-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .post-list { grid-template-columns: 1fr; } }

