.brandselector{background-color:rgba(var(--color-background));display:flex;flex-wrap:wrap;height:min-content}@media screen and (max-width:989px){.brandselector{justify-content:center}}.brandselector .brand{display:flex;margin:10px 0}.brandselector .brand a{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:5px 10px;text-decoration:none}.brandselector .brand .logo{max-width:150px}.brandselector .brand .name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:rgb(var(--color-secondary-button-text));display:-webkit-box;font-size:calc(var(--font-heading-scale)*1.4rem);max-width:150px;overflow:hidden;text-align:center;text-decoration:underline;text-overflow:ellipsis;text-underline-position:under}@media screen and (max-width:500px){.brandselector .brand .logo{max-height:30px}.brandselector .brand{margin:5px}}