/* --- Sidebar fix + Sidebar Thumbnail fix integrated --- */

/* Sidebar container */
#sidebar {
  background: #f5f5f5 !important;
  padding: 15px !important;
  box-sizing: border-box !important;
}

/* Sidebar widgets */
#sidebar .widget {
  margin: 20px 0 !important;
  background: #ffffff !important;
  padding: 10px !important;
  border-radius: 4px;
}

/* Widget titles */
.widget-title {
  background: #f7f7f7 !important;
  padding: 8px 10px !important;
  border-left: 4px solid #333 !important;
  font-weight: bold !important;
}

/* Main container black-band removal */
#container,
#main,
#main-inner {
  background: #ffffff !important;
  border: none !important;
}

/* --- Sidebar Thumbnail FULL fix --- */
#sidebar img,
#sidebar .widget-entry-card-thumb img,
#sidebar .new-entry-card-thumb img,
#sidebar .popular-entry-thumb img,
#sidebar .related-entry-thumb img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  background-color: #fff !important;
  display: block !important;
}
