:root {
    --main-color: #507C5C;
    --accent-color: #7C506C;
}
.h2, h2 {
	color: #507C5C
}
.h3, h3{
	color: #7C506C;
}

.digital-pass-apple-success .alert-success {
	    color: #507C5C;
    background-color: #fff;
    border-color: #fff;
}
.digital-pass-apple-success h5 {
    color:#7C506C;
}

details > summary {
	color: var(--accent-color) !important; 
	font-size: 1.75rem !important; 
	margin-bottom : .5rem !important; 
	font-weight: 500 !important; 
	line-height: 1.2 !important; 
	margin-top: 0 !important;
}

.m-header .m-header__bottom {
	background: none !important;
}