/* #######################################################################
 * 🐢 TRTL UX — Footer (TA)
 * File: /assets/css/footer.css
 * Version: v6.0.3-TA (TRTL v1.0.1)
 ####################################################################### */

.ftr__row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ftr__left,
.ftr__right {
  display: flex;
  gap: 18px;
  align-items: center;
}

.ftr__center a {
  font-weight: 600;
}

.ftr a,
.btnlink {
  color: var(--t-green);
  font-size: 14px;
  text-decoration: none;
}

.ftr a:hover,
.btnlink:hover {
  text-decoration: underline;
}

.btnlink {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}