/* Hero Section */
.app-hero{display:flex;align-items:center;gap:2rem;padding-top:1rem;padding-bottom:1.5rem}
.app-icon{width:90px;height:90px;flex-shrink:0;border-radius:25%;margin:0 0 auto}
.app-info h1{font-size:1.75rem;display:inline-block}
.app-info h1+span{color:var(--gray);font-weight:600;font-size:1.55rem}
.app-info .tagline{font-size:1.156rem;color:var(--dark);margin-bottom:0.5rem;font-weight:400}
.meta-info{display:flex;flex-wrap:wrap;gap:0.5rem;font-size:var(--smaller-font)}
.meta-info a{color:var(--primary);text-decoration:none}
.user-ratings{display:flex;flex-wrap:wrap;margin:0 0 0.5rem}
.rating{margin:10px 15px 0 0}
.star-rating,.star-rating div:hover,.star-rating div:active,.star-rating div:focus,.star-rating .current-rating{background:url("../../images/star.webp") left -1000px repeat-x}
.star-rating{position:relative;width:110px;height:22px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top}
.star-rating li{cursor:pointer}
.star-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:22px}
.star-rating div{all:unset;position:absolute;top:0;left:0;text-indent:-1000em;height:22px}
.star-rating div:hover,.star-rating div:active,.star-rating div:focus{background-position:left bottom}
.star-rating div.one-star{width:10%;z-index:11}
.star-rating div.two-stars{width:20%;z-index:10}
.star-rating div.three-stars{width:30%;z-index:9}
.star-rating div.four-stars{width:40%;z-index:8}
.star-rating div.five-stars{width:50%;z-index:7}
.star-rating div.six-stars{width:60%;z-index:6}
.star-rating div.seven-stars{width:70%;z-index:5}
.star-rating div.eight-stars{width:80%;z-index:4}
.star-rating div.nine-stars{width:90%;z-index:3}
.star-rating div.ten-stars{width:100%;z-index:2}
.star-rating .current-rating{z-index:1;background-position:left center}
.rating-value{font-weight:600;display:flex;margin-top:9px}
.rating-counter{margin: 0 0 0 5px}
.rating-cursor{cursor: default}
@media(max-width:768px){.app-info h1{font-size:1.55rem}.app-info h1+span{font-size:1.35rem}.app-info .tagline{font-size:1.04rem}.app-hero{flex-direction:column;text-align:center;gap:0.5rem;padding-top:0;padding-bottom:1.5rem}.meta-info{justify-content:center;font-size:0.97rem}.user-ratings{justify-content:center}.rating-value{font-size:var(--smallest-font)}}

/* -- Mobile Rating Window -- */
.mobile-rating{display:none;position:absolute;list-style-type:none;margin:10px 0 0 110px;padding:0;background:#fff;border-radius:3px;border:1px solid var(--light-gray);max-width:235px;z-index:1}
.mobile-rating li{padding:16px 25px;float:left}
.mobile-rating li div{font-size:var(--smallest-font);font-weight:500;cursor:pointer}

/* Specs Section */
.specs .section-title {margin-bottom:1.47rem}
.specs-table{width:100%;border-collapse:collapse}
/*.specs-table a{color:var(--primary);text-decoration:none}*/
.specs-table th,.specs-table td{padding:0.75rem;text-align:left;height:60px}
.specs-table tr:not(:last-child){border-bottom:1px solid var(--border)}
.specs-table th{font-weight:600;width:25%}
.load_more{color:var(--dark);display:inline-block;cursor:pointer}
.more_content{display:none}

/* FAQ Section */
.faq{margin-bottom:2.5rem}
.faq .box{border-radius:var(--radius);padding:1.2rem;border:1px solid var(--border);margin-bottom:1rem}
.faq ul,.faq ol{margin:14px 40px}

/* Download Section */
.download-section {padding-top:1.5rem;padding-bottom:1rem}
.section-title{font-size:1.47rem;margin-bottom:1.5rem}
.files-table{margin-bottom:1.5rem;overflow:hidden;border:1px solid var(--border);border-radius:8px;width:100%}
.files-table th{text-align:center;font-weight:600;border-bottom:1px solid var(--border);white-space:nowrap;padding:0 2.5rem}
.files-table thead tr{background:#fcfcfc}
.files-table th:first-child{padding:0.6rem 1.6rem;text-align:left;width:100%}
.av-wrapper{white-space:nowrap}	
.av-wrapper a{color:var(--primary);text-decoration:none}	
.av-wrapper a:hover{text-decoration:underline}	
.files-table td{padding:0.5rem 1.5rem;border-bottom:1px solid var(--border)}
.files-table td:not(:first-child){text-align:center}
.files-table tr:last-child td{border-bottom:none}
.file-name{display:flex;align-items:center;gap:0.9rem}
.file-name span:hover{text-decoration:underline;cursor:pointer}
.file-name svg{height:35px;fill:var(--dark)}

/* Badges Section */
.badges-section{margin-bottom:1.5rem}
.badges-grid{display:grid;grid-template-columns: repeat(2, 1fr);gap:1.1rem}
.badge-card{border-radius:var(--radius);padding:0.8rem 1.2rem;text-align:left;border:1px solid var(--border)}
.badge-card-icon-title{display:flex;align-items:flex-start;gap:1rem}
.badge-icon{flex-shrink:0;height:40px;width:40px}
.badge-icon svg{height:100%;width:100%;fill:#2b64ede0}
.xapk .badge-icon svg{fill:#a4c639}
.buy-link .badge-icon{padding:2px 0 0 2px}
.buy-link .badge-icon svg{fill:#17a85c;height:35px;width:35px}
.previous-version .badge-icon svg{fill:var(--red)}
.info .badge-icon svg{fill:var(--primary)}	
.previous-version .badge-desc a{color:var(--primary);text-decoration:underline}
.badge-card.message{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:0.3rem 1.2rem}
.badge-card.message.xapk{border-color:#a4c639}	
.badge-card.message.buy-link{border-color:#17a85c;/*background:repeating-linear-gradient(45deg,rgba(23,168,92,0.05)0px,rgba(23,168,92,0.05)1px,transparent 1px,transparent 12px);*/padding:0.54rem 1.5rem 0.5rem;gap:0.72rem}
.badge-card.message.buy-link .badge-desc{color:#17a85c;font-weight:500}
.badge-card.message.buy-link .badge-desc a{color:#17a85c;text-decoration:none}
.badge-card.message.buy-link .badge-desc a:hover{text-decoration:underline}
.badge-card.message.previous-version{border-color:var(--red)}
.badge-title{font-size:1.15rem;font-weight:600;margin-bottom:0.1rem}
.badge-text{display:flex;flex-direction:column}
.secure-safe-free{padding-bottom:1rem}
.secure-safe-free h2{margin-bottom:1.5rem}
.secure-safe-free .badge-card{border:1px solid var(--border)}

@media(max-width:768px){
	.download-section{padding-bottom:0.2rem}
	.files-table{display:block;overflow-x:auto}
	.badges-grid{grid-template-columns:1fr}
	.section-title{font-size:1.4rem;margin-bottom:1rem}
	.badge-card{/*text-align:left;*/display:flex;align-items:center;gap:1rem}
	/*.secure-safe-free .badge-title{display:none}*/
	.free-download,.architecture{display:none}
}