/* Single / archive reading layout */
body.pickboard.single .site-content,
body.pickboard.archive .site-content,
body.pickboard.category .site-content {
  padding: 1.5rem clamp(1rem, 4vw, 2rem) 3rem;
}

/* GP separate-containers 좌우 마진 차이로 본문/댓글 폭이 어긋나지 않게 */
body.pickboard.separate-containers .site-main > article,
body.pickboard.separate-containers .site-main > .comments-area,
body.pickboard.separate-containers .inside-article,
body.pickboard.separate-containers .comments-area {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.pickboard:not(.pickboard-home) .inside-article,
body.pickboard .comments-area {
  width: 100%;
  max-width: var(--pb-read-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: calc(var(--pb-radius) + 4px);
  box-shadow: 0 8px 28px rgba(12, 26, 23, 0.05);
}

body.pickboard:not(.pickboard-home) .inside-article {
  margin-top: 0;
  margin-bottom: 0;
}

body.pickboard .comments-area {
  margin-top: 1.25rem !important;
  margin-bottom: 0;
}

body.pickboard .entry-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--pb-line);
}

body.pickboard .entry-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
}

body.pickboard .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  padding: 0;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--pb-ink-soft);
  line-height: 1.2;
}

body.pickboard .entry-meta > span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 !important;
  padding: 0;
}

body.pickboard .entry-meta .gp-icon {
  display: none !important;
}

body.pickboard .entry-meta .posted-on,
body.pickboard .entry-meta .posted-on time {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--pb-paper-2);
  color: var(--pb-ink-soft);
  text-decoration: none !important;
  white-space: nowrap;
}

body.pickboard .entry-meta .posted-on a {
  color: inherit !important;
  text-decoration: none !important;
}

body.pickboard .entry-meta .cat-links a {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 107, 92, 0.1);
  color: var(--pb-mint-deep) !important;
  text-decoration: none !important;
  font-weight: 700;
}

body.pickboard .entry-meta .cat-links a:hover {
  background: rgba(15, 107, 92, 0.18);
  color: var(--pb-mint) !important;
}

body.pickboard .entry-meta .tags-links,
body.pickboard .entry-meta .comments-link {
  display: none !important;
}

/* Footer meta: 태그 나열 대신 여백만 유지하거나 숨김 */
body.pickboard footer.entry-meta,
body.pickboard .entry-meta.footer-entry-meta {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pb-line);
}

body.pickboard footer.entry-meta:empty,
body.pickboard .entry-meta.footer-entry-meta:empty {
  display: none;
}

body.pickboard .entry-content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--pb-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.pickboard .entry-content img,
body.pickboard .entry-content video,
body.pickboard .entry-content iframe,
body.pickboard .entry-content figure {
  max-width: 100%;
  height: auto;
}

body.pickboard .entry-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.pickboard .entry-content pre {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.pickboard .entry-content > *:first-child {
  margin-top: 0;
}

/* Disclaimer */
body.pickboard .pb-disclaimer {
  margin: 0 0 1.25rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: var(--pb-paper-2);
  border-left: 3px solid var(--pb-mint);
  font-size: 0.9rem;
  color: var(--pb-ink-soft);
}

body.pickboard .pb-disclaimer strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pb-mint-deep);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

body.pickboard .pb-disclaimer p {
  margin: 0;
  line-height: 1.55;
}

body.pickboard .pb-lead {
  margin: 0 0 1.75rem;
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.55;
  color: var(--pb-ink);
}

/* Overview */
body.pickboard .pb-overview,
body.pickboard .pb-checklist,
body.pickboard .pb-related,
body.pickboard .pb-product {
  margin: 0 0 1.5rem;
}

body.pickboard .pb-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.pickboard .pb-related a {
  color: var(--pb-ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.pickboard .entry-content h2,
body.pickboard .pb-overview h2,
body.pickboard .pb-checklist h2,
body.pickboard .pb-related h2,
body.pickboard .pb-product h2 {
  margin: 0 0 0.85rem;
  padding: 0 0 0.45rem;
  border-bottom: 2px solid var(--pb-mint);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--pb-ink);
}

body.pickboard .pb-overview__list,
body.pickboard .pb-checklist ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: pb;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

body.pickboard .pb-overview__list li,
body.pickboard .pb-checklist ol li {
  position: relative;
  counter-increment: pb;
  padding: 0.85rem 0.95rem 0.85rem 3rem;
  background: var(--pb-paper);
  border: 1px solid var(--pb-line);
  border-radius: 12px;
  line-height: 1.5;
}

body.pickboard .pb-overview__list li::before,
body.pickboard .pb-checklist ol li::before {
  content: counter(pb);
  position: absolute;
  left: 0.75rem;
  top: 0.85rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: var(--pb-mint);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Product card */
body.pickboard .pb-product {
  padding: 1.15rem 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
  box-shadow: 0 2px 10px rgba(12, 26, 23, 0.04);
}

body.pickboard .pb-product__grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem 1.15rem;
  align-items: start;
}

body.pickboard .pb-product__media {
  display: block;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--pb-paper);
  border: 1px solid var(--pb-line);
  aspect-ratio: 1 / 1;
  text-decoration: none !important;
}

