@import "../global.css";
@import "../condensed.css";
@import "../custom-color-package-text.css";
@import "../custom-color-package-elements.css";

div#root {
  --primary: var(--blue);
  --primary-text: var(--blue);
  --primary-svg: var(--blue);
  --secondary: var(--sky);
  --secondary-text: var(--sky);
  --secondary-svg: var(--sky);
  --secondary-accent-line: var(--sky);
}

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

/* Primary H2 */
.fwm-lightTheme .fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  color: var(--primary-text);
}

/* Convert Counting Numbers */
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable.fwm-nestable .fwm-nestable-grid {
  margin-top: 2rem;
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable.fwm-nestable .fwm-nestable-field-container {
  border-color: var(--secondary);
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable.fwm-nestable .nmx-col {
  display: flex;
  flex-direction: column;
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable.fwm-nestable .nmx-col div[class*=fwm-card-icon] {
  margin-bottom: 1.5rem;
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable.fwm-nestable .nmx-col div[class*=fwm-card-icon] svg {
  height: 6.25rem;
}

div#root .fwm-nestable-3266b3a3-f3a6-491f-a777-c62d90a84e38 hgroup::after, div#root .fwm-nestable-3266b3a3-f3a6-491f-a777-c62d90a84e38 hgroup::before,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 hgroup::after,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 hgroup::before {
  display: none;
}
div#root .fwm-nestable-3266b3a3-f3a6-491f-a777-c62d90a84e38 hgroup h2,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 hgroup h2 {
  color: inherit;
  font-size: 2rem;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  border: none;
  padding-bottom: 0.5rem;
}
div#root .fwm-nestable-3266b3a3-f3a6-491f-a777-c62d90a84e38 picture,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 picture {
  box-shadow: none;
}
div#root .fwm-nestable-3266b3a3-f3a6-491f-a777-c62d90a84e38 .fwm-team-selection-title,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 .fwm-team-selection-title {
  border-color: var(--secondary);
}