body{
  overflow-x: hidden;
  max-width: 100%;
}

.button {
    margin-bottom: 0;
  }
.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    font-family: "Inter", sans-serif;
  }
  .table tbody tr td {
    height: 20px !important;
  }
  
  .table td,
  .table th {
    padding: 12px 16px;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #e5e7eb;

  }
  
  .table td:last-child,
  .table th:last-child {
    display: none;
  }
  
  /* Headings inside table cells */
  .table h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #111827;
    line-height: 1.3;
  }
  
  /* Paragraph text */
  .table p {
    margin: 0;
    color: #4b5563;
    line-height: 1.5;
    font-size: 14px;
  }
  
  .badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 32px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    margin-bottom: 6px;
    margin-left: 12px;
  }
  
  .badge-success {
    background-color: #16a34a;
  }
  
  .badge-primary {
    background-color: #2563eb;
  }
  
  .badge-pale.badge-success {
    background-color: #22c55e;
    color: white;
  }
  
  .badge-sm {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 32px;
  }
  
  .section-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #111827;
    border-top: 1px solid #e5e7eb;
  }
  
  .section-title:first-of-type {
    border-top: none;
    margin-top: 0;
  }

  tr + tr td {
    margin: 0;
    padding-top: 0px;
  }
  
  .table tr:hover {
    background-color: #fafafa;
  }
  
  h6 + p {
    margin-top: 4px;
  }

  #comment-form .g-recaptcha.invisible {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    line-height: 0 !important;
    display: block !important;
  }

  #comment-form .form-group {
    margin-bottom: 0 !important;
  }

  .roadmap-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }

  .roadmap-wrapper .container,
  .roadmap-wrapper .row {
    max-width: 100%;
    overflow-x: hidden;
  }

  .roadmap-drive {
    flex-wrap: wrap;
    max-width: 100%;
  }
