{"version":3,"file":"blocks/smart-content/index.css","mappings":";AAAA,wBACE,yBACA,kBACA,iBACA,kBAIF,yBACE,aACA,mBACA,SACA,kBACA,mBACA,yBACA,kBACA,mBAGF,+BACE,WACA,YACA,kBACA,mBACA,WACA,aACA,mBACA,gBACA,eAGF,+BACE,aACA,sBACA,QAGF,gCACE,gBACA,gBAGF,8BACE,eACA,cAIF,iCACE,iBAIF,4DACE,UACA,oBACA,2BACA,iDAEF,2IAEE,UACA,oBACA,wBAGF,8BACE,gBAGF,kDACE,0BACA,kBAIF,2CACE,aACA,sBACA,kBACA,QAKF,8CACE,gBACA,kBACA,mBACA,kBAEF,0DACE,mBAEF,yDAEE,mBAKF,0CACE,kBACA,oBACA,mBACA,gBAGF,0CACE,WACA,YACA,oBACA,mBACA,uBACA,oBACA,yBACA,eACA,cACA,cACA,gBACA,YAGF,gDACE,0BACA,mBAgCF,qCACA,+CACA,oDAGA,yCACE,iBAEF,0CACE,2BAEF,gDACE,iBACA,kB","sources":["webpack://smart-content-sync/./resources/wordpress/editor/gutenberg/blocks/smart-content/editor.scss"],"sourcesContent":[".smartcontentsync-block {\n  border: 2px solid #e2e4e7;\n  border-radius: 2px;\n  padding-left: 4px;\n  padding-right: 4px;\n  // box-shadow: inset 0 0 0 1px #1e1e1e;\n}\n/* Header container sits inside the block, so no outer width hacks needed */\n.smartcontentsync-header {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 10px 12px;          /* compact padding like your earlier version */\n  background: #f6f7f7;         /* light WP-ish header bg */\n  border: 1px solid #e2e4e7;\n  border-radius: 6px;\n  margin-bottom: 12px;         /* space above preview/empty card */\n}\n\n.smartcontentsync-header__icon {\n  width: 28px;\n  height: 28px;\n  border-radius: 6px;\n  background: #111827;\n  color: #fff;\n  display: grid;\n  place-items: center;\n  font-weight: 700;\n  font-size: 12px;\n}\n\n.smartcontentsync-header__meta {\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n}\n\n.smartcontentsync-header__title {\n  font-weight: 600;\n  line-height: 1.2;\n}\n\n.smartcontentsync-header__sub {\n  font-size: 12px;\n  color: #6b7280;\n}\n\n/* push the action button to the far right */\n.smartcontentsync-header__action {\n  margin-left: auto;\n}\n\n/* Minimal mode: fade header in on hover/focus only (optional) */\n.smartcontentsync-block.is-minimal .smartcontentsync-header {\n  opacity: 0;\n  pointer-events: none;\n  transform: translateY(-4px);\n  transition: opacity .16s ease, transform .16s ease;\n}\n.smartcontentsync-block.is-minimal:hover .smartcontentsync-header,\n.smartcontentsync-block.is-minimal:focus-within .smartcontentsync-header {\n  opacity: 1;\n  pointer-events: auto;\n  transform: translateY(0);\n}\n\n.smartcontentsync-empty__hint {\n  font-size: 0.9rem;\n}\n\n.description.smart-content-sync-auto-insert__help {\n  margin-top: 4px!important;\n  margin-bottom: 8px;\n  // color: #2271b1;\n}\n\n.smart-content-sync-auto-insert__locations {\n  display: flex;\n  flex-direction: column;\n  padding-left: 10px;\n  gap: 6px;\n}\n// .smart-content-sync-auto-insert__group {\n//   margin-bottom: 12px;\n// }\ndetails.smart-content-sync-auto-insert__group {\n  padding-top: 4px;\n  padding-right: 4px;\n  padding-bottom: 4px;\n  padding-left: 10px;\n}\n.smart-content-sync-auto-insert__group:not(:last-of-type) {\n  margin-bottom: 12px;\n}\n.smart-content-sync-auto-insert__group:nth-of-type(even) {\n  // background: red;\n  background: #f9fafb;\n}\n\n// #region helper text styles\n\n.smart-content-sync-auto-insert__helpWrap {\n  position: relative;\n  display: inline-flex;\n  align-items: center;\n  margin-left: 6px;\n}\n\n.smart-content-sync-auto-insert__helpIcon {\n  width: 16px;\n  height: 16px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 999px;\n  border: 1px solid #c3c4c7;\n  font-size: 11px;\n  line-height: 1;\n  color: #50575e;\n  background: #fff;\n  cursor: help;\n}\n\n.smart-content-sync-auto-insert__helpIcon:focus {\n  outline: 2px solid #2271b1;\n  outline-offset: 2px;\n}\n\n// .smart-content-sync-auto-insert__tooltip {\n//   position: absolute;\n//   z-index: 9999;\n//   top: 22px;\n//   left: 0;\n//   min-width: 220px;\n//   max-width: 280px;\n//   padding: 8px 10px;\n//   border-radius: 6px;\n//   border: 1px solid #dcdcde;\n//   background: #fff;\n//   color: #1d2327;\n//   font-size: 12px;\n//   line-height: 1.4;\n//   box-shadow: 0 2px 8px rgba(0,0,0,0.12);\n\n//   opacity: 0;\n//   visibility: hidden;\n//   transform: translateY(-2px);\n//   transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;\n// }\n\n// .smart-content-sync-auto-insert__helpWrap:hover .smart-content-sync-auto-insert__tooltip,\n// .smart-content-sync-auto-insert__helpWrap:focus-within .smart-content-sync-auto-insert__tooltip {\n//   opacity: 1;\n//   visibility: visible;\n//   transform: translateY(0);\n// }\n\n.smart-content-sync-help { cursor: help; }\n.smart-content-sync-help .dashicons { opacity: .7; }\n.smart-content-sync-help:hover .dashicons { opacity: 1; }\n\n// #endregion helper text styles\n.smart-content-sync-auto-insert__enabled {\n  font-weight: bold;\n}\n.smart-content-sync-auto-insert__seo-note {\n  font-size: 0.7rem!important;\n}\nsummary.smart-content-sync-auto-insert__summary {\n  font-weight: bold;\n  margin-bottom: 8px;\n}\n"],"names":[],"ignoreList":[],"sourceRoot":""}