.featured-gyms-section .featured-gyms-container{display:flex;flex-direction:column;gap:var(--global-item-gap-lg)}.featured-gyms-section .article_card--description{display:none}.featured-gyms-section .featured-gyms__filter-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--global-grid-gap-md)}.featured-gyms-section .blog-filter{flex:1;margin-bottom:var(--content-content-gap-lg)}.featured-gyms-section .blog-filter ul{display:flex;flex-wrap:wrap;gap:var(--base-4xs);list-style:none;margin:0;padding:0}.featured-gyms-section .blog-filter li{display:flex}@media screen and (max-width:768px){.featured-gyms-section .blog-filter li{flex:1 0 auto}}.featured-gyms-section .blog-filter a{padding-top:.9em;padding-bottom:1em}.featured-gyms-section .blog-filter .filter__tag--active{background-color:var(--button-bg-secondary-hover,#000);color:var(--button-text-secondary-hover,#fff)}@media screen and (max-width:768px){.featured-gyms-section .blog-filter{overflow-x:auto;overflow-y:hidden;border-bottom:var(--universal-stroke-weight) solid var(--universal-border);padding-top:var(--base-2xs);padding-bottom:var(--base-2xs)}.featured-gyms-section .blog-filter ul{flex-wrap:nowrap}}.featured-gyms-section .featured-gyms__location-count{white-space:nowrap;flex-shrink:0;font-family:var(--global-body-md-font-family);font-size:var(--global-body-md-font-size);font-style:var(--global-body-md-font-style);font-weight:var(--global-body-md-font-weight);letter-spacing:var(--global-body-md-letter-spacing);line-height:var(--global-body-md-line-height);gap:var(--global-body-md-paragraph-spacing);text-transform:var(--global-body-md-text-transform)}@media screen and (max-width:768px){.featured-gyms-section .featured-gyms__location-count{display:none}}.featured-gyms-section .featured-gyms__mobile-feed{display:none}@media screen and (max-width:768px){.featured-gyms-section .featured-gyms__desktop-feed{display:none}.featured-gyms-section .featured-gyms__mobile-feed{display:block}}.featured-gyms-section .featured-gyms__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--global-grid-gap-md)}@media screen and (max-width:1300px){.featured-gyms-section .featured-gyms__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1279px){.featured-gyms-section .featured-gyms__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.featured-gyms-section .featured-gyms__grid{grid-template-columns:1fr}}.featured-gyms-section .featured-gyms__item{display:flex;aspect-ratio:421/506}.featured-gyms-section .featured-gyms__item>article{width:100%}.featured-gyms-section .article_card:has(:focus-visible){border-radius:var(--universal-border-rad-md)}.featured-gyms-section .article_card .article_card--image{border-radius:var(--universal-border-rad-md)}.featured-gyms-section .article_card .article_card--image:after{border-radius:var(--universal-border-rad-md)}.featured-gyms-section .article_card .article_card--image img{border-radius:var(--universal-border-rad-md)}.featured-gyms-section .pagination-wrapper{margin-top:var(--global-item-gap-md)}