@import "../global.css";
@import "../seamless.css";

/* DBA logo */
div#root .fwm-team-header-entity-logo-image {
  width: 15.625rem;
}

/* Carousel Panels */
.fwm-carousel-right .fwm-RenderHTML-field,
.fwm-carousel-left .fwm-RenderHTML-field {
    height: auto;
}

/* Border Cards (Row Selector = 1] [Team] */
.fwm-card-border-set.fwm-lightTheme .fwm-nestable-row-selector-1 .fwm-card-set-item {
  padding: 1.5rem;
  border: 1px solid var(--primary);
}
.fwm-card-border-set.fwm-lightTheme .fwm-nestable-row-selector-1 .fwm-card-set-item .nmx-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fwm-card-border-set.fwm-lightTheme .fwm-nestable-row-selector-1 .fwm-card-set-item .nmx-col > div:first-child {
  padding-bottom: 0;
}
.fwm-card-border-set.fwm-lightTheme .fwm-nestable-row-selector-1 .fwm-card-set-item .nmx-col svg {
  width: auto;
  height: 3.75rem;
  margin-right: 1.5rem;
}