#blog-list{margin-bottom:80px}#blog-list .agenda-content{align-items:stretch;display:flex;flex-wrap:wrap;gap:40px;justify-content:start;margin:0 auto;max-width:1260px}#blog-list .agenda-content .agenda-card{background:var(--gs-white);border-radius:var(--gs-corner);box-shadow:var(--gs-shadow);box-sizing:border-box;margin-bottom:0;min-height:450px;overflow:hidden;position:relative;width:calc(33.33333% - 26.66667px)}#blog-list .agenda-card-image{background-position:50%;background-size:cover;border-bottom-right-radius:100px;height:200px;position:relative}#blog-list .agenda-card-content-box{padding:30px 30px 90px}#blog-list .agenda-card-image .agenda-date{align-items:center;background:var(--gs-orange);border-bottom-left-radius:var(--gs-corner-small);border-bottom-right-radius:var(--gs-corner-small);color:var(--gs-white);display:flex;left:30px;padding:10px;position:absolute;top:0}#blog-list .agenda-card-image .agenda-date.blue{background:var(--gs-blue)}#blog-list .agenda-card-image .agenda-date.orange{background:var(--gs-orange)}#blog-list .agenda-card-image .agenda-date.green{background:var(--gs-antracite)}#blog-list .agenda-card-image .agenda-date-blue{background:var(--gs-blue)}#blog-list .agenda-card-image .agenda-day{font-size:60px;line-height:60px;margin:0 10px 0 0}#blog-list .agenda-loc-container{bottom:30px;left:30px;margin-bottom:0;position:absolute;right:30px}#blog-list .agenda-loc-container .agenda-location{margin-bottom:15px}.filters-container #blog-list{margin-bottom:50px}@media screen and (min-width:0px) and (max-width:767px){#blog-list .agenda-content{gap:20px}#blog-list .agenda-content .agenda-card{margin:0 auto;width:90%}}.filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:0 auto 3.5rem;max-width:1240px;position:relative;z-index:2}.filter-btn{background:var(--gs-lightorange-hover);border:1px solid #ddd;border-radius:999px;color:var(--gs-orange);cursor:pointer;font-family:RobotoBo;font-size:1rem;font-weight:400;padding:1rem 2rem}.filter-btn.is-active{background:var(--gs-orange);border-color:var(--gs-orange);color:#fff}.tag-list{display:flex;flex-wrap:wrap;gap:.4rem;margin:.5rem 0 1rem}.tag-pill{background:#f2f2f2;border-radius:999px;font-size:.8rem;padding:.2rem .6rem}.blog-pagination{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:40px auto 0}.blog-page-link{background:var(--gs-lightorange-hover);border:1px solid #ddd;border-radius:999px;color:var(--gs-orange);cursor:pointer;font-family:RobotoBo;font-size:.95rem;padding:.7rem 1.4rem;text-decoration:none}.blog-page-link.is-active{background:var(--gs-orange);border-color:var(--gs-orange);color:#fff}.blog-page-link.next,.blog-page-link.prev{font-weight:400}.agenda-card-content h3{font-size:1.3rem}