/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/editor.scss ***!
  \**************************************************************************************************************************************/
.webia__wrapper {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding: 10px;
}
.webia__button {
  background-color: black;
  color: white;
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
}
.webia__button p {
  margin: 0 !important;
}
.webia__card {
  flex: 1 0 45%;
  border: 1px solid lightgray;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.webia__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.webia__testimonial {
  position: relative;
}
.webia__desc {
  text-align: center;
}
.webia__url {
  color: lightgray;
  font-style: italic;
  text-align: center;
}
.webia__image {
  object-fit: cover;
  width: 100%;
  height: 300px !important;
}
.webia__icon {
  position: relative;
  display: flex;
  align-items: center;
}
.webia__icon .image-sec,
.webia__icon .webia__upload {
  flex: 0 0 150px;
  margin-right: 30px;
}
.webia__icon .image-sec img,
.webia__icon .webia__upload img {
  object-fit: contain;
}
.webia__upload {
  display: block;
  background-color: lightgray;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
.webia__upload:hover {
  background-color: #007cba;
  color: white;
}
.webia__add {
  background-color: black;
  color: white;
}
.webia__add:hover {
  background-color: #007cba;
  color: white;
}
.webia__remove {
  display: inline-block;
  color: darkred;
  border: 1px solid darkred;
  margin-bottom: 5px;
}
.webia__remove:hover {
  background-color: darkred;
  color: white;
}
.webia__toggle p, .webia__testimonial p {
  position: relative;
}
.webia__toggle p .webia__remove, .webia__testimonial p .webia__remove {
  margin-left: 10px;
}
.webia__replace {
  display: inline-block;
  color: black;
  border: 1px solid black;
  margin-bottom: 5px;
}
.webia__replace:hover {
  border-color: #007cba;
}
.webia__hero {
  border-bottom: 1px solid #efefef;
  position: relative;
}
.webia__hero img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}
.webia__hero .webia__remove {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  background-color: white;
}
.webia__hero .webia__remove:hover {
  background-color: darkred;
}
.webia__split {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
}
.webia__split-image {
  flex: 0 0 20%;
  min-height: 400px;
  align-self: stretch;
  margin-right: 15px;
}
.webia__split-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.webia__split .webia__remove {
  position: absolute;
  background-color: white;
}
.webia__split .webia__remove:hover {
  background-color: darkred;
}

.wp-block-webia-blocks-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.webia__collections-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.webia__collection {
  flex: 1 0 45%;
  border: 1px solid lightgray;
  padding: 10px;
  margin-bottom: 10px;
}

.webia__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}
.webia__section-header .webia__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9E7E1A;
  display: block;
}
.webia__section-header .webia__heading {
  font-size: 20px;
  font-weight: 600;
  margin: 4px 0 0;
}
.webia__section-header .webia__link {
  font-size: 13px;
  color: #9E7E1A;
  font-weight: 600;
}

.webia__prose {
  padding: 24px;
  border-radius: 6px;
  border: 1px dashed #ddd;
}
.webia__prose--beige {
  background: #F5F0E8;
}
.webia__prose--white {
  background: #fff;
}

.webia__why-us-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}

.webia__features-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.webia__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #efefef;
  border-radius: 6px;
  padding: 10px;
}

.webia__feature-icon-col {
  flex-shrink: 0;
  width: 52px;
}

.webia__feature-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #F5F0E8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.webia__feature-icon-wrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.webia__feature-icon-wrap:hover {
  background: #E3DAC9;
}

.webia__feature-icon-empty {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  background: #efefef !important;
  font-size: 11px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1.2 !important;
  padding: 4px !important;
}

.webia__feature-body {
  flex: 1;
  min-width: 0;
}
.webia__feature-body .webia__title {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 4px;
}

.webia__feature-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.webia__feature-meta strong {
  font-size: 11px;
  color: #9E7E1A;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.webia__steps-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.webia__step {
  border: 1px solid lightgray;
  padding: 15px;
}
.webia__step .webia__number {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #9E7E1A;
}

.webia__cta-form {
  border: 1px dashed lightgray;
  padding: 15px;
  margin: 15px 0;
  text-align: center;
}

.webia__disclaimer {
  font-size: 12px;
  color: gray;
  font-style: italic;
  text-align: center;
}
