* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 0;
  background: #F3F6FA;
  color: #111827;
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure,
ul,
ol,
table {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

input {
  font: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 0;
  text-align: left;
}

.home-page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #F3F6FA;
}

.home-page a {
  color: inherit;
  display: block;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .line2,
.home-page .line3 {
  display: -webkit-box;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

.up {
  color: #D64545;
}

.down {
  color: #18946B;
}

.gold {
  color: #C9972B;
}

@media (min-width: 769px) and (max-width: 1439px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: calc(100% - 80px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  html,
  body {
    min-width: 0;
  }

  body {
    overflow-x: hidden;
  }

  .home-page {
    width: 100%;
    min-height: 0;
  }

  .container {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 480px) {
  .container {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.utility-bar {
  height: 36px;
  background: #E9EEF5;
}

.utility-inner {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background: #EBEFF4;
  color: #4B5563;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}

.utility-inner time {
  flex: 0 0 auto;
  margin-right: 16px;
}

.utility-inner strong {
  color: #172033;
  font-weight: 500;
}

.utility-inner nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.brand-header {
  height: 96px;
  background: #FFFFFF;
  border: 1px solid #D8E0EA;
}

.brand-inner {
  position: relative;
  height: 100%;
}

.brand-lockup {
  position: absolute;
  top: 14px;
  left: 0;
  width: 152px;
  height: 66px;
}

.brand-lockup h1 {
  height: 44px;
  color: #172033;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  white-space: nowrap;
}

.brand-lockup p {
  height: 16px;
  margin-top: 6px;
  overflow: hidden;
  color: #C9972B;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.search-box {
  position: absolute;
  top: 26px;
  left: 360px;
  width: 460px;
  height: 42px;
  background: #F5F7FA;
  border: 1px solid #D8DEE8;
}

.search-box span {
  position: absolute;
  top: 8px;
  left: 14px;
  color: #1E5AA8;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.search-box label {
  position: absolute;
  top: 11px;
  left: 46px;
  z-index: 1;
  color: #7B8794;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  pointer-events: none;
}

.search-box input {
  width: 100%;
  height: 100%;
  padding: 0 12px 0 44px;
  background: transparent;
  border: 0;
  color: #172033;
  outline: 0;
}

.search-box input:focus {
  box-shadow: 0 0 0 3px rgba(30, 90, 168, 0.12);
}

.header-links {
  position: absolute;
  top: 36px;
  right: 0;
  display: flex;
  gap: 10px;
}

.header-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 22px;
  overflow: hidden;
  background: #F5F7FA;
  color: #172033;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
}

.finance-navigation {
  height: 5px;
  background: #D9A21E;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .search-box {
    left: min(360px, 34%);
    width: min(460px, 38%);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .utility-bar {
    height: auto;
  }

  .utility-inner {
    min-height: 36px;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 6px 18px;
    white-space: normal;
  }

  .utility-inner time,
  .utility-inner nav {
    margin: 0;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    position: static;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) minmax(320px, 460px);
    gap: 12px 24px;
    height: auto;
    padding: 14px 0;
    align-items: center;
  }

  .brand-lockup,
  .search-box,
  .header-links {
    position: static;
  }

  .brand-lockup {
    width: auto;
  }

  .search-box {
    width: 100%;
  }

  .header-links {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 768px) {
  .utility-bar {
    height: auto;
  }

  .utility-inner {
    min-height: 36px;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 6px 14px;
    white-space: normal;
  }

  .utility-inner time,
  .utility-inner nav {
    margin: 0;
  }

  .utility-inner nav {
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .brand-header {
    height: auto;
  }

  .brand-inner {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding: 14px 0 16px;
  }

  .brand-lockup,
  .search-box,
  .header-links {
    position: static;
  }

  .brand-lockup {
    width: auto;
    height: auto;
  }

  .brand-lockup h1 {
    height: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .brand-lockup p {
    height: auto;
  }

  .search-box {
    width: 100%;
  }

  .header-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .utility-inner {
    display: block;
  }

  .utility-inner strong,
  .utility-inner nav {
    display: flex;
    margin-top: 8px;
  }

  .search-box label {
    right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.market-index-strip {
  height: 124px;
  background: #EEF2F7;
}

.market-index-inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  height: 92px;
  padding-top: 32px;
}

.market-index-inner article {
  min-width: 0;
  height: 92px;
  padding: 11px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8E0EA;
  box-shadow: 0 6px 16px -10px rgba(23, 32, 51, 0.06);
}

.market-index-inner h2 {
  height: 16px;
  overflow: hidden;
  color: #4B5563;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.market-index-inner p {
  height: 24px;
  margin-top: 6px;
  overflow: hidden;
  color: #172033;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.market-index-inner span {
  display: block;
  height: 16px;
  margin-top: 6px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .market-index-strip {
    height: auto;
  }

  .market-index-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .market-index-strip {
    height: auto;
  }

  .market-index-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    gap: 10px;
    padding: 16px 0;
  }
}

@media (max-width: 480px) {
  .market-index-inner {
    grid-template-columns: 1fr;
  }
}

.main-band {
  background: #F3F6FA;
}

.main-content {
  width: 1240px;
  margin: 0 auto;
  background: #F4F6F8;
  margin-bottom: 28px;
  margin-top: calc(137px + 32px);
}

.lead-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
  overflow: hidden;
  background: linear-gradient(90deg, #EEF3F8 0%, #FFFFFF 100%);
  border: 1px solid #D8E0EA;
  color: #5F6C7B;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.lead-image-placeholder img,
.chart-placeholder img,
.interview-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) and (max-width: 1439px) {
  .main-content {
    width: calc(100% - 80px);
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .main-content {
    width: auto;
    margin: 20px 16px 28px;
  }

  .lead-image-placeholder {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .main-content {
    margin-right: 12px;
    margin-left: 12px;
  }

  .lead-image-placeholder {
    height: 126px;
  }
}

.finance-decision-hero {
  display: grid;
  grid-template-columns: 420px 420px 352px;
  gap: 24px;
  height: 527px;
  margin-top: 32px;
  overflow: hidden;
  box-shadow: 0 10px 24px -12px rgba(23, 32, 51, 0.05);
}

.macro-lead-column,
.market-focus-card,
.mini-market-table,
.flash-calendar-panel {
  min-width: 0;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
}

.macro-lead-column {
  height: 527px;
  padding: 20px 21px;
}

.eyebrow {
  height: 16px;
  overflow: hidden;
  color: #C9972B;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.macro-lead-column h2 {
  height: 80px;
  margin-top: 16px;
  overflow: hidden;
  color: #172033;
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
}

.summary {
  height: 52px;
  margin-top: 16px;
  overflow: hidden;
  color: #4B5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.chart-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 154px;
  margin-top: 16px;
  overflow: hidden;
  background: #F5F7FA;
  border: 1px solid #E5E7EB;
  color: #7B8794;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.news-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  height: 24px;
}

.news-list li + li {
  margin-top: 16px;
}

.news-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  overflow: hidden;
  background: #F5F7FA;
  color: #1E5AA8;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
}

.news-list a {
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compact-news {
  margin-top: 16px;
}

.market-focus-column {
  height: 527px;
  overflow: hidden;
  background: #F4F6F8;
}

.market-focus-card {
  height: 325px;
  padding: 19px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 28px;
}

.section-head h2 {
  position: relative;
  height: 28px;
  padding-left: 14px;
  overflow: hidden;
  color: #172033;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

.section-head h2::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: 22px;
  background: #D9A21E;
}

.section-head a {
  margin-top: 6px;
  overflow: hidden;
  color: #7B8794;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.market-focus-card h3 {
  height: 60px;
  margin-top: 13px;
  overflow: hidden;
  color: #172033;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.market-focus-card > p {
  height: 46px;
  margin-top: 13px;
  overflow: hidden;
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.focus-list {
  margin-top: 18px;
}

.focus-list span {
  color: #C9972B;
}

.mini-market-table {
  height: 186px;
  margin-top: 16px;
}

.mini-market-table th {
  height: 34px;
  background: #EEF3F8;
  color: #4B5563;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.mini-market-table td {
  height: 34px;
  color: #111827;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.mini-market-table th:first-child,
.mini-market-table td:first-child {
  padding-left: 14px;
  width: 140px;
}

.mini-market-table th:nth-child(2),
.mini-market-table td:nth-child(2) {
  width: 80px;
}

.mini-market-table th:nth-child(3),
.mini-market-table td:nth-child(3) {
  padding-right: 5px;
}

.flash-calendar-panel {
  height: 527px;
  padding: 17px;
}

.flash-list {
  margin-top: 14px;
}

.flash-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  height: 22px;
  align-items: center;
}

.flash-list li + li {
  margin-top: 14px;
}

.flash-list time {
  color: #1E5AA8;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.flash-list a {
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flash-calendar-panel > h3 {
  height: 19px;
  margin-top: 26px;
  overflow: hidden;
  color: #172033;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.calendar-list {
  margin-top: 14px;
}

.calendar-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  background: #F5F7FA;
}

.calendar-list li + li {
  margin-top: 14px;
}

.calendar-list span {
  color: #C9972B;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.calendar-list p {
  overflow: hidden;
  color: #111827;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1181px) and (max-width: 1439px) {
  .finance-decision-hero {
    grid-template-columns: minmax(340px, 420px) minmax(340px, 420px) minmax(280px, 352px);
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .finance-decision-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    overflow: visible;
  }

  .flash-calendar-panel {
    grid-column: 1 / -1;
  }

  .macro-lead-column,
  .market-focus-column,
  .market-focus-card,
  .flash-calendar-panel {
    height: auto;
    overflow: visible;
  }

  .macro-lead-column h2,
  .summary,
  .market-focus-card h3,
  .market-focus-card > p {
    height: auto;
  }
}

@media (max-width: 768px) {
  .finance-decision-hero {
    display: block;
    height: auto;
    margin-top: 20px;
    overflow: visible;
  }

  .macro-lead-column,
  .market-focus-column,
  .market-focus-card,
  .flash-calendar-panel {
    height: auto;
    overflow: visible;
  }

  .macro-lead-column,
  .market-focus-card,
  .flash-calendar-panel {
    padding: 15px;
  }

  .market-focus-column,
  .flash-calendar-panel {
    margin-top: 16px;
  }

  .macro-lead-column h2,
  .summary,
  .market-focus-card h3,
  .market-focus-card > p {
    height: auto;
  }

  .news-list li,
  .flash-list li {
    height: auto;
    align-items: flex-start;
  }

  .news-list a,
  .flash-list a {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .macro-lead-column,
  .market-focus-card,
  .flash-calendar-panel {
    padding: 13px;
  }

  .macro-lead-column h2 {
    font-size: 25px;
    line-height: 34px;
  }
}

.capital-market-section {
  height: 231px;
  margin-top: 32px;
  padding: 23px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8E0EA;
  box-shadow: 0 10px 24px -12px rgba(23, 32, 51, 0.05);
}

.wide-head {
  height: 28px;
}

.capital-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  height: 137px;
  margin-top: 18px;
  overflow: hidden;
}

.capital-grid article {
  min-width: 0;
  height: 137px;
  padding: 15px;
  overflow: hidden;
  background: #F5F7FA;
  border: 1px solid #E5E7EB;
}

.capital-grid h3 {
  height: 22px;
  overflow: hidden;
  color: #172033;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}

.capital-grid p {
  height: 24px;
  margin-top: 25px;
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.capital-grid span {
  display: block;
  height: 22px;
  margin-top: 12px;
  overflow: hidden;
  color: #4B5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .capital-market-section {
    height: auto;
    overflow: visible;
  }

  .capital-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .capital-market-section {
    height: auto;
    margin-top: 20px;
    padding: 15px;
    overflow: visible;
  }

  .section-head {
    height: auto;
    gap: 12px;
  }

  .section-head h2 {
    height: auto;
    white-space: normal;
  }

  .section-head a {
    text-align: right;
  }

  .capital-grid {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 16px;
    overflow: visible;
  }

  .capital-grid article {
    height: auto;
  }

  .capital-grid p,
  .capital-grid span {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .capital-market-section {
    padding: 13px;
  }
}

.risk-global-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 608px));
  gap: 24px;
  height: 265px;
  margin-top: 32px;
  overflow: hidden;
  box-shadow: 0 10px 24px -12px rgba(23, 32, 51, 0.05);
}

.finance-risk-section,
.global-market-section {
  min-width: 0;
  height: 265px;
  padding: 21px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
}

.risk-list {
  margin-top: 15px;
}

.risk-list li {
  grid-template-columns: 40px minmax(0, 1fr);
}

.global-table {
  height: 178px;
  margin-top: 15px;
  border: 1px solid #E5E7EB;
}

.global-table th {
  height: 34px;
  background: #EEF3F8;
  color: #4B5563;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.global-table td {
  height: 36px;
  color: #111827;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.global-table th:first-child,
.global-table td:first-child {
  width: 132px;
  padding-left: 12px;
}

.global-table th:nth-child(3),
.global-table td:nth-child(3) {
  padding-left: 32px;
  width: 132px;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .risk-global-row {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .finance-risk-section,
  .global-market-section {
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .risk-global-row {
    display: block;
    height: auto;
    margin-top: 20px;
    overflow: visible;
  }

  .finance-risk-section,
  .global-market-section {
    height: auto;
    padding: 15px;
    overflow: visible;
  }

  .global-market-section {
    margin-top: 16px;
  }

  .global-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .global-market-section {
    overflow-x: visible;
  }

  .global-table th,
  .global-table td {
    height: auto;
    padding: 9px 8px;
    line-height: 18px;
    white-space: normal;
    word-break: break-word;
    vertical-align: top;
  }

  .global-table th:first-child,
  .global-table td:first-child {
    width: 28%;
    padding-left: 8px;
  }

  .global-table th:nth-child(2),
  .global-table td:nth-child(2) {
    width: 35%;
  }
}

@media (max-width: 480px) {
  .finance-risk-section,
  .global-market-section {
    padding: 13px;
  }
}

.opinion-interview-section {
  height: 358px;
  margin-top: 32px;
  padding: 23px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D8E0EA;
  box-shadow: 0 10px 24px -12px rgba(23, 32, 51, 0.05);
}

.opinion-body {
  display: grid;
  grid-template-columns: 420px 360px 360px;
  gap: 24px;
  height: 264px;
  margin-top: 18px;
  overflow: hidden;
}

.brand-news-list li {
  grid-template-columns: 64px minmax(0, 1fr);
}

.brand-news-list span,
.roundtable-notes span {
  color: #C9972B;
}

.interview-card {
  height: 264px;
  overflow: hidden;
  background: #F5F7FA;
  border: 1px solid #E5E7EB;
}

.interview-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 184px;
  margin: 15px;
  overflow: hidden;
  background: #172033;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.interview-card h3 {
  height: 24px;
  margin: 12px 15px;
  overflow: hidden;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.roundtable-notes {
  height: 264px;
  padding: 15px;
  overflow: hidden;
  background: #EEF3F8;
  border: 1px solid #E5E7EB;
}

.roundtable-notes h3 {
  height: 22px;
  overflow: hidden;
  color: #172033;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.roundtable-notes ol {
  margin-top: 12px;
}

.roundtable-notes li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  height: 22px;
}

.roundtable-notes li + li {
  margin-top: 12px;
}

.roundtable-notes span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.roundtable-notes a {
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .opinion-interview-section {
    height: auto;
    overflow: visible;
  }

  .opinion-body {
    grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.9fr);
    height: auto;
    overflow: visible;
  }

  .roundtable-notes {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .opinion-interview-section {
    height: auto;
    margin-top: 20px;
    padding: 15px;
    overflow: visible;
  }

  .opinion-body {
    display: block;
    height: auto;
    overflow: visible;
  }

  .interview-card,
  .roundtable-notes {
    height: auto;
    margin-top: 16px;
  }

  .roundtable-notes {
    overflow: visible;
  }

  .roundtable-notes li {
    height: auto;
    align-items: flex-start;
  }

  .roundtable-notes a {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .opinion-interview-section {
    padding: 13px;
  }

  .interview-card figure {
    height: 150px;
  }
}

.enterprise-news-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.enterprise-news-panel {
  min-width: 0;
  padding: 17px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
}

.enterprise-news-list {
  margin-top: 14px;
}

.enterprise-news-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  height: auto;
  min-height: 42px;
  align-items: flex-start;
}

.enterprise-news-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E5E7EB;
}

.enterprise-news-list span {
  color: #6B7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.enterprise-news-list h3 {
  height: 22px;
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.enterprise-news-list p {
  height: 16px;
  margin-top: 3px;
  overflow: hidden;
  color: #5F6C7B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .enterprise-news-section {
    display: block;
    margin-top: 20px;
  }

  .enterprise-news-panel {
    padding: 15px;
    overflow: visible;
  }

  .enterprise-news-panel + .enterprise-news-panel {
    margin-top: 16px;
  }

  .enterprise-news-list h3,
  .enterprise-news-list p {
    height: auto;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .enterprise-news-panel {
    padding: 13px;
  }
}

.site-footer {
  height: 156px;
  overflow: hidden;
  background: #111827;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding-top: 28px;
  background: #172033;
}

.footer-brand {
  width: 360px;
}

.footer-brand h2 {
  height: 30px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.footer-brand p {
  height: 22px;
  margin-top: 10px;
  overflow: hidden;
  color: #C6D0DE;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 110px);
  gap: 34px;
  color: #C6D0DE;
}

.footer-links h3 {
  height: 17px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.footer-links a {
  display: block;
  height: 22px;
  overflow: hidden;
  color: #C6D0DE;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.footer-links h3 + a {
  margin-top: 9px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .site-footer {
    height: auto;
    min-height: 156px;
  }

  .footer-inner {
    height: auto;
    padding: 28px 0;
  }
}

@media (max-width: 768px) {
  .site-footer {
    height: auto;
  }

  .footer-inner {
    display: block;
    height: auto;
    padding: 26px 0;
  }

  .footer-brand {
    width: auto;
  }

  .footer-brand p {
    height: auto;
    white-space: normal;
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
  }
}

@media (max-width: 480px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
}
