/** Blog, article, search, taxonomy, and country archive layouts. */
.single-post .site-main,
.blog .site-main,
.archive .site-main,
.search .site-main { min-width: 0; }

.dzh-blog-index,
.dzh-blog-archive,
.dzh-taxonomy-page,
.dzh-search-page,
.dzh-article-page { padding-block: 20px 64px; }

/* Article reading column */
.dzh-article-page .layout-sidebar { align-items: start; }
.dzh-article-page .single-post-wrapper {
  min-width: 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--dzh-border);
  border-radius: var(--radius-panel);
  background: #fff;
  box-shadow: var(--shadow-small);
}
.single-post .post-header { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--dzh-border); }
.single-post .post-title { margin: 10px 0; }
.single-post .post-meta { display: flex; flex-wrap: wrap; gap: 6px 10px; color: var(--dzh-muted); font-size: 13px; }
.single-post .post-featured-image { overflow: hidden; margin-bottom: 26px; border-radius: var(--radius-card); }
.single-post .post-featured-image img { display: block; width: 100%; height: auto; }
.single-post .entry-content { max-width: 820px; margin-inline: auto; font-size: var(--dealzenohub-article-font-size, 17px); line-height: var(--dealzenohub-article-line-height, 1.8); }
.single-post .entry-content > :first-child { margin-top: 0; }
.single-post .entry-content > :last-child { margin-bottom: 0; }
.single-post .entry-content p,
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .entry-content blockquote,
.single-post .entry-content figure,
.single-post .entry-content table,
.single-post .entry-content pre,
.single-post .entry-content hr { margin-block: 0 1.4em; }
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 { margin: 1.8em 0 .65em; line-height: 1.3; }
.single-post .entry-content ul,
.single-post .entry-content ol {
  display: block;
  padding-inline-start: 1.6em;
}
.single-post .entry-content ul { list-style: disc outside; }
.single-post .entry-content ol { list-style: decimal outside; }
.single-post .entry-content li { display: list-item; margin-block: .35em; }
.single-post .entry-content li::marker { color: var(--dzh-blue); font-weight: 800; }
.single-post .entry-content li > ul,
.single-post .entry-content li > ol { margin: .45em 0 0; }
.single-post .entry-content ul ul { list-style-type: circle; }
.single-post .entry-content ul ul ul { list-style-type: square; }
.single-post .entry-content ol ol { list-style-type: lower-alpha; }
.single-post .entry-content a:not(.wp-element-button) { color: var(--dzh-blue-dark); text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .16em; }
.single-post .entry-content blockquote {
  padding: 16px 20px;
  border-inline-start: 4px solid var(--dzh-blue);
  border-radius: var(--radius-control);
  background: var(--dzh-blue-soft);
  color: var(--dzh-ink);
}
.single-post .entry-content blockquote > :last-child { margin-bottom: 0; }
.single-post .entry-content hr,
.single-post .entry-content .wp-block-separator { height: 0; border: 0; border-top: 1px solid var(--dzh-border); }
.single-post .entry-content code,
.single-post .entry-content kbd { padding: .12em .35em; border-radius: 5px; background: #eef2f7; font-size: .9em; }
.single-post .entry-content pre { padding: 18px; border-radius: var(--radius-control); background: #101828; color: #f8fafc; line-height: 1.6; }
.single-post .entry-content pre code { padding: 0; background: transparent; color: inherit; }
.single-post .entry-content img { max-width: 100%; height: auto; border-radius: var(--radius-card); }
.single-post .entry-content figure { max-width: 100%; }
.single-post .entry-content figcaption { margin-top: 8px; color: var(--dzh-muted); font-size: 13px; line-height: 1.5; text-align: center; }
.single-post .entry-content table { width: 100%; max-width: 100%; border-collapse: collapse; }
.single-post .entry-content .dzh-table-scroll { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.single-post .entry-content .dzh-table-scroll:focus-visible { outline: 3px solid rgba(26,115,232,.28); outline-offset: 3px; }
.single-post .entry-content .dzh-table-scroll--wide table { min-width: 580px; }
.single-post .entry-content th,
.single-post .entry-content td { padding: 10px 12px; border: 1px solid var(--dzh-border); text-align: start; vertical-align: top; }
.single-post .entry-content th { background: #f8fafc; color: var(--dzh-ink); font-weight: 800; }
.single-post .entry-content pre { max-width: 100%; overflow-x: auto; }
.single-post .post-tags,
.single-post .post-share,
.single-post .author-box,
.single-post .related-posts { max-width: 820px; margin-inline: auto; }
.single-post .related-posts { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--dzh-border); }

/* Comments remain inside the article reading column without widening it. */
.single-post .comments-area {
  width: 100%;
  max-width: 820px;
  min-width: 0;
  margin: 34px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--dzh-border);
  box-sizing: border-box;
}

.single-post .comments-area *,
.single-post .comments-area *::before,
.single-post .comments-area *::after { box-sizing: border-box; }

.single-post .comments-title,
.single-post .comment-reply-title { margin: 0 0 16px; font-size: clamp(21px, 3vw, 27px); }
.single-post .comment-list,
.single-post .comment-list .children {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .comment-list { display: grid; gap: 14px; }
.single-post .comment-list .children {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding-inline-start: clamp(12px, 3vw, 28px);
}
.single-post .comment-list .comment,
.single-post .comment-list .pingback,
.single-post .comment-list .trackback,
.single-post .comment-body,
.single-post .comment-content,
.single-post .comment-meta,
.single-post .comment-author { min-width: 0; max-width: 100%; }
.single-post .comment-body {
  padding: 16px;
  border: 1px solid var(--dzh-border);
  border-radius: var(--radius-card);
  background: #fff;
  overflow-wrap: anywhere;
}
.single-post .comment-meta { margin-bottom: 10px; color: var(--dzh-muted); font-size: 13px; line-height: 1.45; }
.single-post .comment-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--dzh-ink);
}
.single-post .comment-author .avatar {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
}
.single-post .comment-author .fn { min-width: 0; overflow-wrap: anywhere; }
.single-post .comment-metadata { margin-top: 5px; }
.single-post .comment-metadata a { color: var(--dzh-muted); text-decoration: none; }
.single-post .comment-content { color: var(--dzh-text); line-height: 1.7; }
.single-post .comment-content > :first-child { margin-top: 0; }
.single-post .comment-content > :last-child { margin-bottom: 0; }
.single-post .comment-content img,
.single-post .comment-content iframe,
.single-post .comment-content video,
.single-post .comment-content table { max-width: 100%; }
.single-post .comment-content pre,
.single-post .comment-content table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.single-post .comment-content a { overflow-wrap: anywhere; word-break: break-word; }
.single-post .comment-body .reply { margin-top: 10px; }
.single-post .comment-reply-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--dzh-border);
  border-radius: 8px;
  color: var(--dzh-blue-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.single-post .comment-navigation { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-block: 18px; }
.single-post .comment-navigation > div { min-width: 0; }
.single-post .comment-respond {
  width: 100%;
  min-width: 0;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--dzh-border);
  border-radius: var(--radius-card);
  background: #f8fafc;
}
.single-post .dzh-comment-form,
.single-post .comment-form { display: grid; min-width: 0; gap: 14px; margin: 0; }
.single-post .comment-form > p { min-width: 0; max-width: 100%; margin: 0; }
.single-post .comment-form label { display: block; margin-bottom: 6px; color: var(--dzh-ink); font-size: 13px; font-weight: 800; }
.single-post .comment-form input[type="text"],
.single-post .comment-form input[type="email"],
.single-post .comment-form input[type="url"],
.single-post .comment-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--dzh-border-strong);
  border-radius: var(--radius-control);
  background: #fff;
  color: var(--dzh-text);
}
.single-post .comment-form textarea { min-height: 150px; resize: vertical; }
.single-post .comment-form input:focus,
.single-post .comment-form textarea:focus { border-color: var(--dzh-blue); outline: 3px solid rgba(45, 91, 255, .14); outline-offset: 1px; }
.single-post .comment-form-cookies-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}
.single-post .comment-form-cookies-consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.single-post .comment-form-cookies-consent label { margin: 0; font-weight: 600; line-height: 1.5; }
.single-post .form-submit { justify-self: start; }
.single-post .dzh-comment-submit,
.single-post .comment-form .submit {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--dzh-blue);
  border-radius: var(--radius-control);
  background: var(--dzh-blue);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}
