.future-price-key-details-wrapper .stockpriced32 .percentage-change-redcolor {
    color: var(--color-error);
}

.future-price-key-details-wrapper .stockpriced32 .percentage-change-greencolor {
    color: var(--color-success);
}

.future-price-key-details .key-details-content, .future-price-key-details .future-price-content {
    margin-top: 20px;
}

.future-price-key-details .stockprice-and-details-whitebbox {
    box-shadow: 8px 18px 30px rgba(151 126 44 / 25%);
    border-radius: 7.0877px;
    background: var(--color-white);
    margin-top: 20px;
    padding: 24px;
}

.future-price-key-details .stockprice-and-details-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
}

.future-price-key-details .stockpriced32 {
    flex: 0 0 32%;
    max-width: 32%;
}

.future-price-key-details .stock-price-details-label {
    color: var(--color-text-secondary);
}

.future-price-key-details .stock-key-f12 {
    font-size: 14px;
}

.future-price-key-details .stock-price-details-value {
    color: var(--color-text-primary);
    font-size: 16px;
    font-weight: 600;
}

.future-price-key-details .title-text {
    font-weight: var(--font-weight-medium);
    font-size: var(--f-s-sub-title);
    text-align: center;
    color: var(--color-primary);
}

.future-price-key-details .tab-filter-container{
    margin-bottom: 24px;
}

.future-price-key-details .future-price-content{
    margin-bottom: 48px;
}

@media (width <=768px){
    .future-price-key-details .future-price-content{
        margin-bottom: 24px;
    }
}