/**handles:hron-infobox-public**/
.hron-infobox-container{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;max-width:1200px;margin:0 auto}.hron-infobox{width:180px;height:180px;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.hron-infobox:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.12)}.hron-infobox a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;padding:20px;box-sizing:border-box}.hron-infobox img{width:64px;height:64px;transition:transform .3s ease;object-fit:contain}.hron-infobox:hover img{transform:scale(1.2)}.hron-infobox p{margin-top:16px;font-family:Arial,sans-serif;font-size:18px;font-weight:600;color:#111}@media (max-width:767px){.hron-infobox-container{gap:16px}.hron-infobox{width:160px;height:160px}.hron-infobox img{width:48px;height:48px}.hron-infobox p{font-size:16px}}@media (max-width:480px){.hron-infobox{width:140px;height:140px}.hron-infobox img{width:40px;height:40px}.hron-infobox p{font-size:14px;margin-top:12px}}