/* Breeding Array — 参照 haptype.css 风格编写 */

.TopstoryTop{
    height: 4rem;
    background: #fff;
    display: flex;
}
.Topstory-name{
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 400;
}
.TopstoryMiddle{
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-top: 3px;
}

/* Section header */
.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #2c6e49;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

/* Image card */
.chip-figure {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1.2rem;
}
.chip-figure img {
    width: 100%;
    height: auto;
    display: block;
}
.chip-figure .fig-caption {
    background: #f8f9fa;
    padding: 0.4rem 0.8rem;
    font-size: 0.82rem;
    color: #666;
    text-align: center;
}

/* Module card */
.module-card {
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
.module-card .card-header {
    background: #2c6e49;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 0.8rem;
}
.module-card .card-body {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    line-height: 1.6;
}
.module-card .card-body ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
}
.module-card .card-body li {
    margin-bottom: 0.1rem;
}
.card-count-badge {
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 0 0.4rem;
    font-size: 0.76rem;
    margin-left: 0.3rem;
}

/* Performance metric rows */
.metric-label {
    font-weight: 600;
    color: #2c6e49;
    width: 240px;
}
