/* Phase 15: shop contact info, shown as its own dark session between the
   article content and the share buttons - matching the homepage's
   dark map-teaser section for a consistent "signature" look. */

.shop-info-section {
  background: linear-gradient(135deg, var(--color-charcoal) 0%, #3a2f27 100%);
  padding: 36px 0;
  margin: 32px 0;
}

.shop-info-section__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.shop-info-section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--color-white);
  margin-bottom: 18px;
}

.shop-info {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-info__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-body);
  border: 1px solid var(--color-light-gray);
  cursor: pointer;
  color: var(--color-charcoal);
  background: var(--color-white);
  text-decoration: none;
}

.shop-info__btn:hover {
  background: var(--color-off-white);
}

.shop-info__btn svg {
  flex-shrink: 0;
}

.shop-info__btn--phone,
.shop-info__btn--map {
  background: var(--color-korat-orange);
  border-color: var(--color-korat-orange);
  color: var(--color-white);
}

.shop-info__btn--phone:hover,
.shop-info__btn--map:hover {
  background: var(--color-korat-orange-dark);
  border-color: var(--color-korat-orange-dark);
}

.shop-info__btn--facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: var(--color-white);
}

.shop-info__btn--facebook:hover {
  background: #145dbf;
}

.shop-info__btn--line {
  background: #06c755;
  border-color: #06c755;
  color: var(--color-white);
}

.shop-info__btn--line:hover {
  background: #059f45;
}

.shop-info__btn--tiktok {
  background: #14171a;
  border-color: #14171a;
  color: var(--color-white);
}

.shop-info__btn--tiktok:hover {
  background: #000000;
}

.shop-info__btn--twitter {
  background: #14171a;
  border-color: #14171a;
  color: var(--color-white);
}

.shop-info__btn--twitter:hover {
  background: #000000;
}

.shop-info__btn--copy {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--color-white);
}

.shop-info__btn--copy:hover {
  background: rgba(255, 255, 255, 0.22);
}

.shop-info-section__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  max-width: 420px;
  margin: 24px auto;
}
