.base-info-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.base-info-title {
    color: #272727;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.base-info-title > a:hover {
    text-decoration: underline;
}

.stock-ipo-status {
    margin-left: 8px;
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    color: #272727;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    background: #f4f4f4;
}

.stock-ipo-status.registration {
    color: #0db83c;
    background-color: #f2fff6;
}

.stock-ipo-status.public-offering {
    color: #e02b35;
    background-color: #fff3f2;
}

.stock-ipo-status > span {
    margin-left: 4px;
    font-weight: 400;
}

.price-wrapper > .decline {
    margin-right: 12px;
    color: #a8a8a8;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
}

.price-wrapper.up > .decline {
    color: #fa372a;
}

.price-wrapper.down > .decline {
    color: #2f79fa;
}

.price-wrapper > .price {
    color: #272727;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

.price-wrapper > .price.pause-trade {
    font-weight: 400;
}

.price-wrapper > .price.non-aggregation,
.price-wrapper > .price.list-other-market {
    color: #A8A8A8;
    font-weight: 400;
}
