
/*
#banner_tickers_intr{padding: 14px 0 33px;}

#tickers_search_list_wrapper{padding: 26px 0;}
*/

#tickers_search_list_wrapper h2{color: #000; font-size: 32px;font-style: normal;font-weight: 700; line-height: 44px;}
#tickers_search_list_wrapper h2>span{color:var(--ZLK-Green);}

#tickers_search_result{margin: 36px 0 50px;}

#tickers_search_result_inner{display: flex; gap: 22px 20px; flex-wrap: wrap;}

.search_result_row{flex: 0 0 calc((100% - 20px) / 2); align-items: baseline;}

.search_result_row > a{
    
    display: flex; gap: 12px; text-decoration: none;

    align-items: center;
}

.search_company{
    /* 
    color: #3F9F7F; 
    transition: color 1s;
    */ 
    font-size: 18px; font-style: normal; font-weight: 400; line-height: 19px; 
    
    transition: var(--ZLK-Transitions);

}

/*
.search_company:hover{color: #1E2C48; }
*/

/*===== No result ===============================*/
#no_result_wrapper{ padding: 45px 0;}

#no_result_wrapper > strong{
    color: var(--ZLK-Blue); 
    font-size: 24px; font-weight: 700;

    margin-bottom: 1em;
    display: block;
}

#no_result_wrapper > p{
    color: #000; 
    font-size: 16px; 
    font-weight: 400;

    margin-bottom: 24px;
}

.no_result{margin: 19px 0 26px;}

#tickers_letter_list_row{margin-top: 0;}

#no_result_letter_wrapper{margin-top: 26px; display: flex; gap: 15px; flex-wrap: wrap; }


@media only screen and (max-width: 1024px) {
    #banner_tickers_intr{pad: 12px 0 25px;}

    #tickers_search_list_wrapper{padding: 20px 0;}

    #tickers_search_result{margin: 26px 0 50px;}

    #tickers_search_result_inner{gap: 24px;}

    .search_result_row{flex: 0 0 100%;}
}

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

    #tickers_search_list_wrapper{padding: 10px 0;}

    #tickers_search_result{margin: 31px 0 50px;}

    .search_result_row > a{gap: 29px;}
}