.terms-container {
    max-width: 720px;
    margin: 4rem auto;
    padding: 2rem;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .terms-container h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #222;
  }

  .terms-container h2 {
    font-size: 1.2rem;
    margin-top: 2rem;
    color: #444;
  }

  .terms-container ul {
    padding-left: 1.2rem;
    list-style: disc;
  }

  .terms-footer {
    text-align: right;
    font-size: 0.85rem;
    color: #888;
    margin-top: 2rem;
  }