{"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,gBAGE,2CAA4C,CAF5C,YAAa,CACb,qBAEF,CACA,qEACE,0CACF,CACA,oCACE,gBACE,4BAA8B,CAE9B,6BAA8B,CAD9B,iBAEF,CACF,CACA,yBAGE,sBAAuB,CAFvB,YAAa,CACb,qBAAsB,CAEtB,WACF,CACA,8DAEE,aAAc,CACd,oBACF,CACA,oCACE,yBACE,UAAW,CACX,eAAgB,CAChB,WACF,CACF,CACA,yBAGE,sBAAuB,CAFvB,YAAa,CACb,qBAAsB,CAEtB,QACF,CACA,+BAEE,kBAAmB,CADnB,YAAa,CAEb,sBACF,CACA,uCACE,cACF,CACA,mCAEE,eAAgB,CAGhB,eAAgB,CAFhB,gBAAiB,CACjB,sBAAuB,CAHvB,cAKF,CACA,oCACE,+BACE,oBAAqB,CACrB,sBACF,CACA,mCAEE,YAAa,CADb,WAEF,CACF,CACA,uBAEE,gBAAiB,CAGjB,eAAgB,CAFhB,oBAAqB,CAFrB,eAAgB,CAGhB,kBAEF,CACA,oCACE,uBACE,oBACF,CACF,CACF","file":"style.css","sourcesContent":["@layer components {\n  .promotion-card {\n    display: flex;\n    flex-direction: column;\n    border: 1px solid var(--color-border-subtle);\n  }\n  .promotion-card.background-contrast, .promotion-card.surface-contrast {\n    border: 1px solid var(--color-icon-default);\n  }\n  @media screen and (min-width: 768px) {\n    .promotion-card {\n      flex-direction: row !important;\n      margin: 1.875rem 0;\n      justify-content: space-between;\n    }\n  }\n  .promotion-card__section {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 1.25rem;\n  }\n  .promotion-card__section .btn,\n  .promotion-card__section button {\n    display: block;\n    width: initial !important;\n  }\n  @media screen and (min-width: 768px) {\n    .promotion-card__section {\n      flex: 0 60%;\n      max-width: 500px;\n      min-width: 0;\n    }\n  }\n  .promotion-card__content {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 10px;\n  }\n  .promotion-card__image-wrapper {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .promotion-card__image-wrapper picture {\n    display: inline;\n  }\n  .promotion-card__image-wrapper img {\n    width: 16.25rem;\n    height: 16.25rem;\n    object-fit: cover;\n    object-position: center;\n    margin-bottom: 0;\n  }\n  @media screen and (min-width: 768px) {\n    .promotion-card__image-wrapper {\n      justify-content: left;\n      padding-right: 3.125rem;\n    }\n    .promotion-card__image-wrapper img {\n      width: 11rem;\n      height: 11rem;\n    }\n  }\n  .promotion-card__title {\n    margin-bottom: 0;\n    font-size: 1.5rem;\n    line-height: 1.625rem;\n    max-width: 36.25rem;\n    font-weight: 700;\n  }\n  @media screen and (min-width: 768px) {\n    .promotion-card__title {\n      display: inline-block;\n    }\n  }\n}"]}