.ovumia-footer{background:var(--color-turquoise-darkest);color:var(--color-white);min-height:100px;margin-top:2rem;padding:2rem 2.5rem 1.5rem}.footer-content{text-align:center;margin:0 auto}.footer-logo-and-cities{flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;display:flex}.footer-logo{letter-spacing:.02em;margin-bottom:.5rem;font-family:BellotaTextBold,Arial,sans-serif;display:block}.footer-logo-img{vertical-align:middle;width:auto;height:2.2em;display:inline-block}.footer-cities{font-family:PlusJakartaSansBold,Arial,sans-serif;font-size:.9rem;display:block}.footer-links{--textlink-underline-width:1px;flex-flow:wrap;justify-content:flex-start;gap:.5rem;margin-top:1.5rem;margin-bottom:.5rem;display:flex}.footer-link-icon{vertical-align:middle;width:1.1em;height:1.1em}.footer-links a{align-items:center;margin-right:1rem;font-size:.9rem;text-decoration:none;display:inline-flex}@media (min-width:600px){.footer-content{text-align:left;flex-direction:row;justify-content:space-between;align-items:flex-end;display:flex}.footer-logo-and-cities{flex-direction:row;align-items:center;gap:1.2rem;margin-bottom:0}.footer-cities{margin-bottom:0;margin-left:.7rem}.footer-links{margin-top:0}}
.toastbar{background:var(--color-pink-darkest);width:100%;color:var(--color-white);text-align:center;z-index:50;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;overscroll-behavior:contain;opacity:0;border-radius:0;padding:1rem 1.25rem;transition:transform .2s,opacity .2s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -2px 12px #00000026}.toastbar--success{background:var(--color-turquoise-dark)}.toastbar--error{background:var(--color-pink-darkest)}.toastbar--enter{opacity:1;transform:translateY(0)}.toastbar--exit{opacity:0;transform:translateY(100%)}
.filterbar-outer{background:0 0;flex-direction:column;width:100vw;min-height:120px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-top:2.5rem;padding-bottom:3rem;display:flex}.filterbar-inner{flex-direction:column;align-items:stretch;width:100%;max-width:1540px;margin:0 auto;padding-left:2rem;padding-right:2rem;display:flex}.filterbar-title{color:var(--color-white);margin-bottom:1rem;font-family:BellotaTextBold,Arial,sans-serif;font-size:2rem;font-weight:700}.filterbar{background:0 0;border-radius:0;flex-direction:column;justify-content:space-around;align-items:stretch;gap:1.5rem;width:100%;display:flex}.filterbar-dropdown{background:var(--color-white);color:#222;min-width:240px;box-shadow:none;appearance:none;border-radius:12px;outline:none;margin:0;padding:1.2rem 2.5rem 1.2rem 1.5rem;font-family:PlusJakartaSansRegular,Arial,sans-serif;font-size:1.25rem;font-weight:400;transition:border-color .3s;position:relative}.filterbar-dropdown:focus{border-color:var(--color-turquoise-dark)}@media (max-width:750px){.filterbar{align-items:center}.filterbar-dropdown{width:100%;font-size:1.1rem}.filterbar-title{text-align:center}}@media (min-width:750px){.filterbar{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%}.filterbar-outer{min-height:14rem}}
