 .custom-css-target {
  /* Exhibitor tiles: website-only colors. Mobile app never loads this. */
  /* 1. Overlay text on the banner artwork -> white */
  /* 2. Location pin icon -> white */
  /* 3. Exhibitor name: keep it, quiet it to a caption (Option B) */
  /* 4. Line up the name, pin and tier rows on one left edge */
  /* 5. Hover description on the card (desktop only) -> white */ }
  .custom-css-target .exhibitor-details-container label.ae-subtitle,
.custom-css-target .exhibitor-details-container label.ae-caption3,
.custom-css-target .exhibitor-details-container .ex-tag-line,
.custom-css-target .exhibitor-details-container .ex-tag-line .category-text-wrap {
    color: #FFFFFF !important; }
  .custom-css-target .exhibitor-details-container i.icons svg,
.custom-css-target .exhibitor-details-container i.icons svg path {
    fill: #FFFFFF !important; }
  .custom-css-target .exhibitor-details-container label.ae-subtitle {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    opacity: 0.85 !important; }
  .custom-css-target .exhibitor-details-container > [class*="col-"] {
    padding-left: 0 !important; }
  .custom-css-target .__expo-card .expo-card-desc,
.custom-css-target .__expo-card .expo-card-desc span {
    color: #FFFFFF !important; }
