/* blog_detail.css */
.content-section {
  max-height: 600px; /* Prevent overflow vertically */
  overflow-y: auto;  /* Enable scrolling when needed */
  overflow-x: hidden; /* Prevent horizontal overflow */
}

.compact-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  
  .card-img-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 100%;
    height: 100%;
  }
  
  .content-section, .sidebar-section {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .sidebar-section {
    background: #f8f9fa;
  }
  
  .card-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }
  
  .card {
    border: none;
  }
  
  
  .section-buttondetail {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
  }
  
  .section-text {
    font-size: 16px;
    color: #ffffff;
  }
  
  .scroll-to-comments {
    color: #ffffff;
    text-decoration: none;
  }
  .custom-blue-icon {
    color: #1E90FF; 
    border: none;
   
  }
 
  
  
  