/* shared-buttons — extracted from v1-category-18.html
   Source of truth — based on baseline file. */

.btn-sell { display: none; }

.btn-compare { padding: 10px 14px; background: var(--orange-dark); color: white; border: none; border-radius: 6px; font-size: 0.75rem; font-weight: 600; white-space: nowrap; }

.btn-compare-full {
    display: block; box-sizing: border-box; text-align: center;
    width: 100%; padding: 10px;
    background: var(--orange-dark); color: white;
    border: none; border-radius: 6px;
    font-size: 0.8125rem; font-weight: 600; min-height: 44px;
    line-height: 1.4; cursor: pointer;
  }

.btn-visit {
    display: block; box-sizing: border-box; text-align: center;
    width: 100%; padding: 9px 8px;
    background: white; color: var(--orange-dark);
    border: 1px solid var(--orange); border-radius: 6px;
    font-size: 0.8125rem; font-weight: 600; min-height: 44px;
    line-height: 1.4; cursor: pointer;
  }

.btn-open-stall { padding: 13px 24px; background: var(--green); color: white; border: none; border-radius: 6px; font-size: 0.875rem; font-weight: 700; min-height: 44px; flex: 1; }

.btn-seller-learn { padding: 13px 20px; background: white; color: var(--green); border: 1px solid var(--green); border-radius: 6px; font-size: 0.875rem; font-weight: 600; min-height: 44px; flex: 1; }
