.arrc-map {
  display: flex;
}

.arrc-map--info p {
  display: flex;
  justify-content: space-between;
}

.arrc-map--tabs {
  margin-bottom: 16px;
}

.arrc-map--tabs button {
  background: none;
  border-radius: 0;
  color: #140409;
  border-bottom: none;
  border-right: 1px solid #ededed;
  padding: 14px 20px;
}

.arrc-map--tabs button.active {
  border-bottom: 4px solid #140409;
  padding: 14px 20px 10px 20px;
}

.arrc-map--tabs button:last-child {
  border-right: none;
}

.arrc-map--preview {
  flex-grow: 1;
  min-height: 100%;
  position: relative;
}

.arrc-map--controls {
  width: 350px;
}

.arrc-map--button {
  display: block;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 16px 16px 16px 64px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  transition: 300ms ease all;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  color: #140409;
}

.arrc-map--button:hover {
  background: #ededed;
  color: #140409;
}

.arrc-map--button:focus {
  outline: none;
  color: #140409;
}

.arrc-map--button.active:before {
  left: -20px;
}

.arrc-map--button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 64px;
  height: 100%;
  background: #8dc63f;
  transform: skew(-15deg);
  transition: 300ms ease all;
}

.arrc-map--button:after {
  content: "Click to toggle";
  display: block;
  color: #777;
  font-weight: normal;
  font-size: 10px;
}
