.rg-product-market-flash { background: #f3f6fa; }
.market-flash-brandbar { box-shadow: 0 2px 9px rgba(12,46,86,.12); }
.market-flash-brandbar-inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.market-flash-back {
    padding: 9px 14px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 5px;
    font-weight: 750;
}
.market-flash-back:hover { background: rgba(255,255,255,.12); }
.market-flash-layout {
    width: min(1180px, calc(100% - 40px));
    margin: 22px auto 42px;
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 22px;
    align-items: start;
}
.market-flash-paper {
    min-width: 0;
    padding: 30px 38px 38px;
    background: #fff;
    border: 1px solid #dfe5ed;
    box-shadow: 0 8px 28px rgba(20,48,82,.06);
}
.market-flash-breadcrumb { margin-bottom: 18px; color: #748197; font-size: 12px; }
.market-flash-breadcrumb a { color: #164f98; font-weight: 750; }
.market-flash-kicker {
    width: fit-content;
    margin-bottom: 13px;
    padding: 4px 10px;
    color: #fff;
    background: #e15355;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .06em;
}
.market-flash-title {
    margin: 0;
    color: #14233a;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.34;
    letter-spacing: -.02em;
}
.market-flash-entry {
    position: relative;
    margin-top: 32px;
    padding: 7px 0 0 92px;
    border-top: 1px solid #e3e8ef;
}
.market-flash-entry::before {
    position: absolute;
    top: 28px;
    left: 69px;
    width: 8px;
    height: 8px;
    content: "";
    background: #e15355;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #e15355;
}
.market-flash-entry::after {
    position: absolute;
    top: 40px;
    bottom: 4px;
    left: 75px;
    width: 1px;
    content: "";
    background: #d9e1eb;
}
.market-flash-time {
    position: absolute;
    top: 22px;
    left: 0;
    color: #e15355;
    font-size: 15px;
    font-variant-numeric: tabular-nums;
    font-weight: 850;
}
.market-flash-date { margin: 12px 0 4px; color: #8290a2; font-size: 13px; }
.market-flash-body { color: #2b3a50; font-size: 17px; line-height: 1.9; overflow-wrap: anywhere; }
.market-flash-body p { margin: 0 0 1.25em; }
.market-flash-body p:last-child { margin-bottom: 0; }
.market-flash-disclaimer {
    margin-top: 36px;
    padding: 17px 19px;
    color: #6f5d45;
    background: #fff9eb;
    border: 1px solid #ead9ad;
    font-size: 12px;
    line-height: 1.75;
}
.market-flash-index-head { padding-bottom: 17px; border-bottom: 2px solid #263a57; }
.market-flash-index-head h1 { margin: 0; color: #14233a; font-size: clamp(25px, 2.6vw, 32px); line-height: 1.25; }
.market-flash-index-head p { margin: 5px 0 0; color: #748197; font-size: 13px; }
.market-flash-index-list { margin: 0; padding: 0; list-style: none; }
.market-flash-index-list li { border-bottom: 1px solid #e4eaf1; }
.market-flash-index-row {
    min-height: 92px;
    padding: 13px 5px;
    display: grid;
    grid-template-columns: 70px minmax(0,1fr) 58px;
    align-items: start;
    gap: 14px;
    transition: background-color .18s ease;
}
.market-flash-index-row:hover { background: #f7f9fc; }
.market-flash-index-time { display: flex; flex-direction: column; gap: 3px; font-variant-numeric: tabular-nums; }
.market-flash-index-time strong { color: #164f98; font-size: 15px; line-height: 1.4; }
.market-flash-index-time span { color: #8b97a8; font-size: 10px; }
.market-flash-index-copy { min-width: 0; }
.market-flash-index-list h2 {
    margin: 0;
    color: #22344d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 780;
}
.market-flash-index-copy p {
    margin: 5px 0 0;
    color: #68778c;
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.market-flash-index-more {
    margin-top: 24px;
    color: #164f98;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}
.market-flash-index-more:hover { color: #e15355; }
.market-flash-index-more span { font-size: 18px; line-height: 1; }
.market-flash-rail { position: sticky; top: 20px; min-width: 0; }
.market-flash-latest { background: #fff; border: 1px solid #dfe5ed; }
.market-flash-latest-heading {
    padding: 19px 20px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #263a57;
}
.market-flash-latest-heading > span {
    width: 9px;
    height: 32px;
    background: #e15355;
    border-radius: 2px;
}
.market-flash-latest-heading small { color: #e15355; font-weight: 850; letter-spacing: .12em; }
.market-flash-latest-heading h2 { margin: 2px 0 0; color: #172944; font-size: 19px; }
.market-flash-latest ol { margin: 0; padding: 0; list-style: none; }
.market-flash-latest li { border-bottom: 1px solid #e8edf3; }
.market-flash-latest li:last-child { border-bottom: 0; }
.market-flash-latest a {
    padding: 13px 17px;
    display: grid;
    grid-template-columns: 45px minmax(0,1fr);
    gap: 9px;
    color: #33435a;
    font-size: 13px;
    line-height: 1.5;
}
.market-flash-latest a:hover { color: #164f98; background: #f6f9fd; }
.market-flash-latest time { color: #e15355; font-weight: 800; font-variant-numeric: tabular-nums; }
.market-flash-latest p { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.market-flash-loading, .market-flash-error { min-height: 440px; padding: 130px 20px; color: #758297; text-align: center; }
.market-flash-error h1 { color: #14233a; }
.market-flash-error a { color: #164f98; font-weight: 750; }
@media (max-width: 900px) {
    .market-flash-layout { grid-template-columns: 1fr; }
    .market-flash-rail { position: static; }
}
@media (max-width: 640px) {
    .market-flash-brandbar-inner { width: calc(100% - 24px); min-height: 66px; }
    .market-flash-brandbar .headline-brand { display: flex; }
    .market-flash-brandbar .headline-brand > span,
    .market-flash-brandbar .headline-brand strong { display: none; }
    .market-flash-brandbar .headline-brand img { width: 98px; }
    .market-flash-layout { width: 100%; margin: 0; gap: 14px; }
    .market-flash-paper { padding: 30px 20px 38px; border-right: 0; border-left: 0; box-shadow: none; }
    .market-flash-title { font-size: 28px; }
    .market-flash-entry { padding-left: 0; }
    .market-flash-entry::before, .market-flash-entry::after { display: none; }
    .market-flash-time { position: static; display: block; margin: 13px 0 2px; }
    .market-flash-rail { padding: 0 12px 22px; }
    .market-flash-index-row { min-height: 0; grid-template-columns: 52px minmax(0,1fr); gap: 9px; padding: 12px 0; }
    .market-flash-index-list h2 { font-size: 13px; }
    .market-flash-index-copy p { font-size: 12px; -webkit-line-clamp: 3; }
    .market-flash-index-more { grid-column: 2; margin: 1px 0 0; justify-self: end; }
}
