/*trendhub page*/

.keytrendtitlediv
{
    width:100%;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    align-content: center;
}

.trend-focusdiv
{
    width:calc(100% - 32px);
    /*height:610px;*/
    height:auto;
    padding: 16px;
    border-radius: 10px;
    background-color: #F4F5F7;
    margin-bottom: 6px;
}

.trend-innovationdiv
{
    width:calc(100% - 32px);
    /*height:250px;*/
    height: auto;
    padding:16px;
    border-radius: 10px;
    background-color: #F4F5F7;
    margin-bottom: 15px;
}

.trend-analysisdiv
{
    width:calc(100% - 32px);
    /*height:610px;*/
    height:auto;
    padding:16px;
    border-radius: 10px;
    background-color: #F4F5F7;
    margin-bottom: 35px;
}

.trend-focustitlediv
{
    height: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trend-producttitlediv
{
    margin-top: 8px;
    height: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trend-focustitle
{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 0%;
    
}

.trends-viewiconbtn
{
    margin-left: 8px;
    margin-top: 3px;
}

.trends-viewallbtn
{
    background: none;
    border:none;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    padding: 0px;
}

.trends-linkclass
{
    font-size: 14px;
    font-weight: bold;
    display: flex;
}

.contentdescription-para
{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.trend-topfocusdiv
{
    width: calc(100% - 46px);
    background-color: #fff;
    height: fit-content;
    /* padding: 22px; */
    border: 1px solid #E4E4E4;
    display: inline-flex;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 20px;
}

.trend-topfocusimagediv
{
    width: 50%;
    height:100%;
    border-radius: 10px;
    display: inline-block;
}

.trend-topfocuscontentdiv
{
    width: 45%;
    height:100%;
    margin-left: 3.5%;
    display: inline-block;
}

.trend-topfocustitlepara
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0%;
}

.trend-topfocuscontentpara
{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin: 0%;
    margin-top: 10px;
}

.trend-multiplefocusdiv
{
    width:100%;
    height:fit-content;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.trend-singlefocusdiv
{
    width:32%;
    height:100%;
    display: inline-block;
}

.trend-singlefocusimagediv
{
    width:100%;
    height:153px;
    border-radius: 10px;
}

.trend-singlefocustitlediv
{
    height: auto;
    width: 100%;
    align-content: end;
    margin-top: 10px;
}

.trend-singlefocustitle
{
    font-size: 16px;
    font-weight: bold;
    margin: 0%;
    height: 32px;
}

.trend-innovationproducttitle
{
    font-size: 16px;
    font-weight: bold;
    margin-top:20px;
}

.trend-multipleproductdiv
{
    width:100%;
    height: 90px;
    display: flex;
    /* justify-content: space-between; */
}

.trend-singleproductimage
{
    width:20%;
    height:100%;
    border-radius: 10px;
    background-color: white;
    align-content: center;
    text-align: center;
    margin-right:10px;
}

/*mobile trends hub page*/
.mobkeytrendtitlediv
{
    font-size: 20px;
    font-weight: bold;
    height:45px;
    align-content: baseline;
}

.mobtrend-focusdiv
{
    width:calc(100% - 30px);
    height:auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #F4F5F7;
    margin-bottom: 15px;
}

.mobtrend-focustitle
{
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 0%;
}

.mobtrends-viewiconbtn
{
    margin-left: 8px;
    margin-top: 3px;
}

.mobtrends-viewallbtn
{
    background: none;
    border:none;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    padding: 0px;
}

.mobtrends-linkclass
{
    font-size: 14px;
    font-weight: bold;
    display: flex;
}

.mobcontentdescription-para
{
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}

.mobtrend-topfocusdiv
{
    width:calc(100% - 30px);
    background-color: white;
    height:293px;
    padding:15px;
    border:1px solid #E4E4E4;
    border-radius: 10px;
}

.mobtrend-topfocusimagediv
{
    width: 100%;
    height:218px;
    border-radius: 10px;
}

.mobtrend-topfocuscontentdiv
{
    width: 100%;
    height:75px;
    display: inline-block;
}

.mobtrend-topfocustitlepara
{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0% 0% 0%;
}


.mobtrend-innovationdiv
{
    width:calc(100% - 30px);
    /*height:250px;*/
    height: auto;
    padding:15px;
    border-radius: 10px;
    background-color: #F4F5F7;
    margin-bottom: 15px;
}

.mobtrend-innovationproducttitle
{
    font-size: 18px;
    font-weight: bold;
    margin-top:20px;
}
