/************************************************************
			Block Languages Module Styles
************************************************************/
.languages {
  position: relative; }
  .languages__list {
    background: #25a3fa;
    left: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: calc(100% - 0.3em);
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
    width: 100%; }
    .languages__list:target, .languages__list--active {
      max-height: 100vh; }
    .languages__list__item a, .languages__list__item a:visited {
      color: currentColor;
      font-size: 0.9em;
      font-weight: 600; }

/*# sourceMappingURL=blocklanguages.css.map */