/* SDInomics public layout reference, reproduced with project-owned content. */
body.sdi-mode {
  background: #fff;
  color: #444;
  font-family: "Pretendard", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  --sdi-blue: #4087ae;
  --sdi-green: #97b333;
  --sdi-orange: #f4932b;
  --sdi-border: #d4d4d4;
}
.sdi-mode * {
  box-sizing: border-box;
}
.sdi-mode a {
  text-decoration: none;
  color: inherit;
}
.sdi-mode button,
.sdi-mode input,
.sdi-mode select,
.sdi-mode textarea {
  font: inherit;
}
.sdi-mode button {
  cursor: pointer;
}
.sdi-mode h1,
.sdi-mode h2,
.sdi-mode h3,
.sdi-mode p {
  margin: 0;
  letter-spacing: -0.025em;
}
.sdi-mode h1,
.sdi-mode h2,
.sdi-mode h3 {
  color: inherit;
  font-weight: 650;
}
.sdi-container {
  width: calc(100% - 60px);
  max-width: 1400px;
  margin: 0 auto;
}
.sdi-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 30;
  border-bottom: 1px solid transparent;
}
.sdi-header-inner {
  height: 130px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.sdi-header .generated-brand {
  flex-shrink: 0;
}
.sdi-header .full-logo-frame {
  width: 178px;
}
.sdi-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1;
  height: 100%;
}
.sdi-nav-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.sdi-nav-title {
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
  padding: 20px 10px;
  color: #333 !important;
  letter-spacing: -0.04em;
}
.sdi-nav-title:hover {
  color: var(--sdi-orange) !important;
}
.sdi-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 220px;
  width: max-content;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 16px 12px 24px;
  display: none;
  box-shadow: 0 8px 14px #00000008;
}
.sdi-dropdown > a {
  display: block;
  padding: 9px 4px;
  font-size: 14px;
  white-space: nowrap;
}
.sdi-dropdown > a:hover {
  color: var(--sdi-orange);
}
.sdi-nav-group:hover > .sdi-dropdown,
.sdi-nav:not(:has(.sdi-nav-group:hover)) .sdi-nav-group:focus-within > .sdi-dropdown {
  display: block;
}
.sdi-header-tools {
  display: flex;
  align-items: center;
  gap: 17px;
}
.sdi-header-tools button {
  background: none;
  border: 0;
  padding: 5px;
  color: #514c52;
}
.sdi-header-tools .icon {
  width: 29px;
  height: 29px;
  stroke-width: 2;
}
.sdi-login-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  line-height: 1;
  color: #514c52;
}
.sdi-login-icon .icon {
  width: 23px;
  height: 23px;
}
.sdi-menu-toggle {
  display: none;
}
.sdi-search-drawer {
  background: #f3f3f3;
  padding: 35px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sdi-search-drawer form {
  display: flex;
  max-width: 900px;
  margin: auto;
  gap: 14px;
  align-items: center;
}
.sdi-search-drawer label {
  font-size: 22px;
  font-weight: 600;
}
.sdi-search-drawer input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px;
  flex: 1;
  min-width: 0;
}
.sdi-search-drawer button:last-child {
  background: none;
  border: 0;
}
.sdi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sdi-blue);
  background: var(--sdi-blue);
  color: white !important;
  padding: 10px 23px;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.sdi-button:hover {
  filter: brightness(0.96);
}
.sdi-orange {
  background: var(--sdi-orange) !important;
  border-color: var(--sdi-orange) !important;
  color: white !important;
}
.sdi-neutral {
  background: #fff;
  border-color: #bbb;
  color: #555 !important;
}
.sdi-note {
  font-size: 12px !important;
  color: #888 !important;
  line-height: 1.7;
  margin: 25px 0 !important;
  letter-spacing: 0 !important;
}
.sdi-home {
  padding-top: 28px;
}
.sdi-leads {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sdi-lead {
  min-height: 382px;
  padding: 23px 20px 55px;
  color: white;
  position: relative;
  background: var(--sdi-blue);
}
.sdi-lead-weekly {
  background: var(--sdi-green);
}
.sdi-lead > a {
  display: block;
  color: white;
}
.sdi-lead h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.sdi-lead h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #f7f7e9;
}
.sdi-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 14px 0 17px;
}
.sdi-tags span {
  border: 1px solid #ffffff66;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #eef5f7;
  line-height: 1.4;
}
.sdi-lead time {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.sdi-lead p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sdi-dots {
  display: flex;
  gap: 10px;
}
.sdi-lead .sdi-dots {
  position: absolute;
  bottom: 42px;
  left: 20px;
}
.sdi-dots button {
  border: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  min-height: 0;
  padding: 0;
  background: #ffffff40;
}
.sdi-dots button[aria-pressed="true"] {
  background: #fff;
}
.sdi-shortcuts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 39px 0 60px;
  border: 1px solid var(--sdi-border);
}
.sdi-shortcuts > a,
.sdi-shortcuts > button {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
  padding: 16px 28px;
  background: #fff;
  border: 0;
  color: #333;
  min-height: 68px;
  line-height: 1.4;
}
.sdi-shortcuts > :nth-child(odd) {
  border-right: 1px solid var(--sdi-border);
}
.sdi-shortcuts > :nth-child(-n + 2) {
  border-bottom: 1px solid var(--sdi-border);
}
.sdi-shortcuts .icon {
  width: 33px;
  height: 33px;
  stroke: #3e769f;
  stroke-width: 1.7;
  flex-shrink: 0;
}
.sdi-shortcuts strong {
  font-size: 18px;
  font-weight: 600;
}
.sdi-shortcuts span {
  margin-left: auto;
  color: var(--sdi-orange);
  font-size: 31px;
  line-height: 1;
}
.sdi-shortcuts .sdi-orange .icon {
  stroke: #fff;
}
.sdi-shortcuts .sdi-orange span {
  color: #fff;
}
.sdi-subscription-banner {
  position: relative;
  background:
    linear-gradient(#0008, #0008),
    url("assets/semicon-hero-light.png") center/cover;
  margin: 0 0 62px;
}
.sdi-subscription-banner > .sdi-container {
  min-height: 440px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 25px;
}
.sdi-subscription-copy {
  text-align: center;
  color: white;
  padding: 40px 10px;
}
.sdi-subscription-copy h2 {
  font-size: 47px;
  line-height: 1.3;
  margin-bottom: 24px;
}
.sdi-subscription-copy p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 24px;
}
.sdi-subscription-copy .sdi-button {
  border-radius: 30px;
  padding: 13px 22px;
}
.sdi-special-card {
  background: #fff;
  padding: 25px 20px;
  min-height: 330px;
  position: relative;
  margin: 35px 0;
  color: #444;
}
.sdi-special-card h2 {
  font-size: 25px;
  margin-bottom: 16px;
}
.sdi-special-card h3 {
  color: #eaa34d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
.sdi-special-card time {
  font-size: 14px;
  color: #888;
}
.sdi-special-card p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sdi-special-card .sdi-dots {
  margin-top: 25px;
}
.sdi-special-card .sdi-dots button,
.sdi-media-slider .sdi-dots button {
  background: #e5e5e5;
}
.sdi-special-card .sdi-dots button[aria-pressed="true"],
.sdi-media-slider .sdi-dots button[aria-pressed="true"] {
  background: var(--sdi-orange);
}
.sdi-media-slider {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 30px 0 55px;
  min-height: 235px;
}
.sdi-media-slider > button {
  border: 0;
  background: none;
  color: #bdbdbd;
  padding: 0;
}
.sdi-media-slider > button .icon {
  width: 35px;
  height: 35px;
  stroke-width: 1;
}
.sdi-media-slider > a > span {
  font-size: 15px;
  font-weight: 600;
}
.sdi-media-slider h3 {
  font-size: 24px;
  line-height: 1.5;
  margin: 13px 0 12px;
}
.sdi-media-slider p {
  font-size: 15px;
  color: #777;
}
.sdi-media-slider .sdi-dots {
  grid-column: 1/-1;
  justify-content: center;
  margin-top: 15px;
}
.sdi-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--sdi-border);
  margin-top: 25px;
  margin-bottom: 80px;
}
.sdi-support-grid > section {
  padding: 25px 20px;
  min-height: 300px;
  min-width: 0;
}
.sdi-support-grid > section + section {
  border-left: 1px solid var(--sdi-border);
}
.sdi-support-grid h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
.sdi-support-grid h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.sdi-notice-lead {
  display: block;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sdi-notice-lead time {
  color: #888;
  font-size: 13px;
}
.sdi-notice-lead p {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 7px;
}
.sdi-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin: 5px 0;
}
.sdi-faq-link {
  display: block;
  padding: 0 0 10px 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
}
.sdi-faq-link:before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--sdi-orange);
}
.sdi-request-teaser {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 20px 0 24px;
  font-size: 14px;
  line-height: 1.5;
}
.sdi-request-teaser > .icon {
  width: 65px;
  height: 65px;
  padding: 10px;
  background: #eee;
  border-radius: 50%;
  color: #3b7299;
  flex-shrink: 0;
}
.sdi-support-grid .sdi-button {
  width: 100%;
  min-height: 35px;
  padding: 6px;
}
.sdi-support-icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
}
.sdi-support-icons > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  font-size: 14px;
}
.sdi-support-icons > a + a {
  border-left: 1px solid #ddd;
}
.sdi-support-icons .icon {
  width: 50px;
  height: 50px;
  color: #3b7299;
  stroke-width: 1.5;
}
.sdi-footer {
  margin-top: 60px;
  padding-bottom: 50px;
}
.sdi-footer-links {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  min-height: 59px;
  padding-left: 20px;
  gap: 0;
}
.sdi-footer-links > a {
  font-size: 13px;
  padding: 0 12px;
  line-height: 1.1;
}
.sdi-footer-links > a + a {
  border-left: 1px solid #888;
}
.sdi-footer-links .sdi-footer-media {
  margin-left: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  background: #559cbe;
  color: white;
  border: 0;
  padding: 15px 20px;
}
.sdi-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0 0;
  color: #888;
  font-size: 12px;
}
.sdi-footer-bottom strong {
  font-size: 15px;
  color: #777;
  margin-right: 25px;
}
.sdi-footer-bottom p {
  margin-top: 8px;
}
.sdi-footer-bottom > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.sdi-footer-bottom > div:last-child > a {
  font-size: 24px;
  font-weight: 650;
  color: #777;
}
.sdi-footer-bottom select {
  font-size: 11px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  margin-left: 5px;
}
/* Internal pages: blue section title, 200px left navigation, ruled heading. */
.sdi-page {
  display: grid;
  grid-template-columns: 198px minmax(0, 1fr);
  gap: 20px;
  padding-top: 28px;
  min-height: 580px;
}
.sdi-sidebar h2 {
  background: var(--sdi-blue);
  color: white;
  text-align: center;
  font-size: 22px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.sdi-sidebar nav {
  padding-top: 24px;
}
.sdi-sidebar nav > a {
  display: block;
  position: relative;
  padding: 12px 8px 12px 10px;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.3;
}
.sdi-sidebar nav > a:last-child {
  border: 0;
}
.sdi-sidebar nav > a:before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--sdi-orange);
}
.sdi-sidebar nav > a.active,
.sdi-sidebar nav > a:hover {
  color: var(--sdi-orange);
}
.sdi-content {
  min-width: 0;
}
.sdi-page-title {
  height: 102px;
  border-bottom: 3px solid #333;
  margin-bottom: 49px;
}
.sdi-page-title h1 {
  font-size: 36px;
  color: #333;
  line-height: 1.3;
  margin: -7px 0 11px;
}
.sdi-page-title > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.sdi-page-title p {
  font-size: 15px;
  color: #666;
}
.sdi-page-title nav {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  color: #777;
}
.sdi-page-title nav > a {
  font-weight: 700;
  color: #444;
}
.sdi-page-title nav > strong {
  font-weight: 400;
}
.sdi-text-tabs {
  display: flex;
  gap: 0;
  margin: -4px 0 18px;
  flex-wrap: wrap;
}
.sdi-text-tabs > a {
  font-size: 15px;
  padding: 0 10px;
  border-right: 1px solid #999;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sdi-text-tabs > a:first-child {
  padding-left: 0;
}
.sdi-text-tabs > a:last-child {
  border: 0;
}
.sdi-text-tabs > a.active {
  color: #1d6f9d;
}
.sdi-report-row {
  border-bottom: 1px solid #ddd;
  padding: 25px 31px;
  position: relative;
  min-height: 175px;
  transition: background 0.16s;
  outline: 1px solid transparent;
  outline-offset: -1px;
}
.sdi-report-row:hover {
  background: #e6f0f4;
  outline-color: var(--sdi-blue);
}
.sdi-report-row h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  padding-right: 65px;
  margin-bottom: 9px;
  color: #333;
}
.sdi-report-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #888;
  margin: 8px 0 12px;
  line-height: 1.5;
}
.sdi-report-meta b {
  background: var(--sdi-blue);
  color: white;
  padding: 2px 6px;
  font-weight: 400;
}
.sdi-report-meta > span {
  border: 1px solid #ccc;
  background: white;
  color: #888;
  padding: 0 4px;
  font-size: 12px;
}
.sdi-report-meta time {
  margin-left: 10px;
  font-size: 14px;
  color: #888;
}
.sdi-report-row p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sdi-url {
  position: absolute;
  right: 24px;
  top: 25px;
  background: #fff;
  border: 1px solid #bdbdbd;
  color: #555;
  font-size: 12px !important;
  border-radius: 2px;
  padding: 5px 10px;
  line-height: 1.5;
}
.sdi-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 36px 0;
}
.sdi-pagination > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.sdi-pagination > a[aria-current="page"] {
  background: #555;
  color: white;
  border-color: #555;
}
.sdi-list-search {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 25px 0 45px;
}
.sdi-list-search input,
.sdi-list-search select {
  border: 1px solid #ccc;
  background: #fff;
  padding: 7px 10px;
  min-width: 0;
  font-size: 14px;
  height: 40px;
}
.sdi-list-search input {
  width: 260px;
}
.sdi-list-search .sdi-button {
  background: #777;
  border-color: #777;
}
.sdi-empty {
  padding: 60px 15px !important;
  text-align: center;
  color: #888 !important;
  font-size: 15px !important;
}
.sdi-special-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  border-bottom: 1px solid #ccc;
}
.sdi-special-row > .sdi-report-row {
  border: 0;
  padding-left: 20px;
}
.sdi-special-row > aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  border-left: 1px solid #eee;
  font-size: 14px;
}
.sdi-special-row > aside > span {
  color: #999;
  font-size: 12px;
}
.sdi-article > header {
  border-top: 1px solid #555;
  border-bottom: 1px solid #ccc;
  padding: 22px 20px;
  position: relative;
  margin-bottom: 30px;
}
.sdi-article > header h2 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 550;
  padding-right: 40px;
}
.sdi-article > header time {
  font-size: 14px;
  color: #888;
}
.sdi-article > p {
  font-size: 16px;
  line-height: 1.9;
  margin: 25px 20px;
}
.sdi-document-intro {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 30px 20px;
}
.sdi-document-intro .research-cover {
  width: 200px;
  font-family: inherit;
}
.sdi-document-intro h3 {
  font-size: 23px;
  margin: 0 0 15px;
}
.sdi-document-intro ol {
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
}
.sdi-document-intro .sdi-button {
  margin: 0 5px 8px 0;
}
.sdi-article-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #ccc;
  padding: 20px;
  margin-top: 30px;
  font-size: 14px;
}
.sdi-article-footer > a:last-child {
  margin-left: auto;
}
.sdi-article .video-placeholder {
  margin: 25px 0;
  border-radius: 0;
}
.sdi-box-tabs {
  display: flex;
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.sdi-box-tabs > a,
.sdi-box-tabs > span {
  flex: 1;
  text-align: center;
  padding: 13px 8px;
  border-left: 1px solid #ddd;
  line-height: 1.4;
  font-size: 15px;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdi-box-tabs > :first-child {
  border-left: 0;
}
.sdi-box-tabs .active {
  color: var(--sdi-blue);
  outline: 1px solid #78a4be;
  outline-offset: -1px;
  background: #fff;
}
.sdi-subscribe-product {
  display: grid;
  grid-template-columns: 1fr 230px;
  border-top: 2px solid #555;
  border-bottom: 1px solid #bbb;
  min-height: 280px;
}
.sdi-subscribe-product > div {
  padding: 30px;
}
.sdi-subscribe-product h2 {
  font-size: 27px;
  margin-bottom: 15px;
}
.sdi-subscribe-product p {
  font-size: 16px;
}
.sdi-subscribe-product ul {
  padding-left: 20px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.9;
}
.sdi-subscribe-product aside {
  border-left: 1px solid #ccc;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #fafafa;
}
.sdi-subscribe-product aside strong {
  font-size: 25px;
  color: var(--sdi-orange);
}
.sdi-subscribe-product aside span {
  font-size: 13px;
  color: #888;
}
.sdi-prose {
  font-size: 16px;
  line-height: 1.9;
  padding: 0 0 30px;
}
.sdi-prose h2 {
  font-size: 30px;
  margin: 0 0 25px;
  color: #333;
}
.sdi-prose h3 {
  font-size: 23px;
  margin: 35px 0 20px;
}
.sdi-prose p {
  margin: 0 0 24px;
  line-height: 1.9;
}
.sdi-prose ul,
.sdi-prose ol {
  padding-left: 25px;
  margin: 20px 0 30px;
}
.sdi-prose .sdi-button {
  margin-right: 10px;
}
.sdi-intro-banner {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  margin: 35px 0;
}
.sdi-greeting {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}
.sdi-greeting > img {
  width: 100%;
  height: auto;
}
.sdi-greeting h2 {
  font-size: 29px;
  margin: 0 0 15px;
}
.sdi-greeting p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.8;
}
.sdi-greeting h3 {
  font-size: 23px;
  margin: 30px 0 20px;
}
.sdi-greeting a {
  font-size: 13px;
  color: var(--sdi-blue);
}
.sdi-info-box {
  padding: 28px 30px;
  border: 1px solid #ccc;
  background: #fafafa;
  margin: 20px 0 30px;
  font-size: 16px;
  line-height: 1.8;
}
.sdi-info-box h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.sdi-info-box h3 {
  font-size: 20px;
  margin: 0 0 12px;
}
.sdi-info-box p {
  margin: 0 0 12px;
}
.sdi-info-box .sdi-button {
  margin-top: 15px;
}
.sdi-media-row > a {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 24px;
}
.sdi-media-row img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.sdi-media-row h2 {
  padding: 0;
}
.sdi-table-wrap {
  overflow: auto;
}
.sdi-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  border-top: 2px solid #555;
}
.sdi-table th {
  background: #f4f4f4;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #bbb;
}
.sdi-table td {
  padding: 18px 14px;
  border-bottom: 1px solid #ddd;
}
.sdi-table td:first-child,
.sdi-table td:last-child {
  text-align: center;
  color: #888;
  white-space: nowrap;
}
.sdi-table small {
  font-size: 10px;
  color: #b79973;
}
.sdi-table td a:hover {
  color: var(--sdi-orange);
}
.sdi-faq-list {
  border-top: 2px solid #666;
}
.sdi-faq-list details {
  border-bottom: 1px solid #ddd;
}
.sdi-faq-list summary {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  padding: 20px;
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
}
.sdi-faq-list summary::-webkit-details-marker {
  display: none;
}
.sdi-faq-list summary > strong {
  font-size: 24px;
  color: #66a7c8;
}
.sdi-faq-list summary > span {
  background: #69aacc;
  border: 1px solid #5598b8;
  color: #fff;
  font-size: 10px;
  min-width: 65px;
  text-align: center;
  padding: 1px 4px;
}
.sdi-faq-list summary b {
  font-weight: 500;
}
.sdi-faq-list summary > i {
  font-style: normal;
  margin-left: auto;
  color: #bbb;
  font-size: 22px;
}
.sdi-faq-list details[open] summary > i {
  transform: rotate(180deg);
}
.sdi-faq-list details > div {
  padding: 24px 30px 30px 20px;
  display: flex;
  gap: 22px;
  background: #f5f5f5;
}
.sdi-faq-list details > div > strong {
  font-size: 24px;
  color: var(--sdi-orange);
}
.sdi-faq-list details > div > p {
  font-size: 15px;
  line-height: 1.9;
}
.sdi-form h3 {
  font-size: 21px;
  margin: 30px 0 15px;
}
.sdi-form-table {
  border-top: 2px solid #555;
  border-bottom: 1px solid #bbb;
}
.sdi-form-table > label {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 13px 20px;
  gap: 20px;
  font-size: 15px;
}
.sdi-form-table > label:last-child {
  border: 0;
}
.sdi-form input,
.sdi-form select,
.sdi-form textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 9px 12px;
  width: 100%;
  max-width: 560px;
  border-radius: 0;
  color: #444;
  min-width: 0;
}
.sdi-form textarea {
  height: 170px;
  resize: vertical;
}
.sdi-form-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}
.sdi-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  font-size: 14px;
}
.sdi-check > input {
  width: 18px;
  height: 18px;
  max-width: 18px;
}
.sdi-agreement {
  border: 1px solid #ddd;
  padding: 23px;
  font-size: 14px;
  color: #777;
  line-height: 1.9;
  min-height: 130px;
}
.sdi-steps {
  margin-bottom: 40px;
}
.sdi-login {
  min-height: 495px;
  text-align: center;
  padding: 65px 0 80px;
}
.sdi-login h1 {
  font-size: 37px;
  margin-bottom: 15px;
  color: #333;
}
.sdi-social-logins {
  max-width: 480px;
  display: grid;
  gap: 10px;
  margin: 20px auto;
}
.sdi-social-logins button {
  background: var(--sdi-blue);
  color: white;
  border: 0;
  padding: 17px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
}
.sdi-social-logins button + button {
  background: #52a5aa;
  color: white;
}
.sdi-login-links {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 25px;
}
.sdi-login-links a {
  font-size: 15px;
  padding: 0 20px;
  color: #666;
}
.sdi-login-links a:first-child {
  color: #4994b7;
  border-right: 1px solid #999;
}
.sdi-login .sdi-note {
  font-size: 12px;
}
.sdi-gate {
  text-align: center;
  padding: 60px 20px 80px;
  background: #fafafa;
  border: 1px solid #ddd;
}
.sdi-gate > .icon {
  width: 40px;
  height: 40px;
  color: #5c98b3;
  margin-bottom: 20px;
}
.sdi-gate h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.sdi-gate p {
  font-size: 15px;
  color: #888;
  margin-bottom: 25px;
}
.sdi-gate .sdi-button {
  margin: 0 5px;
}
.sdi-account-facts {
  display: grid;
  gap: 0;
  margin: 20px 0;
}
.sdi-account-facts > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.sdi-account-facts dt {
  font-size: 15px;
  color: #888;
}
.sdi-account-facts dd {
  margin: 0;
  font-size: 15px;
}
.sdi-wide-search {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.sdi-wide-search input {
  padding: 12px;
  border: 1px solid #ccc;
  flex: 1;
  min-width: 0;
}
.sdi-search-count {
  font-size: 15px;
  color: #777;
  padding: 10px 0 20px;
}
.sdi-preview-values {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  max-height: 300px;
  overflow: auto;
  word-break: break-word;
}
.sdi-preview-values p {
  font-size: 14px;
  margin: 8px 0;
}
.sdi-full-menu {
  display: none;
}
@media (max-width: 1150px) {
  .sdi-header-inner {
    gap: 20px;
    height: 110px;
  }
  .sdi-header .full-logo-frame {
    width: 160px;
  }
  .sdi-nav-title {
    font-size: 17px;
    padding: 20px 6px;
  }
  .sdi-header-tools {
    gap: 12px;
  }
  .sdi-container {
    width: calc(100% - 40px);
  }
  .sdi-subscription-copy h2 {
    font-size: 40px;
  }
  .sdi-support-grid > section {
    padding: 22px 17px;
  }
  .sdi-support-grid h2 {
    font-size: 18px;
  }
  .sdi-subscription-banner > .sdi-container {
    grid-template-columns: 1fr 270px;
  }
  .sdi-page {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .sdi-page-title nav {
    display: none;
  }
  .sdi-greeting {
    grid-template-columns: 210px 1fr;
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .sdi-header-inner {
    height: 90px;
    gap: 15px;
  }
  .sdi-header .full-logo-frame {
    width: 178px;
  }
  .sdi-nav {
    display: none;
  }
  .sdi-menu-toggle {
    display: inline-block;
  }
  .sdi-header-tools {
    margin-left: auto;
    gap: 20px;
  }
  .sdi-home {
    padding-top: 20px;
  }
  .sdi-lead {
    min-height: 345px;
  }
  .sdi-lead h2 {
    font-size: 23px;
  }
  .sdi-lead h3 {
    font-size: 17px;
  }
  .sdi-lead p {
    color: #fff;
    font-size: 14px;
  }
  .sdi-shortcuts strong {
    font-size: 16px;
  }
  .sdi-shortcuts > a,
  .sdi-shortcuts > button {
    padding: 16px 18px;
    gap: 13px;
  }
  .sdi-shortcuts {
    margin-bottom: 45px;
  }
  .sdi-subscription-banner > .sdi-container {
    grid-template-columns: 1fr 250px;
  }
  .sdi-subscription-copy h2 {
    font-size: 34px;
  }
  .sdi-subscription-copy p {
    color: #fff;
    font-size: 16px;
  }
  .sdi-special-card h2 {
    font-size: 22px;
  }
  .sdi-support-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sdi-support-grid > section {
    min-height: 265px;
  }
  .sdi-support-grid > section:nth-child(3) {
    border-left: 0;
  }
  .sdi-support-grid > section:nth-child(n + 3) {
    border-top: 1px solid #ddd;
  }
  .sdi-page {
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 20px;
  }
  .sdi-sidebar h2 {
    font-size: 19px;
  }
  .sdi-sidebar nav > a {
    font-size: 14px;
  }
  .sdi-page-title h1 {
    font-size: 30px;
  }
  .sdi-page-title p {
    font-size: 13px;
  }
  .sdi-report-row {
    padding: 23px 20px;
  }
  .sdi-report-row h2 {
    font-size: 20px;
  }
  .sdi-report-row p {
    font-size: 14px;
  }
  .sdi-text-tabs > a {
    font-size: 13px;
  }
  .sdi-box-tabs > a,
  .sdi-box-tabs > span {
    font-size: 13px;
  }
  .sdi-document-intro {
    grid-template-columns: 150px 1fr;
    gap: 25px;
    padding: 20px 0;
  }
  .sdi-document-intro .research-cover {
    width: 150px;
    padding: 18px;
  }
  .sdi-document-intro h3 {
    font-size: 21px;
  }
  .sdi-document-intro ol {
    font-size: 14px;
  }
  .sdi-subscribe-product {
    grid-template-columns: 1fr;
  }
  .sdi-subscribe-product aside {
    border-left: 0;
    border-top: 1px solid #ddd;
    align-items: flex-start;
  }
  .sdi-greeting {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
  .sdi-greeting p {
    font-size: 14px;
  }
  .sdi-form-table > label {
    grid-template-columns: 120px 1fr;
    padding: 13px 10px;
    gap: 12px;
  }
  .sdi-faq-list summary {
    padding: 17px 12px;
    gap: 10px;
    font-size: 13px;
  }
  .sdi-faq-list summary > span {
    min-width: 50px;
    font-size: 9px;
  }
  .sdi-media-row > a {
    grid-template-columns: 140px 1fr;
    gap: 15px;
  }
  .sdi-special-row {
    grid-template-columns: 1fr;
  }
  .sdi-special-row > aside {
    flex-direction: row;
    border-left: 0;
    justify-content: flex-end;
    padding-top: 0;
  }
  .sdi-full-menu {
    display: block;
    position: fixed;
    inset: 90px 0 0;
    background: #fff;
    z-index: 40;
    overflow: auto;
    padding: 20px;
  }
  .sdi-full-menu-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin-bottom: 15px;
  }
  .sdi-full-menu-top a {
    background: #1986b2;
    color: white;
    text-align: center;
    padding: 18px;
    font-size: 18px;
    line-height: 1.3;
  }
  .sdi-full-menu-top a + a {
    background: #91b010;
  }
  .sdi-full-menu-subscribe {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ff8b00;
    color: white !important;
    padding: 17px 20px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sdi-full-menu-subscribe > span {
    margin-left: auto;
    font-size: 30px;
  }
  .sdi-full-menu details {
    border-bottom: 1px solid #aaa;
  }
  .sdi-full-menu summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 23px;
    font-weight: 650;
    padding: 22px 12px;
    cursor: pointer;
    list-style: none;
  }
  .sdi-full-menu summary::-webkit-details-marker {
    display: none;
  }
  .sdi-full-menu summary:after {
    content: "⌄";
    font-size: 30px;
    font-weight: 400;
    color: #ff8b00;
  }
  .sdi-full-menu details[open] summary:after {
    transform: rotate(180deg);
  }
  .sdi-full-menu details > nav {
    background: #f6f6f6;
    padding: 7px 20px 18px;
  }
  .sdi-full-menu details > nav > a {
    display: block;
    font-size: 17px;
    padding: 12px;
    color: #666;
  }
  .sdi-full-menu details > nav > a:hover {
    color: var(--sdi-orange);
  }
}
@media (max-width: 600px) {
  .sdi-container {
    width: calc(100% - 30px);
  }
  .sdi-header-inner {
    height: 78px;
  }
  .sdi-header .full-logo-frame {
    width: 164px;
  }
  .sdi-header-tools {
    gap: 12px;
  }
  .sdi-header-tools .icon {
    width: 25px;
    height: 25px;
  }
  .sdi-login-icon .icon {
    width: 21px;
    height: 21px;
  }
  .sdi-leads {
    grid-template-columns: 1fr;
  }
  .sdi-lead {
    min-height: 285px;
    padding: 23px 20px 60px;
  }
  .sdi-lead h2 {
    font-size: 25px;
  }
  .sdi-lead h3 {
    font-size: 18px;
  }
  .sdi-lead p {
    color: #fff;
    font-size: 15px;
    -webkit-line-clamp: 2;
  }
  .sdi-lead .sdi-dots {
    bottom: 25px;
  }
  .sdi-shortcuts {
    margin: 23px 0 35px;
    grid-template-columns: 1fr;
  }
  .sdi-shortcuts > :nth-child(odd) {
    border-right: 0;
  }
  .sdi-shortcuts > :nth-child(-n + 3) {
    border-bottom: 1px solid #ddd;
  }
  .sdi-shortcuts > a,
  .sdi-shortcuts > button {
    padding: 14px 18px;
    min-height: 60px;
  }
  .sdi-shortcuts strong {
    font-size: 16px;
  }
  .sdi-shortcuts .icon {
    width: 29px;
    height: 29px;
  }
  .sdi-subscription-banner {
    margin-bottom: 30px;
  }
  .sdi-subscription-banner > .sdi-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 0 30px;
  }
  .sdi-subscription-copy {
    padding: 25px 0;
  }
  .sdi-subscription-copy h2 {
    font-size: 33px;
    margin-bottom: 16px;
  }
  .sdi-subscription-copy p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 22px;
  }
  .sdi-special-card {
    width: 100%;
    min-height: 265px;
    margin: 15px 0 0;
    padding: 23px;
  }
  .sdi-special-card p {
    -webkit-line-clamp: 2;
  }
  .sdi-media-slider {
    grid-template-columns: 23px 1fr 23px;
    gap: 10px;
    padding: 25px 0 30px;
    min-height: 215px;
  }
  .sdi-media-slider h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .sdi-media-slider > a > span,
  .sdi-media-slider p {
    font-size: 13px;
  }
  .sdi-media-slider > button .icon {
    width: 24px;
    height: 24px;
  }
  .sdi-support-grid {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
  .sdi-support-grid > section {
    border-left: 0 !important;
    min-height: auto;
    padding: 25px 20px;
  }
  .sdi-support-grid > section + section {
    border-top: 1px solid #ddd;
  }
  .sdi-support-grid h2 {
    font-size: 21px;
  }
  .sdi-support-grid .sdi-support-icons {
    padding: 30px 20px;
  }
  .sdi-footer {
    margin-top: 45px;
    padding-bottom: 30px;
  }
  .sdi-footer-links {
    padding: 18px 10px;
    flex-wrap: wrap;
    gap: 13px 0;
    min-height: 0;
  }
  .sdi-footer-links > a {
    font-size: 11px;
    padding: 0 9px;
  }
  .sdi-footer-links .sdi-footer-media {
    display: none;
  }
  .sdi-footer-bottom {
    display: block;
    font-size: 11px;
  }
  .sdi-footer-bottom strong {
    font-size: 14px;
    margin-right: 15px;
  }
  .sdi-footer-bottom > div:last-child {
    align-items: flex-start;
    margin-top: 20px;
  }
  .sdi-footer-bottom > div:last-child > a {
    font-size: 20px;
  }
  .sdi-page {
    display: block;
    padding-top: 22px;
    min-height: 440px;
  }
  .sdi-sidebar h2 {
    min-height: 49px;
    font-size: 18px;
    padding: 10px;
  }
  .sdi-sidebar nav {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 0;
    margin-bottom: 25px;
  }
  .sdi-sidebar nav > a {
    font-size: 12px;
    padding: 9px 10px;
    border: 0;
    white-space: nowrap;
  }
  .sdi-sidebar nav > a:before {
    display: none;
  }
  .sdi-sidebar nav > a.active {
    background: #f4f4f4;
    color: var(--sdi-orange);
  }
  .sdi-page-title {
    height: auto;
    min-height: 85px;
    margin-bottom: 28px;
  }
  .sdi-page-title h1 {
    font-size: 28px;
    margin: 0 0 8px;
  }
  .sdi-page-title p {
    font-size: 13px;
    padding-bottom: 17px;
    line-height: 1.6;
  }
  .sdi-text-tabs {
    margin: 0 0 15px;
  }
  .sdi-text-tabs > a {
    font-size: 12px;
    padding: 0 8px;
    line-height: 1.3;
  }
  .sdi-report-row {
    padding: 20px 12px;
    min-height: 150px;
  }
  .sdi-report-row h2 {
    font-size: 18px;
    padding-right: 44px;
  }
  .sdi-report-row p {
    font-size: 14px;
    line-height: 1.6;
  }
  .sdi-url {
    right: 8px;
    top: 20px;
    font-size: 10px !important;
    padding: 3px 6px;
  }
  .sdi-report-meta {
    font-size: 10px;
    gap: 4px;
  }
  .sdi-report-meta > span {
    font-size: 10px;
  }
  .sdi-report-meta time {
    font-size: 11px;
    margin-left: 4px;
  }
  .sdi-list-search {
    gap: 5px;
  }
  .sdi-list-search input {
    width: 150px;
    flex: 1;
  }
  .sdi-list-search input,
  .sdi-list-search select {
    font-size: 12px;
    padding: 7px;
  }
  .sdi-list-search .sdi-button {
    padding: 8px 13px;
    font-size: 12px;
  }
  .sdi-pagination {
    margin: 25px 0;
  }
  .sdi-box-tabs {
    flex-wrap: wrap;
  }
  .sdi-box-tabs > a,
  .sdi-box-tabs > span {
    font-size: 12px;
    min-width: 30%;
    padding: 11px 6px;
  }
  .sdi-faq-tabs > a {
    flex-basis: 33.33%;
    border-bottom: 1px solid #ddd;
  }
  .sdi-faq-tabs > a:nth-child(4) {
    border-left: 0;
  }
  .sdi-faq-list summary {
    padding: 15px 9px;
    gap: 8px;
    font-size: 13px;
  }
  .sdi-faq-list summary > strong {
    font-size: 20px;
  }
  .sdi-faq-list summary > span {
    font-size: 9px;
    min-width: 44px;
    max-width: 55px;
    flex-shrink: 0;
  }
  .sdi-faq-list summary > i {
    font-size: 20px;
  }
  .sdi-faq-list details > div {
    padding: 18px 15px;
    gap: 15px;
  }
  .sdi-faq-list details > div > p {
    font-size: 13px;
  }
  .sdi-article > header {
    padding: 17px 12px;
    margin-bottom: 20px;
  }
  .sdi-article > header h2 {
    font-size: 23px;
    line-height: 1.5;
    padding-right: 30px;
  }
  .sdi-article > p {
    font-size: 14px;
    margin: 22px 10px;
    line-height: 1.8;
  }
  .sdi-document-intro {
    grid-template-columns: 1fr;
    padding: 15px 10px;
    gap: 28px;
  }
  .sdi-document-intro > div {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    padding: 20px;
  }
  .sdi-document-intro .research-cover {
    width: 165px;
  }
  .sdi-document-intro h3 {
    font-size: 22px;
  }
  .sdi-document-intro ol {
    font-size: 15px;
  }
  .sdi-article-footer {
    padding: 15px 5px;
    font-size: 13px;
  }
  .sdi-prose h2 {
    font-size: 25px;
  }
  .sdi-prose {
    font-size: 14px;
  }
  .sdi-prose h3 {
    font-size: 20px;
  }
  .sdi-intro-banner {
    height: 170px;
  }
  .sdi-greeting {
    grid-template-columns: 1fr;
  }
  .sdi-greeting > img {
    width: 175px;
  }
  .sdi-greeting h2 {
    font-size: 26px;
  }
  .sdi-greeting p {
    font-size: 14px;
  }
  .sdi-media-row > a {
    grid-template-columns: 1fr;
  }
  .sdi-media-row img {
    max-width: 100%;
    width: 100%;
  }
  .sdi-media-row h2 {
    padding: 0;
  }
  .sdi-form-table > label {
    grid-template-columns: 90px 1fr;
    padding: 12px 4px;
    gap: 12px;
    font-size: 13px;
  }
  .sdi-form input,
  .sdi-form textarea,
  .sdi-form select {
    font-size: 13px;
    padding: 8px;
  }
  .sdi-form textarea {
    height: 140px;
  }
  .sdi-form-actions {
    gap: 7px;
  }
  .sdi-button {
    font-size: 13px;
    padding: 10px 17px;
  }
  .sdi-subscribe-product > div {
    padding: 22px 18px;
  }
  .sdi-subscribe-product h2 {
    font-size: 23px;
  }
  .sdi-subscribe-product p,
  .sdi-subscribe-product ul {
    font-size: 14px;
  }
  .sdi-subscribe-product aside {
    padding: 22px;
  }
  .sdi-special-row > aside {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 12px 20px;
    font-size: 12px;
  }
  .sdi-table {
    font-size: 12px;
  }
  .sdi-table th,
  .sdi-table td {
    padding: 13px 6px;
  }
  .sdi-table td:last-child {
    font-size: 10px;
  }
  .sdi-table td:nth-child(2) {
    min-width: 135px;
  }
  .sdi-login {
    padding: 55px 0 50px;
    min-height: 460px;
  }
  .sdi-login h1 {
    font-size: 32px;
  }
  .sdi-social-logins button {
    font-size: 15px;
  }
  .sdi-login-links a {
    font-size: 12px;
    padding: 0 11px;
  }
  .sdi-login .sdi-note {
    font-size: 11px;
  }
  .sdi-info-box {
    padding: 22px 18px;
    font-size: 14px;
  }
  .sdi-info-box h2 {
    font-size: 22px;
  }
  .sdi-gate {
    padding: 40px 15px;
  }
  .sdi-gate h2 {
    font-size: 21px;
  }
  .sdi-gate p {
    font-size: 13px;
  }
  .sdi-account-facts > div {
    grid-template-columns: 110px 1fr;
  }
  .sdi-account-facts dt,
  .sdi-account-facts dd {
    font-size: 13px;
  }
  .sdi-search-drawer {
    padding: 22px 15px;
  }
  .sdi-search-drawer form {
    gap: 7px;
    flex-wrap: wrap;
  }
  .sdi-search-drawer label {
    font-size: 17px;
    flex-basis: 100%;
  }
  .sdi-search-drawer input {
    width: 100px;
    font-size: 14px;
  }
  .sdi-search-drawer .sdi-button {
    padding: 10px 15px;
  }
  .sdi-full-menu {
    inset: 78px 0 0;
    padding: 15px;
  }
  .sdi-full-menu-top a {
    font-size: 17px;
    padding: 15px;
  }
  .sdi-full-menu-subscribe {
    font-size: 19px;
    padding: 15px;
    margin-bottom: 18px;
  }
  .sdi-full-menu summary {
    font-size: 22px;
    padding: 21px 9px;
  }
  .sdi-full-menu details > nav > a {
    font-size: 16px;
    padding: 12px 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sdi-report-row {
    transition: none;
  }
}

/* Compact home media preview, using the archive's original thumbnails. */
.sdi-home-media { margin-bottom: 60px; }
.sdi-home-media-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:22px; }
.sdi-home-media-heading h2 { font-size:25px; line-height:1.3; }
.sdi-home-media-heading > a { font-size:14px; color:#666; padding:8px 0 8px 16px; }
.sdi-home-media-heading > a:hover { color:var(--sdi-orange); }
.sdi-home-media-items { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.sdi-home-media-item { display:grid; grid-template-columns:minmax(0,1fr); align-items:start; gap:16px; }
.sdi-home-media-thumb { position:relative; aspect-ratio:16/9; overflow:hidden; background:#eee; }
.sdi-home-media-thumb img { display:block; width:100%; height:100%; object-fit:cover; filter:none; }
.sdi-home-media-thumb > span { position:absolute; inset:0; display:grid; place-items:center; }
.sdi-home-media-thumb .icon { width:44px; height:44px; padding:12px; border-radius:50%; background:#0009; fill:#fff; stroke:#fff; }
.sdi-home-media-item p { font-size:14px; line-height:1.3; color:var(--sdi-blue); margin-bottom:8px; }
.sdi-home-media-item h3 { font-size:20px; line-height:1.45; font-weight:600; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; }
.sdi-home-media-item time { display:block; margin-top:10px; color:#888; font-size:14px; }
.sdi-home-media-item:hover h3 { color:var(--sdi-blue); }
.sdi-home-media .sdi-home-media-caption { font-size:12px; color:#888; margin-top:18px; }
@media (min-width:601px) and (max-width:1000px) { .sdi-home-media-items { gap:20px; } .sdi-home-media-item h3 { font-size:17px; } }
@media (max-width:600px) { .sdi-home-media { margin-bottom:40px; } .sdi-home-media-heading h2 { font-size:22px; } .sdi-home-media-items {
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:82%;
    gap:16px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:2px;
    padding:2px 2px 10px;
    scrollbar-width:none;
  }
  .sdi-home-media-items::-webkit-scrollbar { display:none; }
  .sdi-home-media-item { scroll-snap-align:start; gap:12px; }
  .sdi-home-media-item h3 { font-size:17px; }
  .sdi-home-media-thumb .icon { width:38px; height:38px; padding:10px; } }

.sdi-nav-group:last-child > .sdi-dropdown { left:auto; right:0; }
.sdi-nav-group:has(.sdi-dropdown) > .sdi-nav-title { outline-offset:-4px; }
