.footer-policy-links {
    border-top: 1px solid rgba(255,255,255,0.33);
    display: block;
    width: 100%;
    padding-top: 10px;
    ul {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	li{
	    line-height: 1;
	}
	li+li {
	    padding-left: 15px;
	    margin-left: 15px;
	    border-left: 1px solid rgba(255,255,255,0.33);
	}
    }
}

.footer-policy-links a {
    color: white;
    text-decoration: underline;
    &:hover {
	text-decoration: none;
    }
}



.rk-ai-facts {
    border: 2px solid;
    padding: 4px;
    max-width: 700px;
    margin: 2em auto;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;

    table {
	width: 100%;
	td {
	    padding: 6px;
	    vertical-align: top;
	}
	td.cell-updated {
	    text-align: right;
	}
    }
    
    
    tr.row-top th{
	font-size: 42px;
	font-weight: 900;
	padding: 4px;
	padding-bottom: 0;
    }

    tr.row-provider th {
	font-size: 18px;
	padding: 4px;
	border-bottom: 12px solid;
    }
    
     tr.row-header-share th,
     tr.row-header-how th {
	 font-size: 26px;
	 font-weight: 800;
         padding: 12px 4px 4px 4px;
	 border-top: 12px solid;
     }
     
     tr.row-header-how th,
     tr.row-subhead-share td {
	 border-bottom: 1px solid;
     }

     
     tr.row-listitem td {
	 padding-left: 1em;
	 line-height: 1.2em;
     }

     tr.row-subhead-share td {
	 font-weight: 700;
     }

     tr.row-header + tr.twocol td {
	 padding-top: 12px;
     }

 table th p {
    margin: 0;
}





tr.twocol td:nth-child(1) {
    width: 66%;
}
tr.threecol td:nth-child(1) {
}

tr.twocol td:nth-child(2) {
    text-align: center;
}

}

.ai-facts-additional {
    h3 {
	margin-top: 2em;
    }
    ul {
	padding-left: 3em;
    }
}
