/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2025 | 12:46:44 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.cbxchangelog_wrapper * {
    font-family: Inter, sans-serif !important;
}

#cbxchangelog_metabox #cbxchangelog_wrapper .cbxchangelog_release .feature
{
	display: flex;
}

#cbxchangelog_metabox #cbxchangelog_wrapper .cbxchangelog_release .feature input
{
	flex: 1;
}

.cbxchangelog_release .cbxchangelog_log-label
{
	font-weight: 700;
}


.cbxchangelog_release .cbxchangelog_feature p
{
	align-self: center;
	color: #fff !important;
}

.cbxchangelog_release .cbxchangelog_release_inner p {
    color: #fff !important;
}
.cbxchangelog_note .cbxchangelog_date .cbxchangelog_note p {
    color: #fff !important;
}

.cbxchangelog_date small {
    color: #fff !important;
}