/**
 * Colors
 */
/**
 * SCSS variables.
 */
/**
 * Language Table Styling.
 */
.young-person-profile-lang-table {
  margin-bottom: 60px;
}
.young-person-profile-lang-table span {
  display: block;
}

.young-person-profile-lang-table__th--decorative {
  width: 16.66%;
  padding-left: 15px;
}

.young-person-profile-lang-table__th--decorative-inner {
  background: #213369;
  min-height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.lang-table-header-row,
.young-person-profile-lang-table__row {
  display: flex;
  width: 100%;
}
.lang-table-header-row > *,
.young-person-profile-lang-table__row > * {
  width: 16.66%;
}

.young-person-profile-lang-table__lang-title {
  color: #213369;
  background: white;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.young-person-profile-lang-table__main-title-cell {
  background: #213369;
  padding: 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.young-person-profile-lang-table__secondary-title-group--listening,
.young-person-profile-lang-table__secondary-title-group--speaking {
  width: 33.32%;
}

.young-person-profile-lang-table__secondary-title-group--writing {
  width: 16.66%;
  padding-left: 15px;
}

:root .young-person-profile-lang-table__main-title,
:root .young-person-profile-lang-table__secondary-title {
  text-align: center;
  color: white;
  padding: 0 15px;
}

:root .young-person-profile-lang-table__secondary-title {
  padding-bottom: 5px;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
}

.young-person-profile-lang-table__main-title--understanding {
  margin-left: 16.66%;
  width: 33.32%;
}

.young-person-profile-lang-table__main-title--speaking {
  width: 33.32%;
}

.young-person-profile-lang-table__cell-value {
  min-height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #213369;
}

.young-person-profile-lang-table__secondary-title-group {
  display: flex;
}

.young-person-profile-lang-table__secondary-title-group--listening,
.young-person-profile-lang-table__secondary-title-group--speaking {
  padding-left: 15px;
  padding-right: 15px;
}

.young-person-profile-lang-table__lang-name-cell {
  min-height: 40px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.young-person-profile-lang-table__cell-value {
  color: white;
  position: relative;
}

.young-person-profile-lang-table__cell-value-inner {
  background: #213369;
  display: flex;
  height: 100%;
  width: 100%;
  line-height: 100%;
  justify-content: center;
  align-items: center;
}

.young-person-profile-lang-table__cell-value-text {
  width: 80%;
  background: white;
  color: #213369;
  padding: 15px 0;
  border-radius: 10px;
}

.young-person-profile-lang-table__cell-value:nth-of-type(even) {
  padding-left: 15px;
}

.young-person-profile-lang-table__cell-value:nth-of-type(odd) {
  padding-right: 15px;
}

.young-person-profile-lang-table__secondary-title {
  width: 50%;
  background: #213369;
}

.young-person-profile-lang-table__secondary-title--writing {
  width: 100%;
}

.lang-table-secondary-title-text--writing {
  width: 100%;
}

.young-person-profile-lang-table__row:last-of-type > div:nth-child(2) > div,
.young-person-profile-lang-table__row:last-of-type > div:nth-child(4) > div {
  border-bottom-left-radius: 5px;
}

.young-person-profile-lang-table__row:last-of-type > div:nth-child(3) > div,
.young-person-profile-lang-table__row:last-of-type > div:nth-child(5) > div {
  border-bottom-right-radius: 5px;
}

.young-person-profile-lang-table__row:last-of-type > div:nth-child(6) > div {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (min-width: 1060px) {
  :root .young-person-profile-lang-table__lang-name {
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #213369;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1060px) {
  .young-person-profile-lang-table__cell-value-text {
    padding: 5px !important;
  }
}

/*# sourceMappingURL=young-person-lang-table.css.map */
