.header-wrapper{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.software{
	padding: 10px 0;
}
.software-wrapper{
	width: 100%;
	max-width: 764px;
	padding: 0 22px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.software-card{
	background: #fff;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.comments-card{
	padding: 30px;
}
.software-basic{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid rgb(242, 242, 242);
}
.software-basic .software-product-image,
.software-basic .software-product-meta{
	width: 50%;
	padding: 30px;
}
.software-product-image .image-box{
	width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
}
.software-product-image .image-box span{
	width: 70%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.software-product-image .image-box img{
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.software-product-meta .promotion-name{
	font-size: 24px;
	color: #1d1d1f;
	line-height: 1.3;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.software-product-meta p{
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 1.5;
	margin-bottom: 10px;
}
.version-first-link{
	margin-top: 20px;
}
.version-first-link a{
	display: flex;
	text-align: center;
	width: 100%;
	max-width: 200px;
	height: 40px;
	border-radius: 20px;
	background-color: #2468de;
	color: #fff;
	align-items: center;
    justify-content: center;
}
.version-first-link a:hover{
	background-color: #0f5ada;
}
.version-first-changelog{
	border-bottom: 1px solid rgb(242, 242, 242);
	padding: 30px;
}
.version-first-changelog .version-first-changelog-title{
	font-size: 20px;
	line-height: 1.3;
	color: #1d1d1f;
	margin: 0;
	margin-bottom: 20px;
}
.version-first-changelog-content{
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 1.6;
	white-space: pre-line;
	word-break: break-all;
}
.release-list{
	padding: 30px;
}
.release-list .release-list-title{
	font-size: 20px;
	line-height: 1.3;
	color: #1d1d1f;
	margin: 0;
	margin-bottom: 20px;
}
.release-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.release-list .version{
	font-size: 14px;
	line-height: 1.5;
	color: #1d1d1f;
}
.release-main{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.release-main .others{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .6);
}
.release-meta{
	display: flex;
	gap: 20px;
}
.release-btn-box{
	display: flex;
	gap: 20px;
}
.release-btn-box button{
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
}
.release-btn-box button,
.release-btn-box a{
	font-weight: 600;
	color: #1d1d1f;
}
.release-btn-box button:hover,
.release-btn-box a:hover{
	color: #0f5ada;
}
.changelog-popup{
  align-items: center;
  background-color: rgba(51, 51, 51, 0.4);
  /*background-color: rgba(232, 232, 237, 0.4);*/
  backdrop-filter: blur(20px);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
	display: none;
}
.changelog-popup.open{
	display: flex;
}
.changelog-popup .popup-content{
	position: relative;
  width: 560px;
}
.changelog-popup .changelog-popup-box{
	background-color: #fff;
  border-radius: 12px;
  padding: 32px 40px;
}
.changelog-popup-close-btn{
	all: unset;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	right: -40px;
	top: -40px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333336;
  border-radius: 50%;
}
.changelog-popup-close-btn:hover {
    background-color: rgb(55, 55, 58);
}
.changelog-popup-close-btn svg {
    width: 20px;
    height: 20px;
}
.changelog-popup-close-btn svg path {
    fill: rgba(255, 255, 255, 0.8);
}
.changelog-popup-close-btn:hover svg path {
    fill: rgba(255, 255, 255, 1);
}
.changelog-popup .changelog-popup-box h4{
	font-size: 20px;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 36px;
	color: #1d1d1f;
}
.changelog-popup .changelog-popup-box .changelog-popup-content{
	font-size: 14px;
	line-height: 1.6;
	white-space: pre-line;
	word-break: break-all;
	color: rgba(0, 0, 0, .6);
	min-height: 180px;
	max-height: 45vh;
	overflow-y: scroll;
}
.changelog-popup .changelog-popup-box .changelog-popup-content::-webkit-scrollbar{
	height: 1px;
  width: 6px;
}
.changelog-popup .changelog-popup-box .changelog-popup-content::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 9px;
}
@media only screen and (max-width: 833px){
	.software-wrapper{
		max-width: 450px;
		padding: 0 10px;
	}
	.software-basic{
		flex-direction: column;
	}
	.software-basic .software-product-image{
		width: 90%;
		margin: auto;
	}
	.software-basic .software-product-meta{
		width: 100%;
	}
	.software-product-meta .promotion-name{
		margin-top: 0;
	}
	.release-main .others,
	.release-meta{
		flex-direction: column;
		gap: 10px;
	}
	.changelog-popup .popup-content{
		max-width: 430px;
		width: calc(100% - 32px);
	}
	.changelog-popup-close-btn{
		top: auto;
		right: auto;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media only screen and (max-width: 430px){
	.release-list{
		/*padding: 24px 18px;*/
	}
}	


.software-comments{
	width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    padding: 20px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
@media(max-width: 833px){
	.software-comments{
		max-width: 430px;
		padding: 16px 18px;
	}
	.comments-card{
		padding: 16px 18px;
	}
}
@media(max-width: 734px){
	.comments-card{
		padding: 16px 18px;
	}
}
@media(max-width: 430px){
	.software-basic .software-product-meta{
		/*padding: 24px 18px;*/
	}
	.software-comments{
		border-radius: 0;
	}
}