/* app/components/visited_bar/index.module.css */
.base-4231abc4 {
  --visited-bar-color: var(--black);
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 0 6px;
  position: relative;
  text-align: left;
  color: var(--visited-bar-color);
  border-bottom: 1px solid var(--gray4);
  box-shadow: var(--block-shadow-min);
  overflow-y: auto;
}
.base-4231abc4 section {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--desktop);
  width: 98%;
  display: flex;
  width: 100%;
  height: initial;
}
.base-4231abc4 section:first-child {
  padding: 0 10px;
}
.base-4231abc4 h4 {
  flex: 1;
  font-size: 14px;
  margin: 0;
  font-weight: 100;
}
@media (min-width: 768px) {
  .base-4231abc4 h4 {
    letter-spacing: 1px;
  }
}
.base-4231abc4 input[type=submit] {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 3px;
  appearance: none;
  transition: background-color ease-in-out 0.15s;
  cursor: pointer;
  box-shadow: var(--block-shadow-min);
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: var(--link-color);
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: inherit;
  white-space: normal;
  display: inline;
  line-height: inherit;
  font-size: inherit;
  text-decoration: underline;
  font-size: 13px;
  color: var(--visited-bar-color);
}
.base-4231abc4 input[type=submit]:hover {
  background-color: var(--link-hover-color);
  color: var(--white);
}
.base-4231abc4 input[type=submit]:disabled {
  background-color: var(--gray4);
  font-weight: 300;
  cursor: not-allowed;
  color: var(--gray6);
  box-shadow: none;
}
.base-4231abc4 input[type=submit]:hover,
.base-4231abc4 input[type=submit]:disabled {
  background-color: transparent;
  color: var(--link-hover-color);
  text-decoration: none;
}
.base-4231abc4 input[type=submit]:disabled {
  font-weight: inherit;
  color: var(--gray5);
}
.base-4231abc4 input[type=submit]:hover {
  color: var(--visited-bar-color);
  background-color: transparent;
}
.therapist-4231abc4 {
  max-width: 350px;
  display: flex;
  padding: 6px 8px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .therapist-4231abc4 {
    margin-right: 0;
    padding: 0 8px 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .therapist-4231abc4:nth-child(2) {
    margin-right: 0;
  }
  .therapist-4231abc4:nth-child(3),
  .therapist-4231abc4:nth-child(4) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .therapist-4231abc4:nth-child(3) {
    margin-right: 0;
  }
  .therapist-4231abc4:nth-child(4) {
    display: none;
  }
}
.therapist-4231abc4:last-child {
  margin-right: 0;
}
.therapist-4231abc4:hover {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}
.photo-4231abc4 {
  position: relative;
}
@media (min-width: 768px) {
  .photo-4231abc4 {
    margin-right: 8px;
  }
}
.photo-4231abc4 img {
  border-radius: 100%;
  box-shadow: var(--block-shadow-min);
}
.detail-4231abc4 {
  white-space: nowrap;
  text-align: left;
  align-self: center;
  flex: 1;
  color: var(--visited-bar-color);
  font-weight: 100;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .detail-4231abc4 {
    display: block;
  }
}
.detail-4231abc4 h5 {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 4px;
}
.availability-4231abc4 {
  font-size: 12px;
  opacity: 0.8;
}
.availability-4231abc4 strong {
  font-weight: 300;
}
.availability-4231abc4 i {
  width: 0.8em;
}
.fees-4231abc4 {
  background-color: var(--black);
  opacity: 0.6;
  float: right;
  padding: 3px 5px;
  line-height: 1;
  border-radius: 4px;
  margin-left: 10px;
  color: var(--white);
}
/*# sourceMappingURL=index.module.css.map */