
.hormuz-grid{display:grid;gap:24px;margin:24px 0}
.hormuz-grid.columns-1{grid-template-columns:1fr}
.hormuz-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.hormuz-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hormuz-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.hormuz-card{background:#fff;border:1px solid #d8e1ec;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.06)}
.hormuz-thumb img{display:block;width:100%;height:auto}
.hormuz-content{padding:18px}
.hormuz-content h3{margin:0 0 10px;font-size:1.1rem;line-height:1.3}
.hormuz-content p{margin:0 0 14px;color:#334155;font-size:.96rem;line-height:1.6}
.hormuz-download{display:inline-block;background:#0f4c81;color:#fff;text-decoration:none;padding:10px 14px;border-radius:8px;font-weight:600}
.hormuz-download:hover{opacity:.9;color:#fff}
@media (max-width: 980px){.hormuz-grid.columns-3,.hormuz-grid.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.hormuz-grid.columns-2,.hormuz-grid.columns-3,.hormuz-grid.columns-4{grid-template-columns:1fr}}
