
.amrj-board-page {
  padding: 54px 0 78px;
  background: #fff;
}

.amrj-board-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.amrj-board-header {
  margin-bottom: 28px;
}

.amrj-board-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--amrj-accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.amrj-board-header h1 {
  margin: 0;
  color: var(--amrj-navy);
  font-family: var(--amrj-serif);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.025em;
}

.amrj-board-rule {
  display: block;
  width: 84px;
  height: 2px;
  margin-top: 15px;
  background: var(--amrj-accent);
}

.amrj-board-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e0e4e8;
  box-shadow: 0 6px 24px rgba(22, 34, 52, .045);
}

.amrj-board-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #303946;
  font-size: 14px;
  line-height: 1.55;
}

.amrj-board-table th,
.amrj-board-table td {
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e8eb;
}

.amrj-board-table thead th {
  background: var(--amrj-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.amrj-board-table tbody tr:nth-child(even) {
  background: #f7f9f9;
}

.amrj-board-table tbody tr:hover {
  background: rgba(47, 111, 109, .065);
}

.amrj-board-table tbody tr:last-child td {
  border-bottom: 0;
}

.amrj-board-table td:first-child,
.amrj-board-table th:first-child {
  width: 78px;
  text-align: center;
}

.amrj-board-table td:nth-child(2) {
  color: var(--amrj-navy);
}

.amrj-board-table td strong {
  font-weight: 600;
}

.amrj-board-table-international th:last-child,
.amrj-board-table-international td:last-child {
  width: 150px;
}

@media (max-width: 760px) {
  .amrj-board-page {
    padding: 34px 0 54px;
  }

  .amrj-board-container {
    width: min(100% - 28px, 1180px);
  }

  .amrj-board-table-wrap {
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .amrj-board-table,
  .amrj-board-table tbody,
  .amrj-board-table tr,
  .amrj-board-table td {
    display: block;
    width: 100%;
  }

  .amrj-board-table thead {
    display: none;
  }

  .amrj-board-table tr {
    margin-bottom: 14px;
    border: 1px solid #e1e5e8;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(22, 34, 52, .045);
  }

  .amrj-board-table td {
    position: relative;
    padding: 12px 14px 12px 43%;
    min-height: 46px;
    border-bottom: 1px solid #edf0f2;
    text-align: left !important;
  }

  .amrj-board-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    top: 12px;
    width: 36%;
    color: var(--amrj-accent);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .amrj-board-table td:last-child {
    border-bottom: 0;
  }
}
