.andor-postgrid{padding:24px 0}
.andor-postgrid.is-container-full{padding-left:0;padding-right:0}
.andor-postgrid__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}
.andor-postgrid__h2{margin:0;font-size:22px;line-height:1.2}
.andor-postgrid__h2link{color:inherit;text-decoration:none}
.andor-postgrid__h2link:hover{text-decoration:underline}
.andor-postgrid__btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;border-radius:999px;text-decoration:none;background:#111;color:#fff;font-weight:600;white-space:nowrap}
.andor-pg__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media (max-width: 1024px) {
.andor-pg__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 820px) {
.andor-pg__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 520px) {
.andor-pg__grid{grid-template-columns:1fr}
}
.andor-pg__card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 1px 0 #0000000f;border:1px solid #0000000f;height:100%}
.andor-pg__media{aspect-ratio:16 / 10;overflow:hidden;background:#f5f5f7}
.andor-pg__img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.001)}
.andor-pg__content{padding:12px 12px 14px;display:flex;flex-direction:column;gap:8px}
.andor-pg__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;opacity:.8}
.andor-pg__cat{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:999px;background:#0000000f;font-weight:600}
.andor-pg__date{white-space:nowrap}
.andor-pg__title{margin:0;font-size:14px;line-height:1.5;font-weight:700;color:#111}
.andor-pg__excerpt{margin:0;font-size:13px;line-height:1.6;opacity:.85}
.andor-pg__morewrap{margin-top:auto}
.andor-pg__more{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0a57ff}
.andor-postgrid__morewrap{display:flex;justify-content:center;margin-top:18px}
.andor-postgrid__morebtn{border:1px solid #00000024;background:#fff;color:#111;height:44px;padding:0 18px;border-radius:999px;font-weight:700;cursor:pointer}
.andor-postgrid__morebtn[disabled]{opacity:.55;cursor:not-allowed}