/*
CTC Separate Stylesheet
Updated: 2026-07-07 20:07:34
*/
.wp-block-buttons .wp-block-button__link {
	color: #fff;
    background: var(--e-global-color-primary);
    text-decoration: none;
	border-radius: 4px;
}
.wp-block-buttons .wp-block-button__link:hover {
	color: #fff;
    background: var(--e-global-color-primary);
    text-decoration: none;
	opacity: 0.8;
}
.footer_link ul li:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background: #0CA4D6;
    left: 0;
    top: 11px;
}
.footer_link ul {
    padding: 0;
    list-style: none;
}
.footer_link ul li {
    padding-left: 34px;
    padding-bottom: 10px;
    position: relative;
}
.page-content a{
	color: var(--e-global-color-primary);
}