.theme-widget-image-box .theme-image-box-content {
  width: 100%;
}
@media (min-width: 768px) {
  .theme-widget-image-box.theme-position-left .theme-image-box-wrapper,
  .theme-widget-image-box.theme-position-right .theme-image-box-wrapper {
    display: flex;
  }
  .theme-widget-image-box.theme-position-right .theme-image-box-wrapper {
    flex-direction: row-reverse;
    text-align: end;
  }
  [dir="rtl"] .theme-widget-image-box.theme-position-right .theme-image-box-wrapper {
    flex-direction: row;
  }
  .theme-widget-image-box.theme-position-left .theme-image-box-wrapper {
    flex-direction: row;
    text-align: start;
  }
  [dir="rtl"] .theme-widget-image-box.theme-position-left .theme-image-box-wrapper {
    flex-direction: row-reverse;
  }
  .theme-widget-image-box.theme-position-top .theme-image-box-img {
    margin: auto;
  }
  .theme-widget-image-box.theme-vertical-align-top .theme-image-box-wrapper {
    align-items: flex-start;
  }
  .theme-widget-image-box.theme-vertical-align-middle .theme-image-box-wrapper {
    align-items: center;
  }
  .theme-widget-image-box.theme-vertical-align-bottom .theme-image-box-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .theme-widget-image-box .theme-image-box-img {
    margin-inline: auto !important;
    margin-bottom: 15px;
  }
}
.theme-widget-image-box .theme-image-box-img {
  display: inline-block;
}
.theme-widget-image-box .theme-image-box-img img {
  display: block;
  line-height: 0;
}
.theme-widget-image-box .theme-image-box-title a {
  color: inherit;
}
.theme-widget-image-box .theme-image-box-wrapper {
  text-align: center;
}
.theme-widget-image-box .theme-image-box-description {
  margin: 0;
}
