.custom-category-list{margin:20px 0;border-radius:10px;font-family:Arial,sans-serif}.custom-category-list h2{font-size:2.2em;margin-bottom:25px;color:#2e2f33;text-align:center}.category-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.category-grid[data-columns="1"]{grid-template-columns:repeat(1,1fr)}.category-grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.category-grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.category-grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.category-item{overflow:hidden;padding:0;border:1px solid #ddd;-webkit-touch-callout:none;color:#413e3e;transition:transform .3s,box-shadow .3s;text-align:center;background-color:#fcfcfc;border-radius:8px;cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.category-item:hover{transform:translateY(-5px);background-color:#f6f6f6;box-shadow:0 8px 20px rgba(0,0,0,.15)}.category-image{height:190px;overflow:hidden;width:100%}.category-image img{height:100%;object-fit:cover;width:100%}.category-content{padding:15px}.post-count{font-size:.9em;font-weight:700;color:#f60}.custom-category-list a{text-decoration:none}@media (max-width:768px){.category-grid{grid-template-columns:1fr}.custom-category-list h2{font-size:2rem;margin-top:-15%!important}}@media (min-width:769px) and (max-width:1024px){.category-grid{grid-template-columns:repeat(2,1fr)}}.corexl-plugin{font-family:"Poppins, Arial, Helvetica, sans-serif"}.corexl-hidden{display:none}.corexl-loading{pointer-events:none;opacity:.6}.corexl-spinner{animation:corexl-spin 1s linear infinite;height:20px;border:3px solid #f3f3f3;border-top-color:#f60;border-radius:50%;width:20px;display:inline-block}@keyframes corexl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}