.options-container {
  /* max-width: 800px; */
  margin: 20px auto;
  /* padding: 0 16px; */
}

.guide-button {
  display: grid;
  grid-template-columns: 24px 1fr 12px;
  align-items: center;
  column-gap: 12px;
  padding: 0 15px;
  width: 100%;
}

.guide-icon-box {
  display: block;
}

.fisica {
  width: 32px;
  height: 33px;
  margin-left: -2px;
}

.psicologica {
  width: 28px;
  height: 29px;
}

.sexual {
  width: 29px;
  height: 29px;
}

.institucional {
  width: 21px;
  height: 27px;
  margin-left: 2px;
}

.banheiro {
  width: 20px;
  height: 30px;
}

.guide-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.guide-label {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.arrow-box {
  width: 12px;
  height: 18px;
  display: block;
  justify-self: end;
}

.arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 768px) {
  .guide-button {
    /* max-width: 600px; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .guide-button {
    grid-template-columns: 24px 1fr 12px;
  }

  .guide-label {
    padding-left: 0;
    text-align: left;
  }
}
