.market-bulletin {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 34px;
  color: #f5fbf8;
}

.feature-navigation-ready.fold-none .market-bulletin {
  display: block;
}

.market-bulletin-shell {
  border: 1px solid rgba(105, 224, 205, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(21, 72, 64, 0.96), rgba(20, 37, 49, 0.98) 58%, rgba(17, 29, 39, 0.98)),
    #152632;
  box-shadow: 0 24px 58px rgba(8, 19, 27, 0.22);
  overflow: hidden;
}

.market-bulletin-shell[open] {
  border-color: rgba(105, 224, 205, 0.34);
}

.market-bulletin-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}

.market-bulletin-summary::-webkit-details-marker {
  display: none;
}

.market-bulletin-kicker {
  color: #9bd5cb;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.market-bulletin-title-wrap {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.market-bulletin-title-wrap strong {
  color: #ffffff;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.market-bulletin-title-wrap em {
  color: #bfd9d5;
  font-size: 0.95rem;
  font-style: normal;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-bulletin-date,
.market-bulletin-toggle {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(154, 217, 206, 0.24);
  border-radius: 999px;
  background: rgba(10, 24, 34, 0.48);
  color: #b7ddd6;
  font-size: 0.84rem;
  font-weight: 900;
}

.market-bulletin-toggle {
  background: rgba(255, 117, 84, 0.14);
  border-color: rgba(255, 117, 84, 0.25);
  color: #ffad94;
}

.market-bulletin-content {
  display: grid;
  gap: 16px;
  padding: 0 22px 22px;
}

.market-bulletin-lead {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(6, 21, 30, 0.44);
}

.market-bulletin-lead span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 117, 84, 0.15);
  color: #ff987e;
  font-size: 0.84rem;
  font-weight: 900;
}

.market-bulletin-lead p {
  margin: 0;
  color: #e8fbf5;
  font-size: 1.02rem;
  line-height: 1.7;
}

.market-bulletin-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.market-bulletin-card {
  min-height: 226px;
  padding: 18px;
  border: 1px solid rgba(112, 215, 199, 0.18);
  border-radius: 18px;
  background: rgba(9, 27, 38, 0.55);
}

.market-bulletin-card[data-card="overview"] {
  grid-column: 1 / -1;
  min-height: auto;
}

.market-bulletin-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.market-bulletin-card-head p {
  margin: 0;
  color: #9bd5cb;
  font-size: 0.92rem;
  font-weight: 900;
}

.market-bulletin-card-head strong {
  color: #ffffff;
  font-size: 1.14rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: right;
}

.market-bulletin-card-text {
  margin: 0 0 14px;
  color: #d9ece8;
  font-size: 0.96rem;
  line-height: 1.72;
}

.market-bulletin-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.market-bulletin-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(123, 199, 189, 0.2);
  border-radius: 999px;
  background: rgba(5, 18, 28, 0.62);
  color: #eafaf6;
  text-decoration: none;
}

.market-bulletin-links a:hover {
  border-color: rgba(255, 117, 84, 0.46);
  color: #ffffff;
}

.market-bulletin-links strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.88rem;
  line-height: 1.2;
}

.market-bulletin-links small {
  color: #7ed6ca;
  font-size: 0.75rem;
}

.market-bulletin-links span {
  color: #bcd7d3;
  font-size: 0.78rem;
  line-height: 1.2;
}

.market-bulletin-evidence-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.market-bulletin-evidence-chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 6px 9px;
  border: 1px solid rgba(123, 199, 189, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #bcd7d3;
  font-size: 0.78rem;
}

.market-bulletin-evidence-chips b {
  color: #79d6c9;
}

.market-bulletin-signal-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.market-bulletin-signal-board span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(5, 17, 25, 0.34);
  color: #cfe5e1;
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .market-bulletin {
    width: min(100% - 26px, 720px);
  }

  .market-bulletin-summary {
    grid-template-columns: 1fr auto;
  }

  .market-bulletin-kicker,
  .market-bulletin-date {
    display: none;
  }

  .market-bulletin-cards,
  .market-bulletin-signal-board {
    grid-template-columns: 1fr;
  }

  .market-bulletin-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .market-bulletin {
    width: min(100% - 20px, 480px);
    margin-top: 14px;
  }

  .market-bulletin-summary,
  .market-bulletin-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .market-bulletin-title-wrap em {
    white-space: normal;
  }

  .market-bulletin-card-head {
    display: grid;
  }

  .market-bulletin-card-head strong {
    text-align: left;
  }
}
