.terms-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px;
    color: #333;
  }
  
  .terms-header {
    display: flex;
    justify-content: space-between; /* Đẩy text sang trái và button sang phải */
    align-items: center; /* Căn giữa theo chiều dọc */
    margin-bottom: 20px; /* Khoảng cách dưới */
}

/* Text styling */
.terms-content-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0; /* Xóa khoảng cách mặc định */
    color: #333;
}
  .terms-title {
    font-size: 52px;
    font-weight: 300;
    color: #f5f5f5;
    margin: 0;
    letter-spacing: 2px;
  }
  
  .terms-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    position: absolute;
    top: 60px;
    margin: 0;
  }
  
  /* Content styles */
  .terms-content {
    margin-bottom: 40px;
  }
  
  .terms-article {
    margin-bottom: 30px;
  }
  
  .article-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .article-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .article-list {
    padding-left: 20px;
    margin-top: 0;
  }
  
  .article-list li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 50px;
  }
  
  /* PDF button styles */
  .terms-footer {
    margin-top: 40px;
  }
  
  .pdf-button-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .pdf-button {
    display: inline-block;
    color: #e83e8c;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
  }
  
  .pdf-arrow {
    color: #e83e8c;
    font-size: 18px;
    margin: 0 10px;
  }
  
  .pdf-label {
    font-size: 14px;
    color: #333;
  }
  
  .terms-date {
    font-size: 12px;
    color: #666;
    margin-top: 30px;
  }

  .privacy-policy-button {
    display: inline-block;
    color: #467886;
    font-weight: bold;
    text-decoration: underline #467886;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
