#form-action-addToCart:disabled,
#form-action-addToCart[disabled] {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #8c8c8c !important;
  cursor: not-allowed !important;
  opacity: 1 !important; }

.tth-blog-page {
  color: #333; }

.tth-blog-page .tth-blog-intro .page-heading {
  text-align: left;
  margin-bottom: 14px; }

.tth-blog-intro p {
  max-width: 860px;
  margin: 0 0 22px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.6; }

.tth-blog-topics {
  margin: 0 0 32px;
  padding: 20px 22px;
  border-left: 4px solid #087137;
  background: #f5f5f5; }

.tth-blog-topics > strong {
  display: block;
  margin-bottom: 10px;
  color: #075a2d;
  font-size: 16px; }

.tth-blog-topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.tth-blog-topic-links a {
  padding: 8px 12px;
  border: 1px solid #cfd8d1;
  background: #fff;
  color: #075a2d;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none; }

.tth-blog-topic-links a:hover {
  background: #f1f7f2; }

.tth-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: start; }

.tth-blog-feed {
  min-width: 0; }

.tth-blog-section-title {
  margin: 0 0 8px;
  color: #075a2d;
  font-size: 24px;
  line-height: 1.2; }

.tth-blog-rule {
  width: 38px;
  height: 3px;
  margin: 0 0 18px;
  background: #087137; }

/* Preserve your theme's existing post-page component,
   while constraining its container to the new layout. */
.tth-blog-feed .blog-container {
  width: 100%;
  max-width: none;
  margin: 0; }

.tth-blog-feed .blog-container .blog {
  width: 100%;
  max-width: none;
  margin: 0 0 26px;
  padding: 0 0 26px;
  border-bottom: 1px solid #e1e1e1; }

.tth-blog-feed .blog-container .blog:last-child {
  margin-bottom: 20px; }

/* Common blog component classes */
.tth-blog-feed .blog-post-body {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left; }

.tth-blog-feed .blog-title {
  margin-top: 6px;
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.3; }

.tth-blog-feed .blog-title a {
  color: #333;
  text-decoration: none; }

.tth-blog-feed .blog-title a:hover {
  color: #087137; }

.tth-blog-feed .blog-date {
  margin-bottom: 8px;
  color: #777;
  font-size: 11px; }

.tth-blog-feed .blog-post {
  color: #555;
  line-height: 1.6; }

.tth-blog-feed .blog-post a {
  color: #087137; }

.tth-blog-feed .blog-post a:last-child {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

/* Hide social icons on blog listing page only */
.tth-blog-feed .socialLinks {
  display: none; }

/* =========================
   BLOG SIDEBAR
   ========================= */
.tth-blog-sidebox {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  background: #fafafa; }

.tth-blog-sidebox h3,
.tth-blog-quiz h3 {
  margin: 0 0 8px;
  color: #075a2d;
  font-size: 17px; }

.tth-blog-sidebox p,
.tth-blog-quiz p {
  margin: 0 0 12px;
  color: #555;
  font-size: 13px;
  line-height: 1.55; }

.tth-blog-text-link {
  color: #087137;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline; }

.tth-blog-side-links a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #e4e4e4;
  color: #444;
  font-size: 13px;
  text-decoration: none; }

.tth-blog-side-links a:last-child {
  border-bottom: 0; }

.tth-blog-side-links a:hover {
  color: #087137; }

/* =========================
   FIND YOUR TEA BOX
   ========================= */
.tth-blog-quiz {
  padding: 20px;
  border: 1px solid #b9d0bf;
  background: #f1f7f2; }

.tth-blog-button {
  display: inline-block;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #087137;
  border-radius: 2px;
  background: #087137;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }

.tth-blog-button:hover {
  background: #075a2d;
  color: #fff; }

/* =========================
   PAGINATION
   ========================= */
.tth-blog-page .pagination {
  margin-top: 6px; }

/* =========================
   TABLET
   ========================= */
@media (max-width: 820px) {
  .tth-blog-layout {
    grid-template-columns: 1fr; }
  .tth-blog-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px; }
  .tth-blog-sidebar > * {
    margin-bottom: 0; } }

/* =========================
   MOBILE
   ========================= */
@media (max-width: 520px) {
  .tth-blog-sidebar {
    grid-template-columns: 1fr; }
  .tth-blog-intro p {
    font-size: 15px; }
  .tth-blog-feed .blog-title {
    font-size: 20px; } }
