/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../woodland/cartridges/app_custom_woodland/cartridge/client/default/scss/experience/components/commerceAssets/whyWoodland.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.why-woodland-wrapper {
  padding: 20px 20px 30px 20px;
}
.why-woodland-wrapper .header {
  color: #63605a;
  font-weight: 600;
  padding: 5px 0 15px 0;
}
.why-woodland-wrapper .why-woodland-button {
  padding: 5px 10px 5px 5px;
  background-color: white;
  color: #63605a;
  border: 0;
  font-size: 0.8em;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
  border-radius: 5px;
}
@media (max-width: 768.98px) {
  .why-woodland-wrapper .why-woodland-button {
    margin-bottom: 5px;
  }
}
.why-woodland-wrapper .why-woodland-button .label {
  margin-left: 0.3rem;
  margin-right: 0.4rem;
  font-weight: bold;
  position: relative;
  top: -8px;
}
.why-woodland-wrapper .why-woodland-button .mainicon {
  font-size: 2rem;
  color: #e66d1c;
}
.why-woodland-wrapper .why-woodland-button .infoicon {
  font-size: 0.7rem;
  color: #63605a;
  position: relative;
  top: -9px;
}
.why-woodland-wrapper .why-woodland-button .info {
  display: none;
}

.why-woodland-info-pop-up {
  color: black;
  margin-top: 50px;
}
.why-woodland-info-pop-up .close {
  z-index: 1;
  padding: 6px;
}
.why-woodland-info-pop-up .modal-body {
  padding: 3rem;
}
.why-woodland-info-pop-up .infoClose {
  font-size: 1rem;
  font-weight: bold;
  background-color: #e66d1c;
  color: white;
  border-radius: 50%;
  padding: 5px;
}
.why-woodland-info-pop-up .info-callout-title {
  font-size: 20px !important;
}

.my-btn-container-2 button {
  width: 100%; /* take full width of parent div */
  max-width: 300px; /* optional: limit button width */
}

.why-woodland-btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem; /* spacing between buttons */
}
@media (min-width: 769px) {
  .why-woodland-btn-container {
    flex-direction: row;
  }
}

.why-woodland-btn-container button {
  width: 210px;
  max-width: 300px;
}
@media (min-width: 769px) {
  .why-woodland-btn-container button {
    width: auto;
  }
}

/*# sourceMappingURL=whyWoodland.css.map*/