/* Human-readable presentation for HawaiiGuide's public agent resources. */
.hg-agent-resources th { text-align: left; }
.hg-agent-resources td:first-child { min-width: 150px; }
.hg-agent-resources td:last-child { white-space: nowrap; }

@media (max-width: 640px) {
  .responsive-table-wrapper:has(.hg-agent-resources) { overflow: visible; }
  .article-content table.hg-agent-resources { display: block; overflow: visible; border: 0; }
  .hg-agent-resources thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .hg-agent-resources tbody,
  .hg-agent-resources tr,
  .hg-agent-resources td { display: block; width: 100%; box-sizing: border-box; }
  .hg-agent-resources tr {
    margin: 0 0 12px;
    overflow: hidden;
    border: 1px solid #d8e1de;
    border-left: 4px solid #1d9771;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(23, 49, 59, 0.06);
  }
  .article-content .hg-agent-resources td { padding: 8px 14px; border: 0; }
  .article-content .hg-agent-resources td:first-child {
    min-width: 0;
    padding-top: 13px;
    font-size: 18px;
    font-weight: 750;
  }
  .article-content .hg-agent-resources td:nth-child(2) { color: #465c64; line-height: 1.5; }
  .article-content .hg-agent-resources td:last-child {
    padding-bottom: 13px;
    color: #60737a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    white-space: normal;
  }
}
