/* =========================
   LINKS
========================= */
.links-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  margin: 24px auto;
  max-width: 900px;
}

.links-section h2 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

/* table */
.links-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.links-table th,
.links-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: middle;
}

.links-table th {
  background: #f3f4f6;
  font-weight: 600;
  text-align: left;
}

/* CLICK link */
.links-table a {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #333;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
}

.links-table a:hover {
  background: #333;
  color: #fff;
}

/* responsive */
@media (max-width: 600px) {
  .links-table th:nth-child(1),
  .links-table td:nth-child(1) {
    width: 72px;
  }
}
