.pagination-info,.results-info{font-size:14px;font-weight:500}.gallery-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease;height:400px;display:flex;flex-direction:column}.gallery-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.gallery-image{position:relative;flex:0 0 250px;overflow:hidden}.gallery-image img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.gallery-card:hover .gallery-image img{transform:scale(1.05)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.7));display:flex;align-items:flex-end;padding:20px}.gallery-info{color:#fff}.gallery-count{background:rgba(27,79,114,.9);padding:8px 12px;border-radius:20px;font-size:12px;font-weight:600}.gallery-content{padding:20px;flex:1 1;display:flex;flex-direction:column;justify-content:space-between}.gallery-title{margin-bottom:10px}.gallery-title a{color:#1b4f72;text-decoration:none;font-size:18px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-title a:hover{color:#0f2d3f}.gallery-meta{display:flex;flex-direction:column;gap:8px}.gallery-date{color:#495057;font-size:13px;display:flex;align-items:center}.gallery-date i{color:#1b4f72;margin-right:8px}.no-results{padding:40px 20px;background:#f8f9fa;border-radius:15px;border:2px dashed #dee2e6}.no-results i{color:#6c757d;margin-bottom:20px}.no-results h4{color:#495057;margin-bottom:15px}.no-results p{color:#6c757d;margin-bottom:20px}@media (max-width:768px){.gallery-card{height:380px}.gallery-image{flex:0 0 220px}.gallery-image img{height:220px}}@media (max-width:576px){.gallery-card{height:360px}.gallery-image{flex:0 0 200px}.gallery-image img{height:200px}.gallery-content{padding:15px}.gallery-title a{font-size:16px}}