/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../node_modules/vue-loader/dist/stylePostLoader.js!../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../node_modules/vue-loader/dist/index.js??ruleSet[0].use!./components/async/transition-height/transition-height.vue?vue&type=style&index=0&id=82d3971e&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Config: Configuration
 * -----------------------------------------------------------------------------
 * Master import that's included in all Vue components.
 * - No code should be output from the configuration files as they're reused.
 *
 */
/**
 * Config: SASS variables
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Base: Classes
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Config: Mixins
 * -----------------------------------------------------------------------------
 * Global and reusable utility functions to reduce common styling.
 * - Add in alphabetical order.
 *
 */
/**
 * Resets form buttons to appear as a standard text link.
 */
/**
 * Sets container properties.
 */
/**
 * Reset container properties.
 */
/**
 * Sets custom scrollbar on element.
 * - Add to element with overflow.
 */
/**
 * Default focus styling for browsers.
 */
/**
 * Resets input elements.
 */
/**
 * Resets list elements to appear as a stacked text links.
 */
/**
 * Loading/skeleton animation.
 */
/**
 * Reset text style to default.
 * - Used for preview bar and Storybook styles.
 */
/**
 * Outputs list of transition properties.
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height var(--timing-quick);
 * }
 */
/**
 * Returns the transition properties in the correct format.
 * This function is used by @mixin transition($transitions...).
 */
/**
 * Hide element but make it accessible to screen readers.
 */
/**
 * Reverse the properties applied by @mixin visually-hidden.
 * @param {String} $position - Positioning method for element.
 */
/**
 * Button background color swipe on hover.
 * @param {String} $background - Background colour for swipe.
 */
/**
 * Styles: Transition height (transition-height)
 * -----------------------------------------------------------------------------
 * Base styles for transition height.
 *
 */
.height-enter,
.height-leave-to {
  height: 0;
}
.height-enter-active,
.height-leave-active {
  transition: height var(--timing-normal) var(--easing-normal);
  overflow: hidden;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!../node_modules/vue-loader/dist/stylePostLoader.js!../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../node_modules/vue-loader/dist/index.js??ruleSet[0].use!./components/async/product-compare-chart-card/product-compare-chart-card.vue?vue&type=style&index=0&id=734f8f11&lang=scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Config: Configuration
 * -----------------------------------------------------------------------------
 * Master import that's included in all Vue components.
 * - No code should be output from the configuration files as they're reused.
 *
 */
/**
 * Config: SASS variables
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Base: Classes
 * -----------------------------------------------------------------------------
 * Automatically generated by `design` command, do not edit.
 *
 */
/**
 * Config: Mixins
 * -----------------------------------------------------------------------------
 * Global and reusable utility functions to reduce common styling.
 * - Add in alphabetical order.
 *
 */
/**
 * Resets form buttons to appear as a standard text link.
 */
/**
 * Sets container properties.
 */
/**
 * Reset container properties.
 */
/**
 * Sets custom scrollbar on element.
 * - Add to element with overflow.
 */
/**
 * Default focus styling for browsers.
 */
/**
 * Resets input elements.
 */
/**
 * Resets list elements to appear as a stacked text links.
 */
/**
 * Loading/skeleton animation.
 */
/**
 * Reset text style to default.
 * - Used for preview bar and Storybook styles.
 */
/**
 * Outputs list of transition properties.
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height var(--timing-quick);
 * }
 */
/**
 * Returns the transition properties in the correct format.
 * This function is used by @mixin transition($transitions...).
 */
/**
 * Hide element but make it accessible to screen readers.
 */
/**
 * Reverse the properties applied by @mixin visually-hidden.
 * @param {String} $position - Positioning method for element.
 */
/**
 * Button background color swipe on hover.
 * @param {String} $background - Background colour for swipe.
 */
.product-compare-chart-card {
  background-color: var(--color-neutral-5);
  border-left: 0;
  height: 100%;
  position: relative;
}
.product-compare-chart-card.is-first {
  background-color: var(--color-neutral-6);
  border: 1px solid var(--color-neutral-1);
}
.product-compare-chart-card__header {
  display: flex;
  flex-flow: column;
  gap: calc(var(--spacing-m) + var(--spacing-2xs));
  padding: var(--spacing-xl) var(--spacing-m) var(--spacing-m);
  text-decoration: none;
}
.product-compare-chart-card__header-wrapper {
  align-items: flex-start;
  display: flex;
  gap: var(--spacing-m);
  justify-content: space-between;
  flex-direction: column;
}
.product-compare-chart-card__subcopy {
  max-width: 80%;
}
.product-compare-chart-card__non-badge {
  height: 10px;
}
.product-compare-chart-card__spec {
  border-top: 1px solid var(--color-neutral-3);
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 69px;
  padding: var(--spacing-l);
}
.product-compare-chart-card__spec .product-compare-chart-card__legend-heading {
  margin-block-end: var(--spacing-xs);
  text-transform: uppercase;
}
.product-compare-chart-card__spec .icon {
  height: var(--icon-l);
  width: var(--icon-l);
}
.product-compare-chart-card__spec .icon__check {
  height: var(--icon-m);
  width: var(--icon-m);
}
.product-compare-chart-card__spec path {
  fill: var(--color-neutral-1);
}
.product-compare-chart-card__variants p:not(:first-child) {
  margin-block-start: var(--spacing-m);
}
.product-compare-chart-card__overlay {
  background-image: linear-gradient(180deg, var(--color-neutral-5) 0%, var(--color-neutral-4) 100%);
  bottom: 0;
  height: 110px;
  left: 0;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}
@media (min-width: 64em) {
.product-compare-chart-card__spec {
    align-items: flex-start;
    justify-content: center;
}
.product-compare-chart-card__spec .product-compare-chart-card__legend-heading {
    display: none;
}
}
