[data-component-type="cta"] > [data-loading-text="Loading....."] .btn-text  {
    display:none;
}

[data-component-type="cta"] > [data-loading-text="Loading....."]:before {
    content: attr(data-loading-text);
}

.text-color-link{
	color: var(--text-color-link) !important;
}

@media screen and (min-width:992px){
    .modal#waam-speedbump {
    	overflow:hidden !important;
    }
}


@media screen and (max-width:992px){ 
	/*QUICK FIX FOR EXPANDED TAB COMPONENT ON MOBILE*/
    button._mtb-tab-open + .mtb-tab-content {
        height: unset !important;
    }
}