@charset "UTF-8";
/* Original file: widgetstyles/slow2/style.scss */
.xe-widget-wrapper, .bd {
  overflow: inherit;
}
.app-widgetstyle-card {
  border-radius: 0.5rem;
}
.app-widgetstyle-card > .app-widgetstyle-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid var(--color-gray-200);
}
@media screen and (max-width: 639px) {
  .xe-widget {
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 640px) {
  .xe-widget {
    width: 49% !important;
    box-sizing: border-box;
  }
}

