.np-sidebar .widget {
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.np-sidebar .widget:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.np-sidebar .widget-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.np-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.np-sidebar .widget ul li {
  font-size: 12.5px;
  margin-bottom: 6px;
}

.np-sidebar .widget_recent_entries li,
.np-sidebar .widget_categories li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.np-sidebar .widget a,
.np-sidebar .widget ul li a {
  text-decoration: none;
  font-size: 12.5px;
  color: #555;
}

.np-sidebar .widget a:hover,
.np-sidebar .widget ul li a:hover {
  color: #e85d04;
}

/* Blended Bites typography cleanup */
h1 {
  letter-spacing: 0 !important;
  line-height: 1.1;
  margin-bottom: 32px;
}

h2 {
  letter-spacing: 0 !important;
  line-height: 1.2;
  margin-top: 48px;
  margin-bottom: 16px;
}

h3 {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  line-height: 1.25;
  margin-top: 24px;
  margin-bottom: 18px;
}

h4,
h5,
h6 {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  line-height: 1.3;
}

p {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  line-height: 1.65;
  margin-bottom: 18px;
}

.u-text,
.u-text-default,
.u-text-custom-color-1 {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
}

/* Hub Page Template - full width, no sidebar */
.hub-page-template {
  width: 100%;
}

.hub-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
}

.hub-page-template .sidebar,
.hub-page-template aside,
.hub-page-template .widget-area {
  display: none !important;
}

/* Unified Blog + Category Recipe Card Styling */

body.blog .u-list,
body.blog .u-blog,
body.category .u-list,
body.category .u-blog,
body.archive .u-list,
body.archive .u-blog {
  padding: 0 !important;
  margin: 0 !important;
}

/* Consistent grid spacing */
body.blog .u-repeater,
body.category .u-repeater,
body.archive .u-repeater {
  padding: 18px !important;
  margin: 0 !important;
  gap: 24px !important;
  grid-gap: 24px !important;
  box-sizing: border-box !important;
}

/* Card shell */
body.blog .u-repeater-item,
body.category .u-repeater-item,
body.archive .u-repeater-item,
body.blog .u-blog-post,
body.category .u-blog-post,
body.archive .u-blog-post {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  will-change: transform;
}

/* Hover movement */
body.blog .u-repeater-item:hover,
body.category .u-repeater-item:hover,
body.archive .u-repeater-item:hover,
body.blog .u-blog-post:hover,
body.category .u-blog-post:hover,
body.archive .u-blog-post:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.12) !important;
}

/* Inner card wrapper */
body.blog .u-container-layout,
body.category .u-container-layout,
body.archive .u-container-layout {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  height: 100% !important;
}

/* Images */
body.blog .u-repeater-item img,
body.category .u-repeater-item img,
body.archive .u-repeater-item img {
  width: 100%;
  display: block;
  border-radius: 14px 14px 0 0;
}

/* Card text area */
body.blog .u-post-details,
body.category .u-post-details,
body.archive .u-post-details,
body.blog .entry-content,
body.category .entry-content,
body.archive .entry-content,
body.blog .entry-summary,
body.category .entry-summary,
body.archive .entry-summary,
body.blog .u-post-content,
body.category .u-post-content,
body.archive .u-post-content {
  padding: 18px 18px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

/* Card headings */
body.blog .u-repeater-item h2,
body.blog .u-repeater-item h3,
body.blog .u-repeater-item h4,
body.category .u-repeater-item h2,
body.category .u-repeater-item h3,
body.category .u-repeater-item h4,
body.archive .u-repeater-item h2,
body.archive .u-repeater-item h3,
body.archive .u-repeater-item h4 {
  line-height: 1.2;
  margin-top: 18px;
  margin-bottom: 12px;
}

/* Card excerpt */
body.blog .u-repeater-item p,
body.category .u-repeater-item p,
body.archive .u-repeater-item p {
  line-height: 1.65;
  margin-bottom: 18px;
}

/* Read More button */
body.blog .u-btn,
body.category .u-btn,
body.archive .u-btn,
body.blog .read-more,
body.category .read-more,
body.archive .read-more,
body.blog .more-link,
body.category .more-link,
body.archive .more-link {
  margin-top: auto !important;
  margin-bottom: 18px !important;
  align-self: center !important;
}

/* Reduce excess outer spacing */
body.blog .u-section-1,
body.category .u-section-1,
body.archive .u-section-1 {
  padding-top: 24px !important;
  padding-bottom: 60px !important;
}

/* Mobile spacing */
@media (max-width: 767px) {
  body.blog .u-repeater,
  body.category .u-repeater,
  body.archive .u-repeater {
    padding: 14px !important;
    gap: 22px !important;
    grid-gap: 22px !important;
  }
}

/* Blog + Category card image zoom on hover */

/* Make sure image zoom stays clipped inside rounded card */
body.blog .u-repeater-item,
body.category .u-repeater-item,
body.archive .u-repeater-item {
  overflow: hidden !important;
}

/* Smooth image transition */
body.blog .u-repeater-item img,
body.category .u-repeater-item img,
body.archive .u-repeater-item img {
  transition: transform 0.35s ease !important;
  transform-origin: center center;
}

/* Image grows slightly when hovering the card */
body.blog .u-repeater-item:hover img,
body.category .u-repeater-item:hover img,
body.archive .u-repeater-item:hover img {
  transform: scale(1.05) !important;
}