#alert-container-single{
     margin: 18px 0 0 0;
}

.wp-block-group:not(.promo_wrap) ul.stops-list {
     height: auto;
     max-height: 0px;
     padding: 0 !important;
     overflow: hidden;
}

.wp-block-group:not(.promo_wrap) ul.stops-list.active {
     max-height: 10000vh;
}

.stops-list li {
     list-style: none;
}

#primary button.display-stops-button {
     color: #005aa8;
     height: auto;
     margin: 0;
     padding: 0;
     background-color: transparent;
     border: none;
}

#primary button.display-stops-button:hover {
     color: #69a52b;
     height: auto;
     margin: 0;
     padding: 0;
     background-color: transparent;
     border: none;
}

#alert-container-single .alert-periods,
#alert-container-single .alert-periods p{
     padding-bottom: 0 !important;
}

#alert-container-single .alert-periods p svg{
     display: inline-block;
     width: 20px;
     height: 20px;
     margin: 0 3px -5px 0;
}

#primary #alert-container-single button.route-heading{
     padding-left: 9px;
}

#primary #alert-container-single .route-heading:hover{
     border-bottom: 1px solid #000;
}

#alert-container-single div.alert-wrapper div.alert-group{
     padding: 0 9px !important;
}

#alert-container-single div.alert-wrapper:has(.alert-group:empty){
     display: none;
}