.legal-page{
    padding: 60px 0 100px;
    background: #f5f5f5;
    color: #111;
}

.legal-title{
    margin: 0 0 32px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    font-weight: 400;
}

.legal-content{
    font-size: 16px;
    line-height: 1.8;
}

.legal-content h2{
    margin: 42px 0 14px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}

.legal-content h3{
    margin: 28px 0 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.legal-content p{
    margin: 0 0 18px;
}

.legal-content strong{
    font-weight: 700;
}

.legal-content a{
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 768px){
    .legal-page{
        padding: 36px 0 70px;
    }

    .legal-content{
        font-size: 15px;
        line-height: 1.7;
    }

    .legal-content h2{
        font-size: 22px;
        margin-top: 32px;
    }

    .legal-content h3{
        font-size: 18px;
    }
}

.legal-content {
  line-height: 1.7;
}

.legal-content h2,
.legal-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-content p,
.legal-content ul {
  margin-bottom: 1rem;
}

.legal-content ul {
  padding-left: 1.25rem;
}

/* Táblázat wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
}

/* Táblázat */
.legal-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.legal-table th,
.legal-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.55;
}

.legal-table th {
  background: #f7f7f7;
  font-weight: 700;
  white-space: nowrap;
}

.legal-table tr:last-child td {
  border-bottom: none;
}

.legal-table td {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* Linkek a táblázatban */
.legal-table a {
  text-decoration: underline;
}

/* Mobil finomhangolás */
@media (max-width: 768px) {
  .legal-table {
    min-width: 680px;
    font-size: 0.9rem;
  }

  .legal-table th,
  .legal-table td {
    padding: 12px 12px;
  }

  .table-responsive {
    border-radius: 10px;
  }
}