#ts_right_section{gap:0 !important;}

#ts_right_section > div:first-child > p{
    color: #666; 
    font-size: 14px; 
    font-style: normal; 
    font-weight: 400; 
    line-height: 19px;
    margin: 6px 0 21px;
}

#ts_right_section > div:first-child > p > span{text-decoration: underline;}

#single_mv_list{display: flex; flex-direction: column; gap: 30px;}

.single_mv_item{
    border-radius: 10px;
    /* border: 1px solid #CCC; */
    box-shadow: var(--ZLK-GreenShadow);
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
}

.single_mv_item_inner{padding: 15px; display: flex; gap:20px; flex-direction: column;}

.me_item_inner{padding: 0 !important;}

.single_mv_list_wrapper{
    border-radius: 10px; 
    /* background: #F1F5F9; */
    background: var(--ZLK-BGColor);
    box-shadow: 0px 0px 10px -5px var(--ZLK-Green) inset;

    transition: var(--ZLK-Transitions);
    position: relative;
}

.single_mv_list_wrapper:hover{
    background-color: var(--ZLK-TableHoverGreen);
    cursor: pointer;
}

.single_mv_list_inner{padding: 15px;}

.single_mv_list_intr{display: flex; gap: 10px; align-items: center; margin-bottom: 5px;}

.single_mv_list_intr div:last-child {margin-left: auto;}

.single_mv_list_item_name{
    border-radius: 10px; 
    /* border: 1px solid #DDD; */ 
    
    color: #000;
    font-size: 14px;
    font-weight: 400;
    
    width: 50px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;

    /* 
    background: #F1F5F9;
    line-height: 14px;
    font-style: normal;
     */
}

#me_1 .single_mv_list_item_name{background-color: #FEE2E2; color: #DC2626;}
#me_2 .single_mv_list_item_name{background-color: #FEF3C7; color: #D97706;}
#me_3 .single_mv_list_item_name{background-color: #DBEAFE; color: #2563EB;}
#me_4 .single_mv_list_item_name{background-color: #E1E7EF; color: #64748B;}


.single_mv_list_filing_date{
    color: #666; 
    font-size: 14px; 
    font-weight: 400; 

    font-style: normal; 
    line-height: 16px;
}

.single_mv_list_mevent_name{

    font-family: 'Noto Serif';
    font-size: 16px; 
    font-weight: 500; 
    color: #000; 

    font-style: normal; 
    line-height: 19px;
}
.single_mv_list_mevent_name>a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

.single_mv_list_mevent_desc{
    
    color: #666; 
    font-size: 14px; 
    font-style: italic;
    
    /*
    font-weight: 400;
    line-height: normal;
    */
}


@media only screen and (max-width: 1024px) {
    #ts_body_section{padding: 16px 0;}

    .single_mv_item{max-width: initial;}

    .me_item_num{display: none;}
}

@media only screen and (max-width: 768px) {
    #ts_body_section{padding: 12px 0;}

    #ts_right_section h2{font-size: 20px; line-height: 27px;}

    #ts_right_section > div:first-child > p{font-size: 13px; line-height: 18px;}

    .single_mv_item_inner{padding: 10px 10px 0; gap:0;}

    .me_item_inner{margin-bottom: 12px;}

    .single_mv_list_wrapper{margin-bottom: 20px;}

    .me_item_icon{width: 28px; height: 28px;}

    .me_item_icon > img, .single_mv_list_filing_url img{width: 14px; height: 14px;}

    .single_mv_list_inner{padding: 10px;}

    
}