/* GolferSwings — single review post template */

.post-featured { background: #000; border-radius: 8px; overflow: hidden; aspect-ratio: 1024 / 597; max-height: 460px; margin-top: 20px; }
.post-featured img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.post-hero { padding: 26px 0 4px; }
.post-hero .cat-links a { color: var(--green); font-weight: 600; font-size: .82rem; }
.post-hero .cat-links span { color: #98a29b; margin: 0 4px; }
.post-hero h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 600; margin: 12px 0 12px; letter-spacing: -.01em; }
.post-meta { font-size: .82rem; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.post-meta .avatar { width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; padding: 3px; flex: none; }
.post-meta .avatar img { width: 100%; height: 100%; object-fit: contain; }

.post-lede { font-size: 1.02rem; line-height: 1.75; color: #454b46; }
.post-body h2 { font-size: 1.3rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; margin: 2.2em 0 .8em; border-bottom: 2px solid var(--line); padding-bottom: 10px; }
.post-body h3 { font-size: 1.02rem; font-weight: 700; margin: 1.6em 0 .5em; color: var(--green-deep); }
.post-body p { line-height: 1.75; color: #454b46; }

/* Spec box */
.spec-box { border: 1px solid var(--line); border-radius: 12px; background: #fff; margin: 2em 0; padding: 28px; box-shadow: 0 1px 3px rgba(20,38,28,.05); }
.spec-box .row { align-items: center; }
.spec-box .spec-img-wrap { display: flex; align-items: center; justify-content: center; padding: 10px; }
.spec-box img { width: 100%; height: auto; object-fit: contain; display: block; }
.spec-box h4 { font-family: "Fraunces", "Poppins", serif; font-size: 1.7rem; font-weight: 600; color: var(--ink); margin-bottom: 16px; line-height: 1.2; }
.spec-box .chk-list { list-style: none; padding: 0; margin: 0 0 20px; font-size: .95rem; }
.spec-box .chk-list li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; }
.spec-box .chk-list li::before {
  content: "\2713"; flex: none; width: 18px; height: 18px; margin-top: 2px;
  border: 1.5px solid var(--green); border-radius: 50%; color: var(--green);
  font-size: 11px; font-weight: 700; line-height: 15px; text-align: center;
}
.btn-buy { display: inline-block; background: var(--green); color: #fff; font-weight: 600; font-size: .92rem; padding: 12px 28px; border-radius: 999px; letter-spacing: .02em; transition: background .15s ease; }
.btn-buy:hover { background: var(--green-deep); color: #fff; }

/* Pros / cons */
.proscons { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin: 1.6em 0; }
.proscons .pros, .proscons .cons { padding: 24px 26px; }
.proscons .pros { background: #eef8f0; }
.proscons .cons { background: #fdf1ef; }
.proscons h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; margin-bottom: 12px; }
.proscons .pros h4 { color: var(--green-deep); }
.proscons .cons h4 { color: #a13a2c; }
.proscons ul { list-style: none; padding: 0; margin: 0; font-size: .9rem; }
.proscons li { padding: 5px 0 5px 22px; position: relative; }
.proscons .pros li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.proscons .cons li::before { content: "✕"; position: absolute; left: 0; color: #a13a2c; font-weight: 700; }

/* Who should use it */
.fit-list { list-style: none; padding: 0; margin: 0 0 1.2em; }
.fit-list li { padding: 8px 0 8px 26px; position: relative; border-bottom: 1px solid var(--line); font-size: .92rem; }
.fit-list li::before { content: "›"; position: absolute; left: 0; color: var(--green); font-weight: 700; font-size: 1.1rem; }
.handicap-table { width: 100%; font-size: .9rem; border-collapse: collapse; margin-top: .5em; }
.handicap-table td { padding: 8px 10px; border-bottom: 1px solid var(--line); }
.handicap-table .yes { color: var(--green); font-weight: 700; }
.handicap-table .no { color: #a13a2c; font-weight: 700; }

/* Related posts */
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px) { .related-grid { grid-template-columns: repeat(4, 1fr); } }
.related-grid a { display: block; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: 6px; font-size: .85rem; font-weight: 600; color: var(--ink); }
.related-grid a:hover { border-color: var(--green); color: var(--green); }

.post-nav { display: flex; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; margin: 2em 0; font-size: .88rem; font-weight: 600; }

/* Rating metrics table */
.rating-table { width: 100%; border-collapse: collapse; margin: 1.6em 0; text-align: center; font-size: .92rem; border-radius: 10px; overflow: hidden; }
.rating-table thead tr { background: var(--ink); color: #fff; }
.rating-table th { padding: 12px; font-weight: 600; }
.rating-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); }
.rating-table td:first-child { text-align: left; font-weight: 700; color: var(--ink); }
.rating-table tr:hover td { background: var(--paper-shade, #f1efe7); }

/* WITB bag breakdown */
.bag-list { list-style: none; padding: 0; margin: 1.4em 0 2em; border-top: 1px solid var(--line); }
.bag-item { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.bag-item .cat { flex: 0 0 160px; font-weight: 700; color: var(--green-deep); font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.bag-item .desc { flex: 1; font-size: .95rem; color: #333; line-height: 1.6; }
.bag-item .desc small { display: block; color: var(--muted); font-size: .82rem; margin-top: 2px; }
@media (max-width: 575px) { .bag-item { flex-direction: column; gap: 4px; } .bag-item .cat { flex: none; } }

.source-note { border: 1px dashed var(--line); background: var(--paper-shade, #f1efe7); padding: 16px 18px; font-size: .85rem; color: var(--muted); margin: 1.6em 0; border-radius: 4px; }
.source-note strong { color: var(--ink); }

/* FAQ accordions */
.qa-item { border-bottom: 1px solid var(--line); padding: 14px 0; }
.qa-item summary { font-weight: 700; color: var(--ink); cursor: pointer; font-size: .96rem; }
.qa-item summary::marker { color: var(--green); }
.qa-item p { margin: 10px 0 0; color: #454b46; line-height: 1.65; }

/* Sidebar */
.widget { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px 24px; margin-bottom: 22px; box-shadow: 0 1px 3px rgba(20,38,28,.04); }
.widget h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; margin-bottom: 16px; border-bottom: 2px solid var(--green); padding-bottom: 10px; }
.widget-post { display: flex; gap: 10px; margin-bottom: 14px; }
.widget-post:last-child { margin-bottom: 0; }
.widget-post img { width: 54px; height: 54px; object-fit: cover; border-radius: 4px; flex: none; }
.widget-post a { font-size: .84rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.widget-post a:hover { color: var(--green); }
.widget-cat { display: flex; justify-content: space-between; font-size: .87rem; padding: 7px 0; border-bottom: 1px solid var(--line); }
.widget-cat a { color: var(--ink); }
.widget-cat a:hover { color: var(--green); }
.widget-cat span { color: var(--muted); }
.widget-disclosure { font-size: .82rem; color: var(--muted); line-height: 1.6; }
.widget-disclosure strong { color: var(--ink); }
