.stockora-quote-basket {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 52px;
  padding: 6px 8px;
  color: #333;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.stockora-quote-basket i { font-size: 22px; color: #444; }
.stockora-quote-basket .mg-cart-count {
  position: absolute;
  top: 2px;
  right: 6px;
  min-width: 16px;
  height: 16px;
  border-radius: 99px;
  background: #d51b13;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.stockora-theme .mg-quote .mg-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.stockora-theme .mg-quote .mg-aside { position: sticky; top: var(--header-sticky-height, 120px); }
.stockora-theme .mg-quote .mg-usps { margin: 0 0 18px; padding: 0; list-style: none; }
.stockora-theme .mg-quote .mg-usps li { display: flex; gap: 8px; margin: 6px 0; color: #444; }
.stockora-theme .mg-quote .mg-usps i { color: #2f9e44; }
.stockora-theme .mg-quote-note { color: #6f6f6f; font-size: 13px; }
.stockora-theme .mg-quote-toggle { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 12px; border: 1px solid #e4e4e4; }
.stockora-theme .mg-quote-toggle label { margin: 0; padding: 10px; text-align: center; cursor: pointer; }
.stockora-theme .mg-quote-toggle .is-on { background: #d51b13; color: #fff; }
.stockora-theme .mg-quote-toggle input { position: absolute; opacity: 0; }
.stockora-theme .mg-quote fieldset.mg-card { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; padding: 18px; border: 1px solid #e4e4e4; }
.stockora-theme .mg-quote legend { font-weight: 800; float: none; width: auto; }
.stockora-theme .mg-quote .mg-inline { display: flex; gap: 16px; flex-wrap: wrap; }
.stockora-theme .mg-quote .mg-check { display: flex; gap: 8px; align-items: center; }
.stockora-theme #mg-quote-added .mg-check {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2f9e44;
  color: #fff;
}
.stockora-theme .mg-quote .mg-kicker { color: #d51b13; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; font-size: 12px; }
.stockora-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d51b13;
  color: #d51b13;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.stockora-quote-btn:hover { background: #d51b13; color: #fff; }
.stockora-actions { grid-template-columns: 1fr auto 42px; }
.stockora-actions .stockora-quote-btn { min-width: 42px; padding: 0 10px; font-size: 0; }
.stockora-actions .stockora-quote-btn i { font-size: 16px; }
@media (max-width: 767px) {
  .stockora-theme .mg-quote .mg-grid { grid-template-columns: 1fr; }
  .stockora-theme .mg-quote .mg-aside { position: static; }
  .stockora-quote-basket-label { display: none; }
}
