/* EPSO Jobs Table - built-in styles (standalone) */

.epso-jobs-wrap table.epso-jobs-table{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
  border:1px solid #d9d9d9;
  font-family: inherit;
}

.epso-jobs-wrap table.epso-jobs-table thead th{
  background:#262a56;
  color:#ffffff;
  font-family: inherit;
  font-size:26px;
  font-weight:400;
  line-height:1.15;
  padding:18px 22px;
  text-align:left;
  border-right:1px solid rgba(255,255,255,0.22);
  border-bottom:1px solid #262a56;
}

.epso-jobs-wrap table.epso-jobs-table thead th:last-child{
  border-right:none;
}

.epso-jobs-wrap table.epso-jobs-table tbody td{
  background:#f7f7f7;
  color:#111;
  font-family: inherit;
  font-size:16px;
  font-weight:400;
  line-height:1.45;
  padding:14px 20px; /* tighter rows to match Salary table */
  vertical-align:middle;
  border-top:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
}

.epso-jobs-wrap table.epso-jobs-table tbody td:last-child{
  border-right:none;
}

.epso-jobs-wrap table.epso-jobs-table tbody tr:hover td{
  background:#f7f7f7;
}

.epso-jobs-wrap table.epso-jobs-table tbody td a{
  color:#1a5fb4;
  font-weight:600;
  text-decoration:none;
  font-size:16px;
  line-height:1.45;
}
.epso-jobs-wrap table.epso-jobs-table tbody td a:hover,
.epso-jobs-wrap table.epso-jobs-table tbody td a:focus{
  text-decoration:underline;
}

/* Mobile: stacked cards with blue field headers */
@media (max-width: 768px){
  .epso-jobs-wrap table.epso-jobs-table thead{
    display:none;
  }

  .epso-jobs-wrap table.epso-jobs-table,
  .epso-jobs-wrap table.epso-jobs-table tbody,
  .epso-jobs-wrap table.epso-jobs-table tr,
  .epso-jobs-wrap table.epso-jobs-table td{
    display:block;
    width:100%;
  }

  .epso-jobs-wrap table.epso-jobs-table tr{
    border:1px solid #d9d9d9;
    margin-bottom:16px;
    background:#f7f7f7;
  }

  .epso-jobs-wrap table.epso-jobs-table tbody td{
    border:none;
    padding:0;
    background:#f7f7f7;
  }

  .epso-jobs-wrap table.epso-jobs-table tbody td::before{
    content: attr(data-label);
    display:block;
    background:#262a56;
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    line-height:1.2;
    padding:14px 18px;
    border-bottom:1px solid rgba(255,255,255,0.22);
  }

  .epso-jobs-wrap table.epso-jobs-table tbody td > *{
    display:block;
    padding:14px 18px;
    border-bottom:1px solid #e1e1e1;
  }

  .epso-jobs-wrap table.epso-jobs-table tbody td:last-child > *{
    border-bottom:none;
  }
}
