/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ingredient-card/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.wp-block-pancheros-ingredient-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 280px;
  border-radius: 24px;
  min-height: 350px;
  background-color: #FAF8F3;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}
.wp-block-pancheros-ingredient-card > div.details {
  padding: 0 1rem 1rem;
}
.wp-block-pancheros-ingredient-card h4 {
  color: #B24119;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0.5rem 0 0.25rem !important;
}
.wp-block-pancheros-ingredient-card > picture {
  background-color: white;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  height: auto !important;
}
.wp-block-pancheros-ingredient-card > picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 112.85714%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.wp-block-pancheros-ingredient-card .details,
.wp-block-pancheros-ingredient-card .spice,
.wp-block-pancheros-ingredient-card .attributes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wp-block-pancheros-ingredient-card .spice {
  justify-content: flex-start;
}
.wp-block-pancheros-ingredient-card .attributes {
  justify-content: flex-end;
}
.wp-block-pancheros-ingredient-card .spice img {
  margin-left: 2px;
}
.wp-block-pancheros-ingredient-card .attributes img {
  margin-left: 8px;
}

@media only screen and (max-width: 600px) {
  .wp-block-pancheros-ingredient-card {
    flex-shrink: 1;
    width: auto;
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
    min-width: 144px;
    min-height: 0;
    background-color: #FAF8F3;
  }
  .wp-block-pancheros-ingredient-card h4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.5rem !important;
  }
  .wp-block-pancheros-ingredient-card .details {
    justify-content: flex-end;
    padding-top: 0;
  }
  .wp-block-pancheros-ingredient-card .spice {
    display: none;
  }
}
@media only screen and (max-width: 328px) {
  .wp-block-pancheros-ingredient-card {
    flex-grow: 1;
    max-width: 254px;
  }
}

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