.lb-guide-shell .lb-btn,
.lb-post-archive__cta .lb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lb-guide-shell .lb-btn.primary,
.lb-post-archive__cta .lb-btn.primary {
  background: var(--btn);
  color: #fff;
}

.lb-guide-shell .lb-btn.primary:hover,
.lb-guide-shell .lb-btn.primary:focus,
.lb-post-archive__cta .lb-btn.primary:hover,
.lb-post-archive__cta .lb-btn.primary:focus {
  border-color: #25663d;
  background: #25663d;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(47, 122, 74, 0.22);
  transform: translateY(-1px);
}

.lb-guide-shell .lb-btn.secondary,
.lb-post-archive__cta .lb-btn.secondary {
  background: var(--btn2);
  color: #fff;
}

.lb-guide-shell .lb-btn.secondary:hover,
.lb-guide-shell .lb-btn.secondary:focus,
.lb-post-archive__cta .lb-btn.secondary:hover,
.lb-post-archive__cta .lb-btn.secondary:focus {
  border-color: #000;
  background: #000;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.lb-guide-shell .lb-btn.ghost,
.lb-post-archive__cta .lb-btn.ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--ink);
  box-shadow: none;
}

.lb-guide-shell .lb-btn.ghost:hover,
.lb-guide-shell .lb-btn.ghost:focus,
.lb-post-archive__cta .lb-btn.ghost:hover,
.lb-post-archive__cta .lb-btn.ghost:focus {
  background: #fff;
  border-color: rgba(176, 141, 44, 0.58);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(20, 23, 54, 0.07);
  transform: translateY(-1px);
}

.lb-guide-shell .lb-btn:active,
.lb-post-archive__cta .lb-btn:active {
  box-shadow: none;
  transform: translateY(0);
}

.lb-guide-shell .lb-btn:focus-visible,
.lb-post-archive__cta .lb-btn:focus-visible {
  outline: 3px solid rgba(177, 138, 77, 0.36);
  outline-offset: 3px;
}

.lb-guide-shell .lb-btn.ghost:focus-visible,
.lb-post-archive__cta .lb-btn.ghost:focus-visible {
  outline: 3px solid rgba(176, 141, 44, 0.24);
  outline-offset: 3px;
}

.lb-guide-shell .lb-btn.ghost:active,
.lb-post-archive__cta .lb-btn.ghost:active {
  background: #fff;
  border-color: rgba(176, 141, 44, 0.72);
  color: var(--ink);
  box-shadow: none;
  transform: translateY(0);
}
