/* mc-icons */

.legal-section-content .mc-icons::before,
.legal-section-content .mc-icons::after
{
	font-family: var(--legal-font-icons);
	font-style: normal;
}

/* mc-icons-sports */

.legal-section-content .mc-icons-sports::before,
.legal-section-content .mc-icons-sports::after
{
	font-family: var(--legal-font-icons-sport);
	font-style: normal;
}

/* .legal-section-content .icon-position-after
{
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
    align-items: center;
} */

/* .legal-section-content .icon-position-after:not( table .icon-position-after[style*="text-align: right;"] ):not( table .icon-position-after[style*="text-align: center;"] ) {
	justify-content: flex-end;
} */
.legal-section-content .icon-position-after:not( table .icon-position-after )
{
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
    align-items: center;
}


/* .legal-section-content .mc-icons-country:not( li ):not( li a ):before,
.legal-section-content .mc-icons-payment:not( li ):not( li a )::before,
.legal-section-content .mc-icons-sports:not( li ):not( li a )::before {
    margin-right: 0.5rem;
} */

/* mc-icons-country */

.legal-section-content .mc-icons-country::before
{
    content: "";
    display: inline-block;
    background-size: contain;
}

.legal-section-content .mc-icons-country:not( table .mc-icons-country )::before
{
    width: 1.5rem;
    height: 1.5rem;
}

/* mc-icons-payment */

.legal-section-content .mc-icons-payment::before
{
	content: "";
    display: inline-block;
    width: 2.125rem;
    height: 1.5rem;
    background-size: contain;
}