body.pickboard .pb-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

body.pickboard .pb-product__body {
  min-width: 0;
}

body.pickboard .pb-product h2 {
  border-bottom-color: rgba(15, 107, 92, 0.35);
}

@media (max-width: 640px) {
  body.pickboard .pb-product__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.pickboard .pb-product__media {
    max-width: 160px;
    margin-inline: auto;
  }

  body.pickboard .inside-article,
  body.pickboard .comments-area {
    padding: 1rem 0.95rem;
    border-radius: 12px;
  }

  body.pickboard .entry-title {
    font-size: 1.35rem;
  }

  body.pickboard .entry-content {
    font-size: 1rem;
  }

  body.pickboard .pb-cta a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

body.pickboard .pb-hook {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: baseline;
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(232, 93, 4, 0.1), rgba(15, 107, 92, 0.08));
  font-weight: 650;
  line-height: 1.45;
}

body.pickboard .pb-label {
  flex: 0 0 auto;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--pb-ember);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.pickboard .pb-block {
  margin: 0 0 0.9rem;
}

body.pickboard .pb-block h3 {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--pb-mint-deep);
  letter-spacing: -0.01em;
}

body.pickboard .pb-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

body.pickboard .pb-block ul li {
  position: relative;
  padding-left: 1.1rem;
  line-height: 1.5;
}

body.pickboard .pb-block--points ul li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--pb-mint);
}

body.pickboard .pb-block--for ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pb-ember);
  font-weight: 800;
  font-size: 0.85rem;
}

body.pickboard .pb-verdict {
  display: grid;
  gap: 0.5rem;
  margin: 0.75rem 0 1rem;
}

@media (min-width: 640px) {
  body.pickboard .pb-verdict {
    grid-template-columns: 1fr 1fr;
  }
}

body.pickboard .pb-pro,
body.pickboard .pb-con {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
}

body.pickboard .pb-pro {
  background: rgba(15, 107, 92, 0.08);
  border: 1px solid rgba(15, 107, 92, 0.18);
}

body.pickboard .pb-con {
  background: rgba(232, 93, 4, 0.08);
  border: 1px solid rgba(232, 93, 4, 0.18);
}

body.pickboard .pb-pro span,
body.pickboard .pb-con span {
  display: inline-block;
  margin-right: 0.45rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
}

body.pickboard .pb-pro span {
  background: var(--pb-mint);
}

body.pickboard .pb-con span {
  background: var(--pb-ember);
}

body.pickboard .pb-cta {
  margin: 0.65rem 0 0;
}

@keyframes pb-cta-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(232, 93, 4, 0.45),
      0 6px 18px rgba(232, 93, 4, 0.35);
    filter: brightness(1);
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(232, 93, 4, 0),
      0 8px 24px rgba(255, 138, 61, 0.45);
    filter: brightness(1.08);
  }
}

body.pickboard .pb-cta a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 0.65rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #ff7a2f 0%, #e85d04 48%, #c44a00 100%);
  color: #fff !important;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, border-color 0.18s ease;
  animation: pb-cta-glow 2.6s ease-in-out infinite;
}

body.pickboard .pb-cta a::after {
  content: "→";
  font-weight: 800;
  font-size: 1.1em;
  line-height: 1;
  opacity: 0.95;
}

body.pickboard .pb-cta a:hover,
body.pickboard .pb-cta a:focus-visible {
  background: linear-gradient(135deg, #ff944d 0%, #ff7a2f 45%, #e85d04 100%);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
  filter: brightness(1.06);
  box-shadow:
    0 0 0 3px rgba(232, 93, 4, 0.28),
    0 10px 28px rgba(232, 93, 4, 0.4);
  animation: none;
  transform: none;
}

body.pickboard .pb-cta a:focus-visible {
  outline: 2px solid #ffb280;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  body.pickboard .pb-cta a {
    animation: none;
    box-shadow: 0 6px 18px rgba(232, 93, 4, 0.35);
  }
}

body.pickboard .pb-checklist {
  padding: 1.1rem 1.15rem 1.2rem;
  border-radius: var(--pb-radius);
  background: #fff;
  border: 1px solid var(--pb-line);
}

/* Category archive list */
body.pickboard.archive .entry-summary,
body.pickboard.category .inside-article {
  max-width: var(--pb-read-width);
}

/* Comments form internals */
body.pickboard .comments-area #comments {
  margin: 0;
}

body.pickboard .comments-title,
body.pickboard .comment-reply-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--pb-ink);
}

body.pickboard .comment-reply-title small {
  font-size: 0.85rem;
  font-weight: 600;
}

body.pickboard .comment-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

