._detailPanel_1pi1m_5 {
  position: relative;
  margin: 1rem 1rem 1rem 0;
  overflow: auto;
  max-width: 350px;
  width: 350px;
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
}

._detailPanelFull_1pi1m_16 {
  height: 100%;
  margin: 0;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}

._detailPanelCloseButton_1pi1m_22 {
  padding-top: 2rem;
}

._elementCount_1pi1m_26 {
  color: var(--color-gray-500);
  font-size: 0.8rem;
  padding: 1rem;
}

._close_1pi1m_32,
._closeSingle_1pi1m_33 {
  font-size: 1.5rem;
  color: var(--color-gray-700);
}

._close_1pi1m_32 {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

._close_1pi1m_32:hover,
._closeSingle_1pi1m_33:hover {
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  ._detailPanel_1pi1m_5 {
    max-width: 100%;
    width: 100%;
    max-height: 50%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}
