.esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded {
  top: 100%;
  left: 0;
  margin: 0;
  transition: none;
}
.esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded
  .esri-mobile-expand__component {
  border-bottom: 0.5px solid #ccc;
  border-top: 0.5px solid #ccc;
}
.esri-mobile-expand__expand-collapse-icon {
  width: 20px;
  height: 20px;
  fill: #6e6e6e;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .esri-mobile-expand__expand-collapse-icon {
    width: 30px;
  }
}
html[dir="rtl"]
  .esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded {
  right: 0;
}
.esri-mobile-expand--hide {
  display: none;
}
