.stock-company-name{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.stock-update-time{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.stock-price-box{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.stock-price-note {
    column-gap: 10px;
    margin-bottom: 25px;
    flex-direction: row;
    display: flex;
}

.stock-price-lastupdate {
    font-size: 14px;
}

[data-stock="(00321.HK)"] {
    background-color: rgb(250, 250, 250);
}

.stock_disclaimer_btn {
    border: none;
    font-size: 12px;
}

.stock-price-value{
    font-weight: bold;
    font-size: 64px;
}

.stock-price-change,
.stock-price-changepercentage{
    font-size: 36px;
    margin-left: 20px;
}

.stock-price-change i,
.stock-price-changepercentage i {
    margin-right: 10px;
}

.stock-other-detail{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stock-od-item{
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 20px;
    width: 48.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
}

.sod-label{
    font-weight: 600;
}

.btn-periodgroup{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: auto;
}

.btn-periodgroup .btn{
    border-radius: 0;
    min-width: 100px;
    margin-right: 20px;
    background-color: var(--text-color);
    color: white;
}

    .btn-periodgroup .btn:last-child{
        margin-right: 0;
    }

    .btn-periodgroup .btn.active {
        background-color: white;
        color: var(--hover-text-color);
    }

.sod-row{
    display: flex;
    flex-direction: row;
}

.stock-top-info {
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .btn-periodgroup {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 991px){
    .stock-company-name {
        font-size: 18px;
    }

    .stock-price-value {
        font-size: 42px;
    }
}

@media screen and (max-width: 800px) {
    .stock-other-detail {
        flex-direction: column;
    }

    .stock-od-item {
        width: 100%;
    }

}

@media screen and (max-width: 640px) {
    .stock-company-name {
        font-size: 14px;
        font-size: 14px;
        text-align: center;
    }

    .stock-update-time {
        font-size: 14px;
        text-align: center;
    }

    .stock-price-box {
        margin-top: 20px;
        justify-content: center;
    }

    .stock-price-value {
        font-size: 30px;
    }

    .stock-price-change, .stock-price-changepercentage {
        font-size: 24px;
    }

    .stock-od-item {
        padding-bottom: 5px;
    }

    .sod-row span {
        line-height: 1
    }
}

@media screen and (max-width: 414px) {
    .btn-periodgroup .btn {
        font-size: 13px;
    }

    .sod-label {
        font-size: 13px;
    }

    .sod-value {
        font-size: 13px;
    }

    .dxc-title text{
        font-size: 20px!important;
    }
}