/* ========================================
*   Custom Non-Bulma Variable Definitions
*  ========================================*/
/* ========================================
*   Bulma Initial Variable Redefinitions
*  ========================================*/
/* ========================================
*   Bulma Derived Variable Redefinitions
*  ========================================*/
/* Tile custom selector */
/* Only structure styling */
.tile-select-items {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: none;
}

.tile-selected-element {
  display: none !important;
}

.tile-selected {
  background: #eec0af;
  border: 2px solid #8d2121;
}

.tile-selected span.term-name {
  font-weight: 300;
}

/*# sourceMappingURL=custom_select_tile.css.map */
