/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/vitamin-d-calculator/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.vl-block-vitamin-d-calculator__main, .vl-block-vitamin-d-calculator__results {
  background-color: var(--color-white);
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 599px) {
  .vl-block-vitamin-d-calculator__main, .vl-block-vitamin-d-calculator__results {
    padding: 1.5rem 1.1rem 2rem 1.1rem;
  }
}
.vl-block-vitamin-d-calculator__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 5rem 0;
}
@media screen and (max-width: 1079px) {
  .vl-block-vitamin-d-calculator__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 782px) {
  .vl-block-vitamin-d-calculator__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .vl-block-vitamin-d-calculator__products {
    grid-template-columns: repeat(1, 1fr);
    margin: 2.5rem 0 -2rem;
  }
}
.vl-block-vitamin-d-calculator__results:empty {
  display: none;
}
.vl-block-vitamin-d-calculator .number-filter:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=style-index.css.map*/