.bcd140526_post_feed li.item {
    display: block;
    clear: both;
    height: auto;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px dotted #BBB;
}
.bcd140526_post_feed ul {
    margin: 0;
    height: auto;
    padding: 0;
}
.bcd140526_post_feed li.item.item-0 {
    margin: 0;
    padding: 0;
    height: auto;
    border: none;
}
.bcd140526_post_feed li.item h3.title {
    display: block;
    height: auto;
    margin: 0 0 5px 0;
}
.bcd140526_post_feed li.item div.meta {
    font-size: 11px;
    height: auto;
    color: #999;
    margin: 0 0 5px 0;
}
.bcd140526_post_feed li.item div.meta .meta-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 1em 0 0;
    height: auto;
}
.bcd140526_post_feed li.item p.snippet {
    line-height: 1.5em;
    margin: 0;
    height: auto;
}
.bcd140526_post_feed.list a.thumbnail {
    margin: 0 7px 7px 0;
    float: left;
    display: block;
    line-height: 1;
    height: auto;
    /*
    width: 48px;
    height: 48px;
    */
    overflow: hidden;
    position: relative;
}
.bcd140526_post_feed.list a.thumbnail img {
    width: auto;
    height: auto;
}
.bcd140526_post_feed li.item a.cate {
    display: block;
    margin: 0 0 5px 0;
    height: auto;
}
div.bcd140526_post_feed.column a.thumbnail {
    display: block;
    width: 100%;
    line-height: 1;
    margin: 0 0 5px 0;
    height: auto;
}
div.bcd140526_post_feed.column a.thumbnail img {
    width: 100%;
    height: auto;
}
.toggle-button {
  cursor: pointer;
  background-color: orange;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

#Label1 .widget-content {
  display: none;
}

#Label1 .widget-content.visible {
  display: block;
}

.lazy {
  visibility: hidden;
}

.lazy.loaded {
  visibility: visible;
}

div.widget {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

div.widget:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

div.widget h2 {
  font-size: 20px;
  font-weight: bold;
  color: orange;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: capitalize;
}

div.widget a {
  color: orange;
  text-decoration: none;
}

div.widget a:hover {
  text-decoration: underline;
}

div.widget ul {
  list-style: disc inside;
  margin-left: 10px;
}

div.widget ul li {
  margin-bottom: 8px;
}

#BlogArchive1 .widget-content {
  display: none;
}

#BlogArchive1 .widget-content.visible {
  display: block;
}

