.f-l {
  float: left;
}
  
.f-r {
  float: right;
}

#sub_link{
  font-size: 20px;
 color:#7CB9E8;
}

#phy_link{
  font-size: 20px;
  margin-left: 50px;
  color:#7CB9E8;
 
}

.widget_recent_entries {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Spacing between recent posts */
}

.widget_recent_entries li {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between image and content */
    list-style: none;
}

.widget_recent_entries li img {
    width: 80px; /* Adjust image size */
    height: auto;
    border-radius: 5px; /* Optional: Rounded corners */
}

.widget_recent_entries li .recent-post-content {
    display: flex;
    flex-direction: column;
}

.widget_recent_entries li .recent-post-title {
    font-size: 16px;
    font-weight: bold;
}

.widget_recent_entries li .recent-post-excerpt {
    font-size: 14px;
    color: #666;
}
.truncate-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; /* Limit to 2 lines */
    line-height: 1.5; /* Adjust line-height as needed */
    max-height: 3em; /* Line-height multiplied by 2 to fit two lines */
    word-wrap: break-word;
}
.cke_notification_warning a.cke_notification_close { display:none;}
