	body {
		margin: 0;
		padding: 0;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		line-height: 1.6;
    }

	img {
		width: 100%;
		height: auto;		
		max-height: 160px;
		object-fit: cover;
	}

    div {
		margin: 0px 0; /* Top and bottom spacing */		
	}  
	
	
/* --------------------- MAIN HEADER NAVIGATION [ START ] ---------------------  */

  header {
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      border-bottom: 1px solid #ccc;
    }

    .wrap {
      margin: 0 40px;
    }

    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
    }

    .logo {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      margin-left: 40px;
    }
        
    .logo > a {
		text-decoration: none;
    	color: black;
    }

    .logo > a:hover {
		text-decoration: none;
    	color: #6A6C6E;
    }


    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      margin-right: 40px;
    }

    .menu-toggle div {
      width: 25px;
      height: 3px;
      background: #6A6C6E;
      margin: 4px 0;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .menu {
      display: flex;
      gap: 40px;
      font-family: 'Playfair Display', serif;
      font-size: 16px;
      color: #6A6C6E;

    }

    .menu > li {
      position: relative;
      list-style: none;
    }

    .menu > li:hover > ul {
      display: block;
    }

    .menu > li > a {
      color: #6A6C6E;
      text-decoration: none;
    }

    .menu > li > a:hover {
      color: black;
    }



 .login_out_container {
      display: flex;
      align-items: center;
      gap: 20px;
      border-left: 1px solid #ccc;
      padding-left: 20px;
      margin-right: 40px;
      
    }

    .login_out_container a {
      cursor: pointer;
      color: #6A6C6E;
      font-size: 18px;
      text-decoration: none;
      font-family: 'Playfair Display', serif;
      font-size: 16px;
    }

    .login_out_container a:hover {
      color: black;
    }


    .icon-container {
      display: flex;
      align-items: center;
      gap: 20px;
      border-left: 1px solid #ccc;
      padding-left: 20px;
      margin-right: 40px;
    }

    .icon-container i {
      cursor: pointer;
      color: #6A6C6E;
      font-size: 18px;
    }

    .icon-container i:hover {
      color: black;
    }

/*
    .search-bar {
      display: none;
      position: absolute;
      top: 100%;
      right: 40px;
      background: white;
      border: 1px solid #ccc;
      padding: 5px;
    }

*/

/* --------------------- MAIN HEADER NAVIGATION [ END ] ---------------------  */


/* --------------------- GRID SETTINGS [ START ] ---------------------  */

    .grid_container {
      position: relative;
      top: 100px;
      display: grid;
      grid-template-areas: "side_menu content_display";
      grid-template-columns: 2fr 10fr;
      gap: 16px;
      padding: 16px;
    }

	.side_menu {
		font-family: 'Playfair Display', serif;
		font-size: 16px;
		color: #6A6C6E;
		padding: 0px;
		max-width: 350px;
		width: 100%;		
		border-right-style: dotted;
		border-width: 0px 1px 0px 0px;
    }

    .menu_side > li {
      position: relative;
      list-style: none;
    }

    .menu_side > li:hover > ul {
      display: block;
    }

    .menu_side > li > a {
      color: #6A6C6E;
      text-decoration: none;
    }

    .menu_side > li > a:hover {
      color: black;
    }

    .content_display {
		grid-area: content_display;
		max-width: 900px;
		height: 180px;
		
		
		height: auto;
			
		border: 1px dotted black;
		text-decoration: none;
		display: flex;
		overflow: hidden;
		
		/*
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		*/
    }


/*
	.content_display:hover {
		transform: scale(1.02);    
		box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    }
*/

    .image_box {
      flex: 3;
      border: 0px solid red;
		padding: 10px;
		box-sizing: border-box;
		}

    .image_box img {
      width: 100%;
      height: auto;

    }


/*
    .text_box {
      flex: 4;
      height: auto;
      padding: 4px;
      box-sizing: border-box;
      font-size: 14px;
      color: black;
      text-align: left;
      font-family: 'Playfair Display', serif;
    }
*/


    .text_box {
      flex: 4;
      padding: 4px;
      box-sizing: border-box;
      font-size: 14px;
      color: black;
      text-align: left;
    }

    .text_box p {
      margin: 0 0 8px 0; /* uniform spacing between all paragraphs */
    }

    .extra_content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    .extra_content.show {
      max-height: 300px; /* enough to reveal content */
      
       max-height: 550px; /* enough to reveal content */
      
      
      
    }

    .toggle-button {
      background: none;
      border: none;
      color: blue;
      cursor: pointer;

      text-decoration: none;
      font-family: 'Playfair Display', serif;
      
			
		font-weight: thin;
		font-size: 18px;
		font-style: italic;
		color:#6C93DA;
		text-align: right;
		padding-right: 20px;
	}
  

	.info_box {
		flex: 2;
		border: 1px dotted black;
		background: #D7D8DA;
		/*
		background: #E8E8E9;
		*/
		padding: 4px;
		box-sizing: border-box;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		gap: 6px;  /* added */  
		
		max-height: 220px;
		        
    }

    .info_item {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: black;
      line-height: 1.2;
      font-weight: bold;
    }

    .info_item i {
      font-size: 16px;
      margin-right: 6px;
    }

    .info_item .bold {
      font-weight: bold;
    }


	.info_icon {    /* added */
		color: #6C93DA;
		font-size: 32px;     
		 margin-right: 6px;
		margin-left: 6px;
    }


    .info_date {
      font-weight: bold;
      font-size: 18px;
    }

	.story_title {	
		font-family: 'Playfair Display', serif;			
		font-weight: thin;
		font-size: 36px;
		line-height: 50px;
		font-style: normal;
		color:#000000;
	}

	.color_red {
		color:#C90084;
	}

	.text_title {	
		font-family: 'Playfair Display', serif;			
		font-weight: thin;
		font-size: 26px;
		
		line-height: 28px;
		
		
		
		font-style: normal;
		color:#6C93DA;
	}

/*
	.more_info {	
		font-family: 'Playfair Display', serif;			
		font-weight: thin;
		font-size: 18px;
		font-style: italic;
		color:#6C93DA;
		text-align: right;
		padding-right: 20px;
	}
*/  





/* --------------------- MONTH YEAR CONTAINER [ START ] ---------------------  */

    .line-container {   
		position: relative;
      top: 100px;
      display: flex;
      align-items: center;
      width: 94%;
      padding: 0 20px;
    }

    .line {
      height: 1px;
      background-color: black;
      flex: 1;
    }

    .text_month_year {
      padding: 0 10px;
      white-space: nowrap;
      font-size: 24px;
      font-weight: bold;
    }



/* --------------------- MONTH YEAR CONTAINER [ END ] ---------------------  */



    
/* --------------------- GRID MEDIA SETTINGS [ START ] ---------------------  */

    @media (max-width: 800px) {
    
		.line-container {   
			position: relative;
			top: 150px;
			grid-template-columns: 1fr;
			padding: 20 20px;
			}
      
		.grid_container {
			grid-template-areas: 
			"side_menu"
			"content_display";
			grid-template-columns: 1fr;
			}
		
		.side_menu {
			padding-top: 40px;
			border-width: 0px 0px 0px 0px;	
			}

		.content_display {
			flex-direction: column;
			height: auto;
			} 
		
		
		.menu {
        	display: none;
        	flex-direction: column;
        	background: white;
        	position: absolute;
        	top: 100px;
        	left: 0;
        	width: 100%;
        	padding: 10px;         
        	align-items: center;
        	line-height:0px;            
      		}
      
      .menu-toggle {
        display: flex;
      	}		          
    }