/* IJCT ? modern shell + legacy partial content */

.iacst-featured-banner-wrap {
  text-align: center;
}

.iacst-featured-banner,
.icct-header-logo.iacst-featured-banner {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.ijct-tab-content .content {
  max-width: 960px;
  margin: 0 auto;
}

.ijct-tab-content .MajorTitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--icct-primary, #e7842f);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.ijct-tab-content .MajorTitleSmall {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a365d;
}

.ijct-tab-content .SubTitle {
  font-size: 1.05rem;
  font-weight: 600;
  color: #334155;
  margin-top: 0.75rem;
}

.ijct-tab-content .table_orange {
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  border: 1px solid #f0c9a0;
  border-radius: 0.375rem;
  overflow: hidden;
}

.ijct-tab-content .table_orange th {
  background: linear-gradient(90deg, #e7842f, #c96a1a);
  color: #fff;
  font-size: 0.9rem;
  padding: 0.5rem;
  border: 1px solid #fff;
}

.ijct-tab-content .table_orange td {
  background: #fff8ef;
  padding: 0.5rem;
  border: 1px solid #f5e6d3;
  vertical-align: middle;
}

.ijct-tab-content #emphasize_date {
  font-weight: 700;
  color: #c53030;
}

.ijct-tab-content .img img {
  max-width: min(100%, 720px);
  height: auto;
}

.ijct-tab-content table[width] {
  width: 100% !important;
  max-width: 100%;
}
