/**
 * Omnibus module for prestashop - free version of addon
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA.PL VATEU: PL9730945634
 * @copyright 2010-2026 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER https://mypresta.eu
 * support@mypresta.eu
 */

.omnibus-box {
  display: block;
  margin-top: 6px;
  font-size: 0.875rem;
  color: #555;
}

.omnibus-box .omnibus-label {
  margin-right: 4px;
}

.omnibus-box .omnibus-price {
  font-weight: 700;
}

.omni-hook-position-marker {
  display: block;
  margin: 6px 0;
  padding: 8px 10px;
  border: 2px dotted #1f2937;
  background: #f59e0b;
  color: #111827;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
}

.omni-hook-position-marker__label {
  display: inline-block;
  margin-right: 6px;
  opacity: 0.8;
}
