.content-page .tabs-spines {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.content-page .tabs-spines .spine {
  font-family: "OpenSansBold", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #66b2f3;
  cursor: pointer;
  padding-bottom: 1px;
}
.content-page .tabs-spines .spine.active {
  color: #041221;
  position: relative;
}
.content-page .tabs-spines .spine.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  border: none;
  border-bottom: 1px solid #041221;
  bottom: 0;
  left: 0;
}
.content-page .tabs-body .body {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (min-width: 768px) {
  .content-page .tabs-body .body {
    flex-wrap: nowrap;
  }
}
.content-page .tabs-body .body .left-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-page .tabs-body .body .left-column {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-page .tabs-body .body .left-column {
    width: 400px;
  }
}
.content-page .tabs-body .body .left-column .saloon-name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  line-height: normal;
  gap: 5px;
}
.content-page .tabs-body .body .left-column .saloon-name:hover {
  text-decoration: underline;
}
.content-page .tabs-body .body .right-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-page .tabs-body .body .right-column {
    width: calc(100% - 325px);
  }
}
@media only screen and (min-width: 1024px) {
  .content-page .tabs-body .body .right-column {
    width: calc(100% - 425px);
  }
}

/*# sourceMappingURL=kss-salon-addresses.css.map */
