.mrm-blog-page { max-width: 1240px; margin: 0 auto; padding: 30px 24px 70px; direction: rtl; color: #183b43; }
.mrm-blog-hero { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; padding: 38px 58px; border-radius: 25px; background: linear-gradient(110deg,#f2fbf7,#fff7ed); border: 1px solid #dceee5; box-shadow: 0 15px 40px rgba(45,80,70,.07); }
.mrm-blog-eyebrow { color: #ef7950; font-size: 13px; font-weight: 700; }
.mrm-blog-hero h1 { margin: 12px 0 8px; font-family: iransans-medium,Tahoma,sans-serif; font-size: 40px; line-height: 1.55; font-weight: 500; }
.mrm-blog-hero h1 strong { color: #2d9470; }
.mrm-blog-hero p { margin: 0; color: #718280; font-size: 14px; }
.mrm-blog-hero-art { position: relative; display: grid; place-items: center; width: 190px; height: 190px; flex: 0 0 190px; border: 1px solid #cce7da; border-radius: 50%; background: #fff; box-shadow: 0 15px 30px rgba(45,80,70,.08); }
.mrm-blog-hero-art::before { content: ""; position: absolute; inset: 14px; border: 1px dashed #f0b293; border-radius: 50%; }
.mrm-blog-hero-art img { position: relative; width: 105px; object-fit: contain; }
.mrm-blog-hero-art span { position: absolute; top: 17px; left: 25px; color: #ef7950; font-size: 24px; }
.mrm-blog-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 28px; align-items: start; margin-top: 30px; }
.mrm-blog-sidebar { position: sticky; top: 84px; display: grid; gap: 15px; }
.mrm-blog-sidebar-card { padding: 20px; border: 1px solid #e3eee9; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(45,80,70,.05); }
.mrm-blog-sidebar-card h3 { margin: 0 0 14px; font-family: iransans-medium,Tahoma,sans-serif; font-size: 15px; }
.mrm-blog-side-link { display: block; margin-bottom: 8px; border-radius: 9px; padding: 8px 10px; color: #748481; font-size: 11px; }
.mrm-blog-side-link.active, .mrm-blog-side-link:hover { color: #2d9470; background: #edf9f3; }
.mrm-blog-sidebar-card .block { margin-top: 18px; border-top: 1px solid #edf3f0; padding-top: 13px; }
.mrm-blog-sidebar-card .title strong { color: #183b43; font-size: 12px; }
.mrm-blog-sidebar-card ul { padding: 0; list-style: none; }
.mrm-blog-sidebar-card li { margin: 7px 0; color: #83918e; font-size: 10px; }
.mrm-blog-sidebar-card a { color: #2d9470; }
.mrm-blog-side-cta { padding: 18px; border-radius: 16px; color: #fff; background: #18444a; box-shadow: 0 10px 26px rgba(24,68,74,.17); }
.mrm-blog-side-cta strong { display: block; font-family: iransans-medium,Tahoma,sans-serif; font-size: 14px; }
.mrm-blog-side-cta p { margin: 8px 0 13px; color: #b7d5cb; font-size: 10px; line-height: 1.9; }
.mrm-blog-side-cta a { color: #ffc18e; font-size: 11px; }
.mrm-blog-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.mrm-blog-heading > div > span { color: #ef7950; font-size: 11px; }
.mrm-blog-heading h2 { margin: 5px 0 0; font-family: iransans-medium,Tahoma,sans-serif; font-size: 25px; font-weight: 500; }
.mrm-blog-rss { color: #2d9470; font-size: 11px; }
.mrm-post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.mrm-post-card { overflow: hidden; border: 1px solid #e2eee9; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(45,80,70,.045); transition: .2s ease; }
.mrm-post-card:hover { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(45,80,70,.1); }
.mrm-post-cover { position: relative; display: flex; align-items: center; justify-content: center; height: 145px; overflow: hidden; background: linear-gradient(135deg,#dff4e9,#fff1e6); }
.mrm-post-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg,transparent 35%,rgba(255,255,255,.52)); }
.mrm-post-cover img { position: relative; z-index: 1; width: 92px; max-height: 90px; object-fit: contain; }
.mrm-post-cover span { position: absolute; z-index: 2; right: 13px; bottom: 10px; border-radius: 20px; padding: 5px 9px; color: #2d9470; background: rgba(255,255,255,.85); font-size: 9px; }
.mrm-post-card-body { padding: 17px; }
.mrm-post-meta { display: flex; justify-content: space-between; color: #9aa7a4; font-size: 9px; }
.mrm-post-card h3 { margin: 9px 0 7px; font-family: iransans-medium,Tahoma,sans-serif; font-size: 15px; line-height: 1.9; }
.mrm-post-card h3 a { color: #183b43; }
.mrm-post-excerpt { height: 47px; overflow: hidden; color: #778683; font-size: 11px; line-height: 2; }
.mrm-post-more { display: inline-flex; gap: 5px; margin-top: 12px; color: #ef7950; font-size: 11px; font-weight: 700; }
.mrm-post-more span { font-size: 16px; line-height: 1; }
.mrm-blog-pager { display: flex; justify-content: center; margin-top: 25px; }
.mrm-blog-pager .individual-page, .mrm-blog-pager a, .mrm-blog-pager span { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; margin: 0 3px; border: 1px solid #e0ece7; border-radius: 8px; color: #71817d; font-size: 11px; }
.mrm-blog-pager .current-page { color: #fff; background: #55b48f; border-color: #55b48f; }
.mrm-blog-empty { padding: 50px 20px; border: 1px dashed #c8e1d5; border-radius: 16px; color: #82918d; background: #fff; text-align: center; }
.mrm-post-breadcrumb { display: flex; gap: 8px; margin-bottom: 16px; color: #94a19e; font-size: 11px; }
.mrm-post-breadcrumb a { color: #2d9470; }
.mrm-article { overflow: hidden; border: 1px solid #e2eee9; border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(45,80,70,.06); }
.mrm-article-cover { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 245px; overflow: hidden; padding: 35px 48px; color: #fff; background: linear-gradient(120deg,#16474c,#2d9470); }
.mrm-article-cover::after { content: ""; position: absolute; left: -70px; bottom: -150px; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.mrm-article-cover div { position: relative; z-index: 1; max-width: 730px; }
.mrm-article-cover span { color: #ffc18e; font-size: 12px; }
.mrm-article-cover h1 { margin: 12px 0; font-family: iransans-medium,Tahoma,sans-serif; font-size: 30px; line-height: 1.7; font-weight: 500; }
.mrm-article-cover p { margin: 0; color: #c6e2d7; font-size: 11px; }
.mrm-article-cover img { position: relative; z-index: 1; width: 120px; max-height: 110px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.mrm-article-body { max-width: 850px; margin: 0 auto; padding: 38px 48px; color: #536765; font-size: 14px; line-height: 2.35; }
.mrm-article-body h2, .mrm-article-body h3 { margin: 25px 0 8px; color: #183b43; font-family: iransans-medium,Tahoma,sans-serif; }
.mrm-article-body img { max-width: 100%; height: auto; border-radius: 14px; }
.mrm-article-tags { display: flex; gap: 7px; flex-wrap: wrap; max-width: 850px; margin: 0 auto; padding: 0 48px 30px; }
.mrm-article-tags a { border-radius: 20px; padding: 6px 10px; color: #2d9470; background: #edf9f3; font-size: 10px; }
.mrm-comments { margin-top: 22px; padding: 25px; border: 1px solid #e2eee9; border-radius: 18px; background: #fff; }
.mrm-comments-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mrm-comments-heading h2 { margin: 0; font-family: iransans-medium,Tahoma,sans-serif; font-size: 18px; font-weight: 500; }
.mrm-comments-heading span { color: #9aa7a4; font-size: 11px; }
.mrm-comment-form textarea { width: 100%; min-height: 105px; resize: vertical; border: 1px solid #dbe9e3; border-radius: 11px; padding: 12px; font-family: inherit; font-size: 12px; }
.mrm-comment-form button { margin-top: 10px; border: 0; border-radius: 10px; padding: 11px 20px; color: #fff; background: #ef7950; font-family: inherit; font-size: 12px; cursor: pointer; }
.mrm-comment-login { margin-top: 10px; color: #b06b4b; font-size: 11px; }
.mrm-comment-error,.mrm-comment-result { margin-bottom: 10px; padding: 10px 12px; border-radius: 10px; font-size: 12px; }
.mrm-comment-error { color: #a33b34; background: #fff0ef; }
.mrm-comment-result { color: #176b49; background: #effbf5; }
.mrm-comment-list { display: grid; gap: 12px; margin-top: 23px; border-top: 1px solid #edf3f0; padding-top: 18px; }
.mrm-comment-list article { display: flex; gap: 10px; padding: 13px; border-radius: 12px; background: #f8fbfa; }
.mrm-comment-avatar { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border-radius: 11px; color: #2d9470; background: #dff3e9; font-size: 12px; }
.mrm-comment-head { display: flex; gap: 12px; align-items: center; }
.mrm-comment-head strong { color: #183b43; font-size: 12px; }
.mrm-comment-head span { color: #9ba9a5; font-size: 9px; }
.mrm-comment-list p { margin: 5px 0 0; color: #70817d; font-size: 11px; line-height: 1.9; }
@media (max-width: 850px) { .mrm-blog-layout { grid-template-columns: 1fr; } .mrm-blog-sidebar { position: static; grid-template-columns: 1fr 1fr; } .mrm-blog-hero { padding: 32px; } }
@media (max-width: 600px) { .mrm-blog-page { padding: 18px 12px 45px; } .mrm-blog-hero { display: block; padding: 28px 20px; } .mrm-blog-hero h1 { font-size: 31px; } .mrm-blog-hero-art { width: 135px; height: 135px; margin: 25px auto 0; } .mrm-blog-hero-art img { width: 75px; } .mrm-blog-sidebar, .mrm-post-grid { grid-template-columns: 1fr; } .mrm-blog-heading { align-items: start; flex-direction: column; gap: 10px; } .mrm-article-cover { min-height: 220px; padding: 25px 23px; } .mrm-article-cover h1 { font-size: 22px; } .mrm-article-cover img { width: 75px; } .mrm-article-body { padding: 25px 20px; } .mrm-article-tags { padding: 0 20px 24px; } }
