/* Minimal CSS for new pages, preserving theme look */
.section-wrapper { padding: 40px 0; }
.section-title { text-align: center; margin-bottom: 18px; }
.section-title .tag { color: #c15708; font-weight: 700; font-size: 1.2rem; }
.section-title .title { color: #222; font-weight: 800; font-size: 1.6rem; }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
@media (max-width: 992px) { .grid { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 576px) { .grid { grid-template-columns: repeat(2, 1fr); } }
.card { background:#fff; border-radius: 14px; box-shadow: 0 2px 12px #0001; overflow: hidden; }
.card-body { padding: 14px; }
.card-title { font-weight: 700; margin: 6px 0; }
.card-sub { color: #666; }
.btn-primary-k { background:#c15708; color:#fff; border:none; border-radius:8px; padding:10px 16px; font-weight:700; }
.btn-primary-k:hover { background:#a04a06; color:#fff; }
.form-note { color:#b22222; font-weight:600; }
.table-responsive { overflow-x:auto; }
