/* Map15 — only the mobile cart slot and the home bill-promo action row.
   No checkout fields, prices, routes, homepage copy or desktop layout changes. */
@media (max-width: 900px) {
  .cm-header-inner .cm-mobile-cart {
    position: relative;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    color: var(--cm-muted, #777);
    text-decoration: none;
  }
  .cm-header-inner .cm-mobile-cart .cm-icon {
    width: 18px;
    height: 18px;
  }
  .cm-header-inner .cm-mobile-cart:hover {
    color: var(--cm-purple, #6050dc);
  }
  .cm-header-inner .cm-mobile-cart .cm-cart-dot {
    position: absolute;
    inset-inline-end: 0;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #eea333;
    box-shadow: 0 0 0 2px var(--cm-bg, #faf7f2);
    pointer-events: none;
  }
  .cm-main .cm-bill-promo .cm-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    max-width: none;
    margin-top: 22px !important;
  }
  .cm-main .cm-bill-promo .cm-buttons > .wp-block-button {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0 !important;
  }
  .cm-main .cm-bill-promo .cm-buttons .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    border-radius: 99px;
  }
  .cm-main .cm-bill-promo .cm-buttons .cm-icon {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }
}
@media (max-width: 400px) {
  .cm-header-inner .cm-mobile-cart { width: 32px; height: 32px; }
  .cm-main .cm-bill-promo .cm-buttons { gap: 8px; }
  .cm-main .cm-bill-promo .cm-buttons .wp-block-button__link {
    padding-inline: 10px;
    font-size: 12.5px;
    gap: 6px;
  }
  .cm-main .cm-bill-promo .cm-buttons .cm-icon { width: 16px; height: 16px; flex-basis: 16px; }
}
@media (max-width: 359px) {
  .cm-main .cm-bill-promo .cm-buttons { gap: 6px; }
  .cm-main .cm-bill-promo .cm-buttons .wp-block-button__link {
    padding-inline: 8px;
    font-size: 11px;
    gap: 5px;
  }
  .cm-main .cm-bill-promo .cm-buttons .cm-icon { width: 14px; height: 14px; flex-basis: 14px; }
}
