/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

nav,
nav ul {
  flex-direction: column;
  align-items: baseline;
}

details.dropdown[open]>summary+ul {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {

  nav,
  nav ul {
    flex-direction: row;
    align-items: baseline;
  }

  details.dropdown[open]>summary+ul {
    right: 0;
    left: auto;
  }
}

._shows_edit {
  .add_performance::after {
    content: "+";
    padding-left: 0.5rem;
  }

  #performance_list {
    padding-left: 0;
  }

  li.performance_item {
    list-style: none;
  }

  #artist_search_list {
    padding-left: 0;
  }

  li.artist_search_item {
    list-style: none;
  }

  #performances_heading {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
}