.shs-smc-directory{
  margin: 1.5rem 0 2.5rem;
  color:#18362c;
}
.shs-smc-header{
  text-align:center;
  margin:0 auto 1.5rem;
}
.shs-smc-header h2{
  margin:0 0 .35rem;
  font-size:clamp(1.45rem,2.5vw,2rem);
}
.shs-smc-address{
  margin:.25rem auto .8rem;
  max-width:820px;
  line-height:1.6;
}
.shs-smc-header h3{
  margin:.35rem 0 0;
  font-size:clamp(1.1rem,2vw,1.45rem);
}
.shs-smc-table-wrap{
  overflow-x:auto;
  border:1px solid #dfe6df;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 26px rgba(21,54,43,.06);
}
.shs-smc-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}
.shs-smc-table th,
.shs-smc-table td{
  padding:14px 16px;
  border-bottom:1px solid #e8ece8;
  text-align:left;
  vertical-align:top;
}
.shs-smc-table thead th{
  background:#184d3b;
  color:#fff;
  font-weight:700;
}
.shs-smc-table tbody tr:last-child td{
  border-bottom:0;
}
.shs-smc-table tbody tr:nth-child(even){
  background:#f8faf8;
}
.shs-smc-table th:first-child,
.shs-smc-table td:first-child{
  width:90px;
  text-align:center;
}
.shs-smc-empty{
  padding:1.25rem 1.4rem;
  border:1px dashed #c8d5cb;
  border-radius:12px;
  background:#f8faf8;
}
.shs-smc-empty p{
  margin:.35rem 0 0;
}

@media (max-width: 680px){
  .shs-smc-table-wrap{
    overflow:visible;
    border:0;
    box-shadow:none;
    background:transparent;
  }
  .shs-smc-table,
  .shs-smc-table thead,
  .shs-smc-table tbody,
  .shs-smc-table tr,
  .shs-smc-table th,
  .shs-smc-table td{
    display:block;
    min-width:0;
    width:100%;
  }
  .shs-smc-table thead{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
  }
  .shs-smc-table tbody tr{
    margin:0 0 14px;
    padding:14px 16px;
    border:1px solid #dfe6df;
    border-radius:12px;
    background:#fff !important;
    box-shadow:0 6px 18px rgba(21,54,43,.05);
  }
  .shs-smc-table td,
  .shs-smc-table td:first-child{
    display:grid;
    grid-template-columns:135px 1fr;
    gap:12px;
    padding:8px 0;
    border:0;
    text-align:left;
  }
  .shs-smc-table td::before{
    content:attr(data-label);
    font-weight:700;
    color:#184d3b;
  }
}
