
#download-search-form > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
#download-search-form .download-search-input{
    width: 65%;
    height: 65px;
    padding: 5px 15px;
    font-size: 1.6rem;
    border:  none;
}
#download-search-form .download-search-btn{
    width: 35%;
    height: 65px;
    max-width: 180px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    border:  none;
    color: var(--theme-white);
    background-color: var(--theme-hightlight);
}


.product-downloadlist-wrapper{
}
.product-downloadlist-wrapper .title{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}
.product-downloadlist-wrapper a{
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 12px;
    display: block;
    color: var(--theme-deep-blue);
}
.product-downloadlist-wrapper a:hover{
    color: var(--theme-hightlight);
    background-color: #eee;
}