.lunnar-stations .stations-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.25rem}@media(min-width: 768px){.lunnar-stations .stations-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.lunnar-stations .stations-grid{grid-template-columns:repeat(3, 1fr)}}.lunnar-stations .stations-grid .station-card{display:flex;flex-direction:column}.lunnar-stations .stations-grid .station-card .station-card--image-container .station-card--image-container--inner{position:relative;width:100%;height:0;padding-bottom:60%;border-radius:1rem;overflow:hidden;background-color:var(--color-grey-500)}.lunnar-stations .stations-grid .station-card .station-card--image-container .station-card--image-container--inner img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lunnar-stations .stations-grid .station-card .station-card--content{display:flex;flex-direction:column;gap:2rem;padding:2.5rem 1.5rem}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--content-title{display:flex;flex-direction:column;gap:.75rem}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--content-title h5{margin:0}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--content-title .station-card--address{color:var(--color-grey-700)}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--content-title .station-card--address p{margin:0}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container{display:flex;flex-wrap:wrap;row-gap:1rem}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container .station-card--type-container{display:flex;flex-direction:column;gap:.75rem;align-items:center;width:3.875rem}@media(min-width: 768px){.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container .station-card--type-container{width:5rem}}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container .station-card--type-container .station-card--type-image--container{width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container .station-card--type-container .station-card--type-image--container img,.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container .station-card--type-container .station-card--type-image--container svg{height:100%;width:auto;max-width:100%;max-height:100%}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container .station-card--type-container .station-card--type-name{font-size:.625rem}@media(min-width: 768px){.lunnar-stations .stations-grid .station-card .station-card--content .station-card--types-container .station-card--type-container .station-card--type-name{font-size:.75rem}}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--contacts{display:flex;flex-direction:column;gap:.25rem}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--contacts a{text-decoration:none}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--contacts a:hover{text-decoration:underline}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--opening-times{display:flex;flex-direction:column;gap:.25rem;color:var(--color-grey-700)}.lunnar-stations .stations-grid .station-card .station-card--content .station-card--opening-times .station-card--opening-times--row{display:flex;gap:2rem;justify-content:space-between;align-items:center}