#latest-reported-numbers{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;color:#595959}
#latest-reported-numbers .home-latest-list{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}
#latest-reported-numbers .home-latest-list>li{display:block;min-width:0;position:relative;padding:16px 16px 16px 21px;border:1px solid #d9dee5;background:#fff;transition:background-color 120ms ease}
#latest-reported-numbers .home-latest-list>li:hover{background:#f7f7f7}
#latest-reported-numbers .home-latest-list>li:focus-within{outline:2px solid #105bbb;outline-offset:2px}
#latest-reported-numbers a:focus-visible{outline:2px solid #105bbb;outline-offset:3px;text-decoration:underline}
#latest-reported-numbers .home-report-number{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:0;margin-bottom:10px}
#latest-reported-numbers .home-report-number>a{font-size:23px;font-weight:700;line-height:1.3;color:#337ab7;overflow-wrap:normal;max-width:100%}
#latest-reported-numbers .home-report-number>a:hover{color:#285f8f;text-decoration:underline}
#latest-reported-numbers .home-country{width:auto;padding-left:0;white-space:nowrap;font-size:11px}
#latest-reported-numbers .home-report-labels{margin-bottom:0}
#latest-reported-numbers .home-rating-label{font-size:12px;font-weight:700;line-height:1.5;padding:4px 8px;border-radius:3px;color:#fff}
#latest-reported-numbers .home-rating-edge{position:absolute;left:-1px;top:-1px;bottom:-1px;width:6px;pointer-events:none}
#latest-reported-numbers .home-rating-label.danger,#latest-reported-numbers .home-rating-edge.danger{background:#b0202a}
#latest-reported-numbers .home-rating-label.harassing,#latest-reported-numbers .home-rating-edge.harassing{background:#c24f08}
#latest-reported-numbers .home-rating-label.unknown,#latest-reported-numbers .home-rating-edge.unknown{background:#5f6368}
#latest-reported-numbers .home-rating-label.neutral,#latest-reported-numbers .home-rating-edge.neutral{background:#255c9a}
#latest-reported-numbers .home-rating-label.safe,#latest-reported-numbers .home-rating-edge.safe{background:#277a48}
#latest-reported-numbers .home-report-summary>p{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.55;color:#595959;margin:10px 0 12px;overflow-wrap:anywhere}
#latest-reported-numbers .home-report-meta{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px 12px;font-size:12px;line-height:1.5}
#latest-reported-numbers .home-report-meta>*{white-space:nowrap}
@media(prefers-reduced-motion:reduce){#latest-reported-numbers .home-latest-list>li{transition:none}}
