.cuca-press-wrap{width:100%}
.cuca-press-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:26px;row-gap:28px;width:100%}
.cuca-press-item{min-width:0;margin:0;padding:0}
.cuca-press-link{display:flex;flex-direction:column;text-decoration:none!important;height:100%}
.cuca-press-image-box{display:flex;align-items:center;justify-content:center;height:132px;width:100%;overflow:hidden;background:#fff}
.cuca-press-image{display:block;max-width:100%;max-height:122px;width:auto;height:auto;object-fit:contain;transition:transform .2s ease}
.cuca-press-link:hover .cuca-press-image{transform:scale(1.02)}
.cuca-press-title{display:block;margin-top:13px;color:#e36d1f;font-size:15px;line-height:1.35;font-weight:400}
.cuca-press-link:hover .cuca-press-title{text-decoration:underline}
.cuca-press-no-image{font-size:12px;color:#777}
.cuca-press-pagination{margin-top:30px}
.cuca-press-pagination .page-numbers{display:flex;align-items:center;justify-content:center;gap:8px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.cuca-press-pagination .page-numbers li{margin:0;padding:0}
.cuca-press-pagination a.page-numbers,.cuca-press-pagination span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 7px;border:1px solid #ddd;text-decoration:none;line-height:1}
.cuca-press-pagination span.current{border-color:#e36d1f;color:#e36d1f}
.cuca-press-pagination a.page-numbers:hover{border-color:#e36d1f;color:#e36d1f}
@media(max-width:900px){.cuca-press-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.cuca-press-grid{grid-template-columns:1fr}.cuca-press-image-box{height:150px}.cuca-press-image{max-height:140px}}
