:root[data-theme=blue] .locations .main-wrapper{background-color:var(--section-wrapper-background-color)}.location-link:hover{text-decoration:none}.locations{padding:0 20px;max-width:1100px;width:100%;margin:0 auto}.location-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px}.location-image{width:100%;height:180px;object-fit:cover;object-position:center;border-top-left-radius:12px;border-top-right-radius:12px;display:block;background-color:#f0f0f0}.location-card{height:100%;border:var(--card-border);padding:15px;flex:0 0 auto;display:flex;flex-direction:column;background-color:var(--card-background-color);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;scroll-snap-align:center;position:relative;z-index:1;overflow:hidden}.location-card:before{content:"";position:absolute;background:rgb(85 108 214/5%);width:240px;height:575px;z-index:-1;transform:rotate(26deg);right:-100px;top:10px;border-radius:35px}.hover_color_bubble{position:absolute;background:rgb(54 81 207/15%);width:100rem;height:100rem;left:0;right:0;z-index:-1;top:30rem;border-radius:50%;transform:rotate(-36deg);left:-18rem;transition:.7s}.location-card:hover .hover_color_bubble{top:0}.location-header{width:100%;display:flex;flex-direction:column;align-items:center;padding:1.2rem 1.2rem .5rem}.location-header h3{font-family:Lato;font-size:1.5rem;font-weight:900;margin-bottom:.5rem;color:var(--content-heading-color)}.location-description{font-size:.95rem;line-height:1.5;color:var(--text-color);text-align:left;margin-bottom:.5rem}.location-card:hover{background:var(--location-card-hover);color:#fff;z-index:9;transform:translateY(-5px)}.location-card:hover .location-header h3,.location-card:hover p{color:#fff}.location-card:hover:before{background:rgb(85 108 214/10%)}.location-card img{max-width:100%;border-radius:4px}