{"version":3,"file":"blocks/PricingPlan/index.css","mappings":";;;AAAA,gBAAgB;AAAhB;;;;;;;EAAA;AAQA;;;;;;;;;EAAA;AAUA;EACC;EACA;EACA;EACA;AAED;;AACA;;EAEC;AAED;;AAEE;;;;;EAOE;AADJ;AAPA;EAWE;;;;IAAA;AAGF;AAEE;EACE;EACA;AAAJ,C","sources":["webpack://brandy-blocks/./src/blocks/PricingPlan/editor.scss"],"sourcesContent":["/**\n * Pricing Plan — editor styles.\n *\n * Showing and hiding terms belongs to the table's editor stylesheet, the same\n * way the frontend mechanism belongs to the table's. What is left is making\n * empty fields reachable: a card is authored from placeholders, and a\n * placeholder that renders as a zero-height line cannot be clicked into.\n */\n/*\n * An empty part, shown as a placeholder.\n *\n * The parts are locked, so emptying one is the only way to turn it off — which\n * means every part is permanently on screen in the canvas and needs to stay\n * clickable. Drawn in its real styling, though, a placeholder is a lie: an\n * empty badge rendered as a filled pill made all three plans look like they\n * said \"Most popular\". Stripping the fill and dimming it says \"nothing here\n * yet\" while keeping the target.\n */\n.brandy-pricing-plan__badge.is-empty-part {\n\tbackground: none;\n\tbox-shadow: inset 0 0 0 1px currentColor;\n\tcolor: inherit;\n\topacity: 0.4;\n}\n\n.brandy-pricing-plan__name.is-empty-part,\n.brandy-pricing-plan__tagline.is-empty-part {\n\topacity: 0.5;\n}\n\n.wp-block-brandy-pricing-plan {\n  .brandy-pricing-plan__name,\n  .brandy-pricing-plan__tagline,\n  .brandy-pricing-plan__amount,\n  .brandy-pricing-plan__period,\n  .brandy-pricing-plan__note {\n    // RichText renders its placeholder in a pseudo-element that does not\n    // contribute height, so an untouched field would be a 0px click target.\n    min-width: 2em;\n  }\n\n  /*\n   * The button is a `<span>` here whatever the link is set to — RichText needs\n   * to own the element, and an `<a>` inside the canvas would navigate away on\n   * click. It still has to read as the button it will become.\n   */\n  .brandy-pricing-plan__cta {\n    cursor: text;\n    opacity: 1;\n  }\n}\n"],"names":[],"sourceRoot":""}