.jotd { margin: 0 0 2rem; }
.jotd-intro { max-width: 760px; font-size: 1.05rem; line-height: 1.7; }
.jotd-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: 24px; }
.jotd-category { border: 1px solid #dedede; border-top: 3px solid #d13b2f; padding: 18px; }
.jotd-category h2, .jotd-list-item h2 { margin: 0 0 8px; font-size: 1.2rem; }
.jotd-category p { margin: 0 0 12px; }
.jotd-category span { color: #666; font-size: .9rem; }
.jotd-body { background: #fff9ed; border-left: 4px solid #e0a322; padding: 18px 20px; font-size: 1.08rem; line-height: 1.7; }
.jotd-body p:last-child { margin-bottom: 0; }
.jotd-list { display: grid; gap: 18px; margin-top: 24px; }
.jotd-list-item { border-bottom: 1px solid #e5e5e5; padding-bottom: 18px; }
.jotd-button { display: block; margin-top: 16px; padding: 12px 18px; background: #b52922; color: #fff !important; text-align: center; font-weight: 700; }
.jotd-all { text-align: center; margin-top: 16px; }
.jotd-related, .jotd-articles { margin-top: 28px; }
.jotd-related ul, .jotd-articles ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; padding-left: 20px; }
.jotd-pagination { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 28px; }
@media (max-width: 600px) {
	.jotd-related ul, .jotd-articles ul { grid-template-columns: 1fr; }
	.jotd-pagination { align-items: stretch; flex-direction: column; text-align: center; }
}