/* Sidebar widgets: Trending + Recent (image thumbnails) */
.ct-widget,
.nw-catblocks-widget {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 12px;
}
.ct-widget .widget-title,
.nw-catblocks-widget .widget-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
}
.ct-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ct-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.ct-thumb-wrap {
  flex: 0 0 120px;
  width: 120px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  background: #f6f6f6;
  display: block;
}
.ct-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ct-link {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
.ct-title {
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #222;
}
.ct-meta {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-left: auto;
  white-space: nowrap;
}
.no-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0, #fafafa);
}

.ct-title {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: #222;
}
.ct-title {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: #233d82;
  font-weight: 600;
}
.ct-thumb-wrap {
  flex: 0 0 100px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  background: #f6f6f6;
  display: block;
}

.ct-widget {
  margin-bottom: 20px;
  background: #fff;
  border: 0px solid #eee;
  border-radius: 0px;
  padding: 0px;
}
aside#secondary {
  margin-top: 1%;
  margin-bottom: 2%;
  padding-bottom: 5%;
}

#secondary .wp-block-search__button {
  border-radius: 10px;
  background: #223c81;
  font-weight: 600;
  font-family: "Lato";
  font-size: 16px;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 10px;
  font-family: "Lato";
}
body.single-post .single-layout {
  padding-bottom: 7%;
}
.blog-list-container-page .widget_nw_category_blocks_widget .ct-link {
  align-items: flex-start;
}
