{"version":3,"file":"eo-summary/style-index.css","mappings":";;;AAAA;;;;;EAAA;AASA;EACE;EACA;EACA;EACA;AAFF;AAIE;EACE;AAFJ;AAIE;EACE;AAFJ;AAKE;EACE;AAHJ;AAKE;EACE;AAHJ;AAKE;EACE;AAHJ;AAKE;EACE;AAHJ;AAOI;EACE;AALN;AAOM;EACE;AALR;AASE;EACE;EACA;AAPJ;AASI;EACE;AAPN,C","sources":["webpack://eo-blocks/./blocks/src/eo-summary/scss/style.scss"],"sourcesContent":["/**\r\n * The following styles get applied both on the front of your site\r\n * and in the editor.\r\n *\r\n * Replace them with your own styles or remove the file completely.\r\n */\r\n\r\n$media__mobile: 599px;\r\n\r\n.wp-block-eo-blocks-summary {\r\n  display: flex;\r\n  gap: 1em;\r\n  flex-wrap: wrap;\r\n  color: #000;\r\n\r\n  &.is-orientation-horizontal {\r\n    flex-direction: row;\r\n  }\r\n  &.is-orientation-vertical {\r\n    flex-direction: column;\r\n  }\r\n\r\n  &.is-justification-left {\r\n    justify-content: flex-start;\r\n  }\r\n  &.is-justification-center {\r\n    justify-content: center;\r\n  }\r\n  &.is-justification-right {\r\n    justify-content: flex-end;\r\n  }\r\n  &.is-justification-space-between {\r\n    justify-content: space-between\r\n  }\r\n\r\n  &:not(.has-text-color) {\r\n    .eo-summary__item {\r\n      color: #000;\r\n\r\n      &.active {\r\n        text-shadow: 0.4px 0.4px 0 #000;\r\n      }\r\n    }\r\n  }\r\n  .eo-summary__item {\r\n    opacity: 0.6;\r\n    transition: all 0.2s ease-out;\r\n\r\n    &.active, &:hover {\r\n      opacity: 1;\r\n    }\r\n  }\r\n\r\n}\r\n"],"names":[],"sourceRoot":""}