/**
 * 2008-2026 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2026 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
.pmv-product-seller-box {
  width: 100%;
}

.pmv-product-seller-box__card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  padding: 0.9rem 1rem;
}

.pmv-product-seller-box__header {
  font-size: 0.9rem;
  color: #374151;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.pmv-product-seller-box__shop-name {
  font-weight: 700;
  color: #0ea5e9;
  text-decoration: none;
  margin-left: 0.25rem;
}

.pmv-product-seller-box__shop-name:hover {
  color: #0284c7;
  text-decoration: underline;
}

.pmv-product-seller-box__shop-name--text {
  font-weight: 700;
  color: #111827;
  margin-left: 0.25rem;
}

.pmv-product-seller-box__body {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.pmv-product-seller-box__logo-wrap {
  flex: 0 0 64px;
}

.pmv-product-seller-box__logo {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
}

.pmv-product-seller-box__logo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 700;
  color: #6b7280;
  background: #f3f4f6;
  text-transform: uppercase;
}

.pmv-product-seller-box__meta {
  flex: 1 1 auto;
  min-width: 0;
}

.pmv-product-seller-box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.75rem;
}

.pmv-product-seller-box__stat {
  font-size: 0.78rem;
  line-height: 1.35;
  min-width: 0;
  display: flex;
  gap: 5px;
}

.pmv-product-seller-box__stat2 {
  font-size: 0.78rem;
  line-height: 1.35;
  min-width: 0;
}

.pmv-product-seller-box__stat-label {
  display: block;
  color: #6b7280;
  margin-bottom: 0.1rem;
}

.pmv-product-seller-box__stat-value {
  display: block;
  color: #111827;
  font-weight: 600;
  word-break: break-word;
}

.pmv-product-seller-box__stat--rating .pmv-product-seller-box__stat-value {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
  font-weight: 400;
}

.pmv-product-seller-box__stat--rating .pmv-rating-stars {
  display: inline-flex;
  gap: 0.05rem;
  line-height: 1;
  font-size: 18px;
}

.pmv-product-seller-box__stat--rating .pmv-rating-star {
  color: #d1d5db;
}

.pmv-product-seller-box__stat--rating .pmv-rating-star--on {
  color: #fbbf24;
}

.pmv-product-seller-box__rating-count {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}

.pmv-product-seller-box__description {
  margin-top: 0.65rem;
  line-height: 1.45;
}

.pmv-product-seller-box__footer {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
  text-align: center;
}

.pmv-product-seller-box__btn {
  min-width: 140px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .pmv-product-seller-box__body {
    flex-direction: column;
  }

  .pmv-product-seller-box__logo-wrap {
    flex-basis: auto;
  }

  .pmv-product-seller-box__grid {
    grid-template-columns: 1fr;
  }

  .pmv-product-seller-box__btn {
    width: 100%;
  }
}
