body > [data-na-home-articles] {
  width: min(960px, calc(100% - 32px));
  margin: 24px auto 32px;
  padding: 0;
  color: #062f61;
}

[data-na-home-articles] .reading-stack {
  padding: 18px 20px 15px;
  border: 2px solid #0b467b;
  border-top: 8px solid #aa2727;
  background: #fffef2;
  box-shadow: 5px 5px 0 #e6d77a;
}

[data-na-home-articles] .reading-stack-label {
  margin: 0 0 14px;
  color: #aa2727;
  font: 700 24px/1.1 Arial, sans-serif;
  letter-spacing: 0;
}

[data-na-home-articles] .reading-stack-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

[data-na-home-articles] .reading-sheet {
  display: grid;
  grid-template-columns: 24px 1fr;
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  border: 1px solid #a9b8c5;
  background: #fff;
  color: #063461;
  text-decoration: none;
}

[data-na-home-articles] .reading-sheet:hover,
[data-na-home-articles] .reading-sheet:focus-visible {
  border-color: #aa2727;
  background: #fff8c6;
  color: #8e2020;
}

[data-na-home-articles] .sheet-number {
  color: #aa2727;
  font: 700 10px/1.4 Arial, sans-serif;
}

[data-na-home-articles] .sheet-title {
  min-width: 0;
  overflow-wrap: anywhere;
  font: 700 13px/1.3 Arial, sans-serif;
}

[data-na-home-articles] details {
  display: inline-block;
  width: calc(50% - 4px);
  margin-top: 10px;
  vertical-align: top;
}

[data-na-home-articles] summary {
  padding: 7px 9px;
  border: 1px solid #a9b8c5;
  background: #f1efc8;
  color: #073866;
  font: 700 12px/1.2 Arial, sans-serif;
  cursor: pointer;
}

[data-na-home-articles] details[open] {
  display: block;
  width: 100%;
}

[data-na-home-articles] details[open] .reading-stack-list {
  margin-top: 8px;
}

@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  #Table_01,
  #Table_01 tbody,
  #Table_01 tr,
  #Table_01 td {
    width: 100% !important;
    height: 190px !important;
    max-width: 100% !important;
  }

  #Table_01 td {
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: auto 190px !important;
  }

  #Table_01 img {
    width: 362px !important;
    max-width: 100% !important;
    height: 190px !important;
    opacity: 0;
  }

  body > div,
  body > div > table,
  body > div > table > tbody,
  body > div > table > tbody > tr,
  body > div > table > tbody > tr > td,
  body > div > table table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body > div > table > tbody > tr > td {
    display: block;
  }

  body > div table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
  }

  body > div > table table tr,
  body > div > table table td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body > div,
  body > div * {
    overflow-wrap: anywhere;
  }

  body > div img {
    max-width: 100% !important;
    height: auto !important;
  }

  body > [data-na-home-articles] {
    width: calc(100% - 20px);
    margin: 14px auto 24px;
  }

  [data-na-home-articles] .reading-stack {
    padding: 15px 12px 12px;
  }

  [data-na-home-articles] .reading-stack-list {
    grid-template-columns: 1fr;
  }

  [data-na-home-articles] .reading-sheet {
    min-height: 58px;
  }

  [data-na-home-articles] details {
    display: block;
    width: 100%;
  }
}
