@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.4s;
   
}

.popular-news{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    padding-left: 20px;
}

body {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
   
}

a {text-decoration: none;}
.appheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    box-shadow: -1px 4px 9px 1px rgb(0 0 0 / 17%);
}

.headertext {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
     position: sticky;
}

.headertext h1 {
    font-size: 34px;
    font-weight: 600;
    margin: 0;
    line-height: 29px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.headertext span {
    font-size: 12px;
}


.heading1 {font-size: 20px; font-weight: 600;}
.boxheading1 {font-size: 18px; font-weight: 600;}
.boxheading2 {font-size: 16px; font-weight: 600;}
.mainnewssection {padding: 0px;}
.boxbordered {border: solid 1px #ccc;}
.crissue {padding: 15px;}
.crissue ul {
    padding: 10px 0px 0px 90px;
    display: flex;
    flex-direction: column; margin: 0;
  }
  .crissue ul li {
    padding: 2px 0;
  }
  .crissue ul li a {
    color: #666;
  }
  .crissue2 {padding: 20px 30px 0px 30px;}
.crissue2 article a {display: flex; flex-direction: column; text-align: center; color: #666;}
.mainnews {display: flex; flex-direction: column;}
.crissue2 article a {max-width: 100%;}
.newsflash {display: flex; flex-direction: column; margin-top: 10px;}
.newsflash .ngttl {display: block; padding: 4px 15px; border-left: 4px solid #ccc;}
.newsflash small {padding-left: 20px;}


@media (max-width:768px){
    .headertext h1 {
        font-size: 16px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .headertext span {
        font-size: 9px;
        line-height: 6px;

    }

   
    
}