/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.bottom-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;padding:16px;}.card{position:relative;width:240px;height:240px;overflow:hidden;border-radius:4px;background:#f5f5f5;}.card img{width:100%;height:100%;object-fit:cover;display:block;}.card .overlay{position:absolute;bottom:0;left:0;width:100%;background:#fff;padding:8px;box-sizing:border-box;text-align:center;font-weight:bold;font-size:14px;}
