/*
Theme Name: Tolo Child
Description: Activate this theme. It inherits everything from the "Tolo" parent theme; put any site-specific CSS below and PHP in functions.php, so the parent can be updated without losing changes.
Template: tolo
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: tolo-child
*/

/* Your CSS changes go here. They load after the parent theme's styles. */
.tolo-prow__track a{
	flex: 0 0 auto !important;
    width: 178px !important;
    scroll-snap-align: start !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid rgb(251, 172, 80) !important;
    border-radius: 18px !important;
    background: rgb(255, 255, 255)!important;
    overflow: hidden!important;
    color: inherit !important;
}
@media (min-width: 900px){
	.tolo-footer__col .tolo-footer__title button::after{
	display:none;
}
}