body.pickboard .comment-list .comment {
  margin: 0 0 0.85rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--pb-line);
  border-radius: 12px;
  background: var(--pb-paper);
}

body.pickboard .comment-author {
  font-weight: 700;
}

body.pickboard .comment-meta {
  font-size: 0.82rem;
  color: var(--pb-ink-soft);
  margin-bottom: 0.45rem;
}

body.pickboard .comment-content p:last-child {
  margin-bottom: 0;
}

body.pickboard .comment-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0;
}

body.pickboard .comment-form p {
  margin: 0;
}

body.pickboard .comment-form-comment,
body.pickboard .comment-form-cookies-consent,
body.pickboard .form-submit {
  grid-column: 1 / -1;
}

body.pickboard .comment-form label:not(.screen-reader-text) {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--pb-ink-soft);
}

body.pickboard .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.86rem;
  color: var(--pb-ink-soft);
  line-height: 1.45;
}

body.pickboard .comment-form-cookies-consent input {
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

body.pickboard .comment-form textarea,
body.pickboard .comment-form input[type="text"],
body.pickboard .comment-form input[type="email"],
body.pickboard .comment-form input[type="url"] {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--pb-line);
  border-radius: 10px;
  background: #fff;
  color: var(--pb-ink);
  font-family: var(--pb-font);
  font-size: 0.95rem;
  line-height: 1.4;
  box-shadow: none;
}

body.pickboard .comment-form textarea {
  min-height: 120px;
  resize: vertical;
}

body.pickboard .comment-form textarea:focus,
body.pickboard .comment-form input[type="text"]:focus,
body.pickboard .comment-form input[type="email"]:focus,
body.pickboard .comment-form input[type="url"]:focus {
  outline: none;
  border-color: rgba(15, 107, 92, 0.45);
  box-shadow: 0 0 0 3px rgba(15, 107, 92, 0.12);
}

/* GP가 author/email/url을 p 없이 나란히 두는 경우 대응 */
body.pickboard .comment-form > input[type="text"],
body.pickboard .comment-form > input[type="email"],
body.pickboard .comment-form > input[type="url"] {
  width: 100%;
}

@media (min-width: 640px) {
  body.pickboard .comment-form {
    grid-template-columns: 1fr 1fr;
  }

  body.pickboard .comment-form-url,
  body.pickboard .comment-form > input[name="url"] {
    grid-column: 1 / -1;
  }
}

body.pickboard .comment-form .form-submit {
  margin-top: 0.15rem;
}

body.pickboard .comment-form input[type="submit"],
body.pickboard .comment-form .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.6rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: var(--pb-mint);
  color: #fff !important;
  font-family: var(--pb-font);
  font-size: 0.95rem;
  font-weight: 750;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

body.pickboard .comment-form input[type="submit"]:hover,
body.pickboard .comment-form .submit:hover {
  background: var(--pb-mint-deep);
  transform: translateY(-1px);
}

body.pickboard .no-comments {
  margin: 0;
  color: var(--pb-ink-soft);
  font-size: 0.95rem;
}

/* Search results */
body.pickboard.search .site-content {
  padding: 1.5rem clamp(1rem, 4vw, 2rem) 3rem;
}

body.pickboard.search .content-area {
  max-width: var(--pb-max);
  width: 100%;
  margin-inline: auto;
}

.pb-search-page {
  display: grid;
  gap: 1.5rem;
}

.pb-search-page__head {
  display: grid;
  gap: 0.75rem;
}

.pb-search-page__title {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pb-search-page__meta {
  margin: 0;
  color: var(--pb-ink-soft);
  font-size: 0.95rem;
}

.pb-search-page__meta strong {
  color: var(--pb-ink);
}

.pb-search--page {
  max-width: 36rem;
}

.pb-search--page .pb-search__field {
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid var(--pb-line);
  background: #fff;
  box-shadow: 0 4px 16px rgba(12, 26, 23, 0.04);
}

.pb-search--page .pb-search__input {
  border: 0;
  box-shadow: none;
}

.pb-search--page .pb-search__input:focus {
  box-shadow: none;
}

body.pickboard.search .navigation.pagination {
  margin-top: 1.25rem;
}

body.pickboard.search .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}

body.pickboard.search .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--pb-line);
  background: #fff;
  color: var(--pb-ink-soft) !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 700;
}

body.pickboard.search .page-numbers.current {
  background: var(--pb-mint);
  border-color: var(--pb-mint);
  color: #fff !important;
}

body.pickboard.search .page-numbers:hover {
  border-color: rgba(15, 107, 92, 0.35);
  color: var(--pb-mint-deep) !important;
}

@media (max-width: 640px) {
  body.pickboard.search .site-content {
    padding: 1.1rem 0.95rem 2.5rem;
  }

  .pb-search-page {
    gap: 1.15rem;
  }

  .pb-search--page {
    max-width: none;
  }

  .pb-search-page__title {
    font-size: 1.4rem;
  }
}
