.page-list{padding:1rem 0}.page-list__category-heading{margin:0 0 1.25rem;font-size:1.5rem;font-weight:600;color:var(--utp-primary,#f6821f)}.page-list--list .page-list__items{display:flex;flex-direction:column;gap:1.5rem}.page-list--list .page-list__item{display:flex;gap:1.25rem;padding-bottom:1.5rem;border-bottom:1px solid var(--utp-border-light,#eee)}.page-list--list .page-list__thumbnail{flex-shrink:0;width:200px;height:140px;overflow:hidden;border-radius:6px}.page-list--list .page-list__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.page-list--list .page-list__thumbnail:hover img{transform:scale(1.05)}.page-list--grid .page-list__items{display:grid;gap:1.5rem;grid-auto-rows:1fr}.page-list--grid-2 .page-list__items{grid-template-columns:repeat(2,1fr)}.page-list--grid-3 .page-list__items{grid-template-columns:repeat(3,1fr)}.page-list--grid .page-list__item{display:flex;flex-direction:column;border:1px solid var(--utp-border-light,#eee);border-radius:8px;overflow:hidden;transition:box-shadow .2s ease;height:100%}.page-list--grid .page-list__item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.page-list--grid .page-list__thumbnail{width:100%;height:180px;overflow:hidden}.page-list--grid .page-list__thumbnail img{width:100%;height:100%;object-fit:cover}.page-list--grid .page-list__content{padding:1rem;flex:1;display:flex;flex-direction:column;background:var(--utp-dark,#282b34);color:var(--utp-text-white,#fff)}.page-list__title{margin:0 0 .5rem;font-size:1.15rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.page-list__title a{color:var(--utp-primary,#f6821f);text-decoration:none}.page-list__title a:hover{color:var(--utp-text-white,#1a1a1a)}.page-list__date{display:inline-block;font-size:.85rem;color:var(--utp-text-white-80,rgba(255,255,255,.8));margin-bottom:.4rem}.page-list__description{font-size:.95rem;line-height:1.6;margin:.25rem 0 .5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.page-list__categories{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.page-list__category-tag{display:inline-block;padding:.2rem .6rem;font-size:.75rem;background:var(--utp-bg-light,#f3f3f3);color:var(--utp-text,#484d55);border-radius:3px;text-transform:capitalize}.page-list__empty{text-align:center;padding:2rem;color:var(--utp-text-muted,#717479);font-style:italic}.page-list__pagination{margin-top:2rem;text-align:center}.page-list__pagination ul{list-style:none;padding:0;margin:0;display:inline-flex;gap:.25rem}.page-list__pagination li{display:inline-block}.page-list__pagination a,.page-list__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;border:1px solid var(--utp-border-light,#eee);border-radius:4px;text-decoration:none;color:var(--utp-text,#484d55);font-size:.9rem;transition:all .2s ease}.page-list__pagination a:hover{background:var(--utp-primary,#f6821f);color:#fff;border-color:var(--utp-primary,#f6821f)}.page-list__pagination li.active span{background:var(--utp-primary,#f6821f);color:#fff;border-color:var(--utp-primary,#f6821f);font-weight:600}@media(max-width:768px){.page-list--list .page-list__item{flex-direction:column}.page-list--list .page-list__thumbnail{width:100%;height:180px;border-radius:6px 6px 0 0}.page-list--grid-2 .page-list__items,.page-list--grid-3 .page-list__items{grid-template-columns:1fr}}@media(max-width:1024px) and (min-width:769px){.page-list--grid-3 .page-list__items{grid-template-columns:repeat(2,1fr)}}