{"version":3,"file":"../blocks/web-search/web-search.css","mappings":";;;AAAA;;;;EAAA;AAOE;EACE;EACA;EACA;AADJ;AAGE;EACE;AADJ;AAGI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AADN;;AAOA;EACE;EACA;AAJF,C","sources":["webpack://w4os/./src/blocks/web-search/index.scss"],"sourcesContent":["/**\n * The following styles get applied both on the front of your site and in the editor.\n *\n * Replace them with your own styles or remove the file completely.\n */\n\n.w4os-web-search {\n  .places {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));\n    gap: 1em;\n  }\n  .place {\n    position: relative;\n\n    .place-name {\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      padding: 10px;\n      box-sizing: border-box;\n      color: white;\n      background-image: linear-gradient(rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0));\n    }\n\n  }\n\n}\n.w4os-web-search .place img {\n  width: 100%;\n  aspect-ratio: 4 / 3;\n}\n"],"names":[],"sourceRoot":""}