/* Yasal sayfalar (TR + EN, post meta _ff_legal): okunur tablolar. Yalnizca aktif tasarim tokenlari. */
.ff-legal article table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 24px;
  font-size: 15px;
  line-height: 22px;
}
.ff-legal article table th,
.ff-legal article table td {
  padding: 10px 12px;
  border-bottom: 1px solid #E4E7EA;
  text-align: left;
  vertical-align: top;
  color: #565656;
}
.ff-legal article table thead th {
  background: #F0F5F7;
  color: #252525;
  font-weight: 600;
  border-bottom-color: #8C9498;
}
@media (max-width: 767px) {
  .ff-legal article table { display: block; overflow-x: auto; }
}