/* src/components/promotions/src/components/promotions/styles.module.css */
@layer ddsweb-organisms {
  @layer ddsweb-one-tile {
    @layer ddsweb-promotions {
      @media (width >= 756px) {
        .b74ac0_AgCE_W_promotionsContainer {
          grid-template-areas: "image title" "image promotion" "image details" "image messaging" "image buy-box" "image substitutions" "footer footer";
        }
        .b74ac0_AgCE_W_promotionsContainer > div:last-child .b74ac0_AgCE_W_termsMessage {
          margin-bottom: 0;
        }
        .b74ac0_AgCE_W_promotionsContainer > div:last-child .b74ac0_AgCE_W_styledMessage {
          margin-top: var(--ddsweb-theme-spacing-xs);
          margin-bottom: 0;
        }
      }
    }
  }
}


/*# sourceMappingURL=7850b31263ba30af55b1.css.map*/