.custom-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  color: black;
  margin-bottom: 50px;
}

.custom-table th,
.custom-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}

.custom-table td.col-project {
  text-align: left;
}

.custom-table .col-logo {
  width: 10%;
}

.custom-table .col-project {
  width: 65% !important;
}

.custom-table .col-download {
  width: 25% !important;
}

.custom-table img {
  width: 80px;
  height: auto;
}

.btn-primary {
  background-color: #00aaff;
  border: none;
  padding: 8px 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .custom-table th,
  .custom-table td {
    padding: 6px;
    font-size: 12px;
  }

  .custom-table img {
    width: 40px;
  }

  .btn-primary {
    padding: 6px 10px;
    font-size: 12px;
  }

  .custom-table .col-logo {
    width: 15%;
  }

  .custom-table .col-project {
    width: 55% !important;
  }

  .custom-table .col-download {
    width: 30% !important;
  }
}
