{"version":3,"file":"./style-index.css","mappings":";;;AAKA;EACE;EACA;EACA;EACA;EACA;AAJF;AAME;EACD;AAJD;AAOE;EACD;EACA;AALD;;AAWA;EAEE;EACA;EAGA;EAGA;AAbF;;AAgBA;EACE;AAbF;;AAkBE;EACD;AAfD;AAgBC;EACE;AAdH;AAmBC;EACE;AAjBH;AAqBE;EACD;AAnBD;AAsBE;EACD;AApBD;AAuBE;EACD;AArBD;AAwBE;EACD;EACA;AAtBD;;AA4BE;EACD;AAzBD;AA4BE;EACD;AA1BD;AA6BE;EACD;AA3BD;;AAgCA;;EAEE;AA7BF;;AAkCA;;EAEE;AA/BF;;AAkCA;;EAEE;EACA;AA/BF;;AAkCA;;EAEE;AA/BF;;AAkCA;;EAEE;EAEA;AAhCF,C","sources":["webpack://rentsyst-block-post-custom-field/./src/style.scss"],"sourcesContent":["// This variable is repeated across Button, Buttons, and Buttons editor styles.\n$blocks-block__margin: 0.5em;\n\n// Prefer the link selector instead of the regular button classname\n// to support the previous markup in addition to the new one.\n.wp-block-button__link {\n  cursor: pointer;\n  display: inline-block;\n  text-align: center;\n  word-break: break-word; // overflow-wrap doesn't work well if a link is wrapped in the div, so use word-break here.\n  box-sizing: border-box;\n\n  &.aligncenter {\n\ttext-align: center;\n  }\n\n  &.alignright {\n\t/*rtl:ignore*/\n\ttext-align: right;\n  }\n}\n\n// These rules are set to zero specificity to keep the default styles for buttons.\n// They are needed for backwards compatibility.\n:where(.wp-block-button__link) {\n  // This needs a low specificity so it won't override the rules from the button element if defined in theme.json.\n  box-shadow: none;\n  text-decoration: none;\n\n  // 100% causes an oval, but any explicit but really high value retains the pill shape.\n  border-radius: 9999px;\n\n  // The extra 2px are added to size solids the same as the outline versions.\n  padding: calc(0.667em + 2px) calc(1.333em + 2px);\n}\n\n.wp-block-button[style*=\"text-decoration\"] .wp-block-button__link {\n  text-decoration: inherit;\n}\n\n// Increased specificity needed to override margins.\n.wp-block-buttons > .wp-block-button {\n  &.has-custom-width {\n\tmax-width: none;\n\t.wp-block-button__link {\n\t  width: 100%;\n\t}\n  }\n\n  &.has-custom-font-size {\n\t.wp-block-button__link {\n\t  font-size: inherit;\n\t}\n  }\n\n  &.wp-block-button__width-25 {\n\twidth: calc(25% - (var(--wp--style--block-gap, #{$blocks-block__margin}) * 0.75));\n  }\n\n  &.wp-block-button__width-50 {\n\twidth: calc(50% - (var(--wp--style--block-gap, #{$blocks-block__margin}) * 0.5));\n  }\n\n  &.wp-block-button__width-75 {\n\twidth: calc(75% - (var(--wp--style--block-gap, #{$blocks-block__margin}) * 0.25));\n  }\n\n  &.wp-block-button__width-100 {\n\twidth: 100%;\n\tflex-basis: 100%;\n  }\n}\n\n// For vertical buttons, gap is not factored into width calculations.\n.wp-block-buttons.is-vertical > .wp-block-button {\n  &.wp-block-button__width-25 {\n\twidth: 25%;\n  }\n\n  &.wp-block-button__width-50 {\n\twidth: 50%;\n  }\n\n  &.wp-block-button__width-75 {\n\twidth: 75%;\n  }\n}\n\n// the first selector is required for old buttons markup\n.wp-block-button.is-style-squared,\n.wp-block-button__link.wp-block-button.is-style-squared {\n  border-radius: 0;\n}\n\n\n// the first selector is required for old buttons markup\n.wp-block-button.no-border-radius,\n.wp-block-button__link.no-border-radius {\n  border-radius: 0 !important;\n}\n\n.wp-block-button.is-style-outline > .wp-block-button__link,\n.wp-block-button .wp-block-button__link.is-style-outline {\n  border: 2px solid currentColor;\n  padding: 0.667em 1.333em;\n}\n\n.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),\n.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {\n  color: currentColor;\n}\n\n.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),\n.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {\n  background-color: transparent;\n  // background-image is required to overwrite a gradient background\n  background-image: none;\n}\n"],"names":[],"sourceRoot":""}