.single-post .logged-in-as,
.single-post .comment-notes,
.single-post .must-log-in { color: var(--dzh-muted); overflow-wrap: anywhere; }
.single-post .no-comments { margin-top: 16px; color: var(--dzh-muted); }

/* Blog/archive page structure */
.dzh-blog-index .couponis-page-hero,
.dzh-blog-archive .couponis-page-hero,
.dzh-taxonomy-page .archive-header,
.dzh-search-page .archive-header {
  color: var(--dzh-text);
  border: 1px solid var(--dzh-border);
  background: #fff;
  background-image: none;
  box-shadow: var(--shadow-small);
}
.dzh-taxonomy-page .archive-header h1,
.dzh-taxonomy-page .archive-header p,
.dzh-search-page .archive-header h1,
.dzh-search-page .archive-header p { color: inherit; }

.dzh-taxonomy-page .archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border: 1px solid var(--dzh-border);
  border-radius: var(--radius-control);
  background: #fff;
}
.archive-count-text { margin: 0; color: var(--dzh-muted); font-size: 13px; font-weight: 700; }

.dzh-category-landing-section,
.dzh-country-archive__stores,
.dzh-country-archive__categories,
.dzh-country-archive__offers,
.dzh-country-archive__related {
  min-width: 0;
  margin-top: 26px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--dzh-border);
  border-radius: var(--radius-panel);
  background: #fff;
  box-shadow: var(--shadow-small);
}
.dzh-category-landing-section .section-heading-row,
.dzh-country-archive .section-heading-row { margin-bottom: 16px; }
.dzh-category-faq .faq-list { display: grid; gap: 10px; }
.dzh-category-faq .faq-item { overflow: hidden; border: 1px solid var(--dzh-border); border-radius: var(--radius-control); background: #fff; }
.dzh-category-faq .faq-question { width: 100%; min-height: 48px; padding: 12px 14px; border: 0; background: transparent; color: var(--dzh-ink); font-weight: 800; text-align: start; }
.dzh-category-faq .faq-answer { padding: 0 14px 14px; color: var(--dzh-muted); }

.dzh-search-page .search-refine-card { max-width: 720px; }
.dzh-search-page .layout-sidebar,
.dzh-taxonomy-page .layout-sidebar { margin-top: 20px; }
.dzh-search-page .sidebar,
.dzh-taxonomy-page .sidebar,
.dzh-article-page .sidebar { min-width: 0; }
.dzh-search-page .sidebar-widget,
.dzh-taxonomy-page .sidebar-widget,
.dzh-article-page .sidebar-widget { border: 1px solid var(--dzh-border); border-radius: var(--radius-card); background: #fff; box-shadow: var(--shadow-small); }

.category-list { display: grid; gap: 8px; }
.category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  color: var(--dzh-text);
  text-decoration: none;
}
.category-list .count { flex: 0 0 auto; color: var(--dzh-muted); font-size: 12px; }
.category-list--inline { display: flex; flex-wrap: wrap; gap: 8px; }
.category-list--inline a { padding: 8px 11px; border: 1px solid var(--dzh-border); border-radius: 999px; background: #fff; }

/* Country pages use the same hierarchy without changing country data. */
.dzh-country-archive__hero {
  color: var(--dzh-text);
  background: #fff;
  background-image: none;
  border-color: var(--dzh-border);
  box-shadow: var(--shadow-small);
}
.dzh-country-archive__hero h1,
.dzh-country-archive__hero > p { color: inherit; }
