body, h1, h2, h3, p, ul, li { margin: 0; padding: 0; list-style: none;}
body { background-color: #EAEAEA;}
#container { min-height: 100vh;}

#download-section { padding: 100px 0 130px; background-color: #262626;}
.download-text { display: flex; gap: 15px; align-items: center; justify-content: center;}
.download-text>div { border-left: 4px solid #fff; height: 30px;}
.download-text p { font-size: 50px; font-weight1: bold; color: #fff;}

.fill {background-color: #DDDDDD; height: 50px; display: flex; align-items: center;}
.fill-title { display: flex; gap: 10px; max-width: 1600px; padding: 0 20px; margin: auto; width: 100%;}
.fill-title p { color: #000; font-weight: bold;}

.content { padding: 50px 20px; max-width: 1200px; margin: auto; }
.model-selection {display: flex;justify-content: space-between;}
.model-selection-title { font-size: 1.5em; font-weight: bold; display: flex; align-items: center;}
.search-bar { display: flex; border: 1px solid #a1a1a1; border-radius: 3px; overflow: hidden;}
.model-selection .search-input { padding: 11px 10px; border: none; width: 400px;}
.search-button { padding: 0px 10px; background-color: transparent; color: black; border: none; border-radius: 0; cursor: pointer; height: 100%;}
.search-button:hover { background-color: #a1a1a1;}

.device-not-listed { margin: 20px 0; font-size: 01em; color: #333;}
.device-list { padding-top: 20px; display: flex; flex-direction: column; gap: 2rem;margin-bottom:80px;}
#search-result { display: none; margin: 50px 0 10px;}
#search-result .device-item { border-bottom: 1px solid #ababab; padding-bottom: 20px;}
#search-result .device-item .device-downloads{height: auto;}
.device-item { display: flex; align-items: flex-start; flex-direction: column;}
.device-header {cursor: pointer; display: flex; margin-bottom: 25px; gap: 1rem;}
.device-header i { font-size: 22px; font-weight: bold;}
.device-name { font-weight: bold; font-size: 18px; margin: auto 0;}
.device-downloads {height: 0;overflow: hidden;width: 100%;transition: height 0.7s;}

.download-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 2rem; max-height: 700px; overflow-y: auto; padding-right: 20px; /* box-shadow: inset 0px -70px 40px -30px rgb(0 0 0 / 69%); */}
.download-links::-webkit-scrollbar { width: 10px;margin-left: 10px;}
.download-links::-webkit-scrollbar-track { background: #d0d0d0; border-radius: 10px; }
.download-links::-webkit-scrollbar-thumb { background: #ffd894; border-radius: 10px; }
.download-links::-webkit-scrollbar-thumb:hover { background: #ffa509; }
.download-item {background-color: #fff; text-align: center; border-radius: 10px; overflow: hidden;}
.image-container {margin: 20px 10px 30px 10px;}
.image-container img { width: 70%;}
.title { font-size: 1.2em; font-weight: bold; margin: 5px 0 20px; }

.container .fill{ height: 75px; }
.container .fill-title p .th{ color: #FFA509 !important; }
.container .fill-title p{ font-size: 19px; font-weight: inherit; color: #646464; margin-right: 20px; background:url('images/pagePosIcon.png') left center no-repeat; text-indent:20px; }


@media (max-width: 719px) {
	#download-section{ padding: 50px 0 70px; }
    .model-selection{flex-direction: column;gap: 10px;}
    #search-form{ display: flex; width: 100%; }
    .download-links{ grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
}