/*
Theme Name: OrbexIT Under Construction
Author: OrbexIT
Description: Placeholder theme for sites in development.
Version: 1.0
*/

.lang-btn {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  text-decoration: none;
}

.lang-btn.active {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: #81FFD9;
}


.lang-btn:hover {
  color: #81FFD9;
}