/* ANR section responsive styles */
  .anr { line-height: 1.6; 
  text-align: justify;}
  .anr :is(p, li) { font-size: clamp(0.95rem, 1.6vw, 1.05rem); }
  .anr h3 {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    margin: 0.6rem 0 0.4rem;
    font-weight: 700;
  }
  .anr .sub { font-size: clamp(1rem, 1.4vw, 0.95rem); }
  .anr .small { font-size: clamp(0.92rem, 1.4vw, 1rem); }
  .anr .blue { color: #0057ff; font-weight: 700; }
  .anr .red { color: #ff0000; font-weight: 700; }
  .anr a { color: inherit; font-weight: 700; text-decoration: underline; }
  .anr ul, .anr ol { margin: 0.4rem 0 0.8rem 1.2rem; padding: 0; }
  .anr li { margin: 0.25rem 0; }
.anr .links a {
  display: inline-block;
  font-size: 1rem;   /* good for web/desktop */
  line-height: 1.4;
}

@media (max-width: 600px) {
  .anr .links a {
    font-size: 1.4rem;  /* larger only on mobile */
  }
}



  .anr p { margin: 0.5rem 0; text-align: justify; hyphens: auto; }
  
#blink { 
	font-size: 18px; 
	font-weight: bold; 
	font-family: sans-serif;
	color: red;
} 

a, a:link, a:active, a:visited{
    color: #000000;
    text-decoration: none;
}
a:hover {
	color:red;
	text-decoration: underline;
	font-size: 100%;
	/* font-weight: 500; */
}
ol > li::marker {
  font-weight: bold;
}