.mobile-local-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-local-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.mobile-local-header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #111827;
}

.mobile-local-more {
  flex: 0 0 auto;
  border: 1px solid #2563eb;
  border-radius: 8px;
  padding: 6px 10px;
  color: #2563eb;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.mobile-local-more.is-button {
  appearance: none;
}

.mobile-local-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mobile-local-product-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: inherit;
  background: #fff;
  text-decoration: none;
}

.mobile-local-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8fafc;
}

.mobile-local-product-card .info {
  padding: 8px 10px 10px;
}

.mobile-local-product-card .title {
  min-height: 36px;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mobile-local-product-card .stock {
  margin-top: 6px;
  color: #0b4fd6;
  font-size: 12px;
  font-weight: 600;
}

.mobile-local-empty {
  grid-column: 1 / -1;
  padding: 18px 0;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}

.mobile-office-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-office-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.mobile-office-country {
  margin-bottom: 5px;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.mobile-office-address {
  color: #4b5563;
  font-size: 12px;
  line-height: 1.45;
  word-break: break-word;
}
