/**
 * Copyright since 2007 Alejo A. Sotelo <alejosotelo.com.ar>
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Alejo A. Sotelo
 * Use, copy, modification or distribution of this source file without written
 * license agreement from Alejo A. Sotelo is strictly forbidden.
 * In order to obtain a license, please contact us: soporte@alejosotelo.com.ar
 *
 * @author    Alejo A. Sotelo <soporte@alejosotelo.com.ar>
 * @homepage  https://alejosotelo.com.ar
 * @copyright Copyright (c) since 2007 Alejo Sotelo
 * @license   Commercial License
 */
.samsm-donde-comprar {
  margin-top: 10px;
}
.samsm-donde-comprar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.samsm-donde-comprar-modal-title {
  font-size: 14px;
}

.samsm-store-logo {
  flex-shrink: 0;
}
.samsm-store-logo img {
  display: block;
  max-width: 72px;
  max-height: 48px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.samsm-store-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.samsm-plan-badge {
  font-size: 0.875rem;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.samsm-store-actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.samsm-whatsapp-btn {
  white-space: nowrap;
}

.samsm-store-link {
  white-space: nowrap;
}/*# sourceMappingURL=product.css.map */