/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./source/components/profile-detail-locations/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
.c-profile-detail-locations {
  padding: 24px 20px;
  border-radius: 16px;
  background-color: #e8eff7;
}
@media (max-width: 919px) {
  .c-profile-detail-locations {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
@media (min-width: 920px) {
  .c-profile-detail-locations {
    padding: 24px;
  }
}

.c-profile-detail-locations__title {
  font-family: "Ubuntu Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 26px;
  color: #1c3c51;
  line-height: 1;
}

.c-profile-detail-locations__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.c-profile-detail-locations--expandable .c-profile-detail-locations__item.secondary {
  display: none;
}
.c-profile-detail-locations--expandable.is-expanded .c-profile-detail-locations__item.secondary {
  display: inherit;
}

.c-profile-detail-locations__toggle {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 24px;
}
.c-profile-detail-locations__toggle.button {
  font-weight: 500;
  font-size: 14px;
}
.c-profile-detail-locations__toggle.button > * {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-profile-detail-locations__toggle .c-profile-detail-locations__toggle-collapse {
  display: none;
  gap: 8px;
}
.c-profile-detail-locations.is-expanded .c-profile-detail-locations__toggle .c-profile-detail-locations__toggle-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-profile-detail-locations__toggle .c-profile-detail-locations__toggle-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.c-profile-detail-locations.is-expanded .c-profile-detail-locations__toggle .c-profile-detail-locations__toggle-expand {
  display: none;
}

/*# sourceMappingURL=styles.css.map*/