/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/shelter-info-card/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 */
.wp-block-shelter-inc-blocks-shelter-info-card {
  margin: 0;
}

.shelter-info-card {
  background: #F6F6F6;
  border-radius: 8px;
  padding: 24px;
  font-family: "Monteserrat", sans-serif;
  color: #3E4E50;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.shelter-info-card.shelter-info-card--small .shelter-info-card__header h3 {
  font-size: 1rem;
}
.shelter-info-card.shelter-info-card--small .shelter-info-card__text {
  font-size: 1rem;
}
.shelter-info-card.shelter-info-card--small .shelter-info-card__icon {
  width: 20px;
}
.shelter-info-card.shelter-info-card--small .shelter-info-card__icon svg {
  width: 100%;
  height: auto;
}
.shelter-info-card.shelter-info-card--medium .shelter-info-card__header h3 {
  font-size: 1.4rem;
}
.shelter-info-card.shelter-info-card--medium .shelter-info-card__text {
  font-size: 1.2rem;
}
.shelter-info-card.shelter-info-card--medium .shelter-info-card__icon {
  width: 28px;
}
.shelter-info-card.shelter-info-card--medium .shelter-info-card__icon svg {
  width: 100%;
  height: auto;
}
.shelter-info-card.shelter-info-card--large .shelter-info-card__header h3 {
  font-size: 1.8rem;
}
.shelter-info-card.shelter-info-card--large .shelter-info-card__text {
  font-size: 1.6rem;
}
.shelter-info-card.shelter-info-card--large .shelter-info-card__icon {
  width: 40px;
  height: auto;
}
.shelter-info-card.shelter-info-card--large .shelter-info-card__icon svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .shelter-info-card {
    flex-direction: column;
    padding: 16px;
  }
}
.shelter-info-card .left-col {
  flex: 1;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .shelter-info-card .left-col {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.shelter-info-card .right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shelter-info-card .right-col .shelter-info-card__item:nth-child(1) {
  margin-top: 0;
  padding: 0 0 8px;
}
.shelter-info-card .right-col .shelter-info-card__item:nth-child(1) .shelter-info-card__icon {
  margin-top: -2px;
}
.shelter-info-card .right-col .shelter-info-card__item:nth-child(2) .shelter-info-card__icon {
  margin-top: -3px;
}
.shelter-info-card .right-col .shelter-info-card__item:nth-child(3) {
  margin-bottom: 0;
  padding: 8px 0;
}
.shelter-info-card .right-col .shelter-info-card__item:nth-child(3) .shelter-info-card__icon {
  padding-left: 3px;
  margin-top: 4px;
}
.shelter-info-card__header {
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.shelter-info-card__header h3 {
  margin: 0;
  font-weight: 600;
}
.shelter-info-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shelter-info-card__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
}
.shelter-info-card__icon {
  font-size: 1.2rem;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.shelter-info-card__text {
  flex: 1;
  line-height: 1.5;
  color: #3E4E50;
}
.shelter-info-card__text p {
  margin: 0 0 8px 0;
}
.shelter-info-card__text p:last-child {
  margin-bottom: 0;
}
.shelter-info-card__text.address span {
  display: block;
}
.shelter-info-card__text strong {
  color: #3E4E50;
  font-weight: 600;
}
.shelter-info-card__text a {
  color: #3E4E50;
  text-decoration: none;
}
.shelter-info-card__text a:hover {
  text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
  .shelter-info-card {
    padding: 16px;
    max-width: none;
  }
  .shelter-info-card__header h3 {
    font-size: 1.25rem;
  }
  .shelter-info-card__item {
    gap: 8px;
  }
  .shelter-info-card__icon {
    font-size: 1rem;
    min-width: 20px;
  }
}

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