div#trp-floater-ls {
    display: none;
}
.language-selector {
  position: absolute;
  display: inline-block;
  font-family: Arial, sans-serif;
  color: #fff;
  right: 100px;
  bottom: 140px;

}
li.is-current a {
    background: #DCDCDC !important;
}

#lang-toggle {
      background-color: transparent;
      border: 1px solid #666;
      padding: 5px 15px;
      cursor: pointer;
    width: 135px;
    height: 40px;
    font-size: 13px;
    text-align: left;
    font-family: Georgia, serif;
    letter-spacing: 0.05em;
    color: #fff;
}

#lang-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: #000;
  border: 1px solid #666;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 135px;
}

#lang-list li a {
    padding: 5px 0 5px 27px;
    height: 30px;
    cursor: pointer;
    display: flex;
    background: #fff;
    color: #000;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: 0;
}

#lang-list li a:hover {
  background-color: #f2f2f2;
}


.language-selector.active #lang-list {
  display: block;
}



#toggle-icon {
    position: absolute;
    right: 15px;
}

#toggle-icon::before {
  content: '＋';
}


.language-selector.active #toggle-icon::before {
  content: '－';
}

#toggle-icon {
    position: absolute;
    right: 15px;
}

#toggle-icon::before {
  content: '＋';
}


#toggle-icon {
  font-size: 10px;
}


.l-footer-column-wrap {
    margin: 5rem 0 210px;
}
.l-footer-icon {
    position: absolute;
    top: auto;
    right: auto;
    left: 50px;
    bottom: 141px;
}
#lang-toggle {
    width: 135px;
    height: 40px;
}
@media print, screen and (max-width: 768px) {
    .l-footer-wpra {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .l-footer-icon {
        margin: 0;
        position: static;
        top: auto;
        right: auto;
        left: 50px;
        bottom: 141px;
        width: fit-content;
    }
    .language-selector {
        position: relative;
        display: inline-block;
        font-family: Arial, sans-serif;
        color: #fff;
        right: auto;
        bottom: auto;
        width: fit-content;
    }
    .l-footer-column-wrap {
        margin: 5rem 0 45px;
    }
    .l-footer__copy {
        font-size: 11px;
        font-size: 2.93333vw;
        width: 100%;
        margin: 140px auto 0;
    }
    .language-selector #lang-list {
      display: none;
    }

}