/* CSS Document */
body{
	padding:0;
	margin:0;
    background: #fafafa;
	color: #333;
    font-family: "Segoe UI","pen Sans","Helvetica Neue", "MWF-MDL2","Helvetica,Arial,sans-serif";
	}
a{
	display: block;
	text-decoration: none;
	color: #333333;
	}

ul,p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	}
.post_nav li{
	list-style:none;
	}
/*navigation */
.nav_box{
	display:block;
	margin:0;
	width:100%;
    overflow: inherit;
	position:relative;
	background:#ffffff;
    z-index: 100;
    border-bottom: 1px solid #cccccc;
	}
.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    overflow: inherit;
    margin: 0 auto;
}
.logo{
	float:left;
    font-size: 0;
    aspect-ratio: 4/1;
	}
.nav{
    float: right;
	list-style:none;
	}
.nav_button{
	display:none;
	float:right;
	height:25px;
	width:25px;
	outline:none;
	margin-top: 30px;
    margin-bottom: 30px;
	margin-right:6%;
	background:#ffffff;
	border:none;
	background-size:25px 25px;
	background-repeat:no-repeat;
	background-image: url("../img/common/mobile_nav.webp");
	}
.nav li{
	position:relative;
	float:left;
	}
.active{
	color:#0078ff;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
	border-bottom:3px solid #0078ff;
	}
.nav li a{
	padding: 0 20px;
	font-size:18px;
    height: 60px;
    line-height: 60px;
	}
.nav li a:hover{
	color:#0078ff;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border-bottom: 3px solid #0078ff;
	}
#shade{
    width:100%;
     height:100%;
     background-color:#000;
     filter:alpha(opacity=50);
     -moz-opacity:0.5;
     opacity:0.5;
     position:absolute;
     left:0px;
     top:0px;
     z-index: 1;
     display:none;
}

.last-search{
    padding: 17px;
}
#btnSearch{
    height: 22px;
    width: 22px;
    border: none;
    cursor: pointer;
    background: url("../img/common/search-icon.png") center 100% no-repeat;
}
#search-box{
    position: absolute;
    z-index: 99;
    right: 0;
    top: 62px;
    width: 320px;
    padding: 12px;
/*    border-radius: 8px;*/
    background-color: #ffffff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}
.search-hidden{
    display: none;
}
#search-box div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.search-div input{
    padding: 10px;
    outline: none;
    font-size: 14px;
    width: calc(100% - 38px);
    box-sizing: border-box;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
/*    border-right: none;*/
/*    border-radius: 4px 0 0 4px;*/
}
.search-div button{
    position: relative;
/*    border-radius: 0 4px 4px 0;*/
    width: 38px;
    height: 38px;
    border-left: none;
    cursor: pointer;
    border: 1px solid #0078ff;
    background-color: #0078ff;
}
.search-div button:before{
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    top: 10px;
    left: 10px;
    background: url("../img/common/input-search-icon.png") center 100% no-repeat;
}

/*Navigation Responsive*/
@media(max-width:1440px){
    .container{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media(max-width:750px){
    .container{
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media(max-width:1100px){
    .nav_box{
        box-shadow: 0 1px 10px rgb(0,0,0,.1)
    }
	.nav{
        position: fixed;
        top: -5px;
        left: 0;    
        width: 100%;
        z-index: 9999;
        background: #ffffff;
		display:none;
        float: none;
		list-style:none;
		margin:65px 0 0 0;
/*        border-top: 2px solid #0078ff;*/
/*        box-shadow: 0px 2px 5px rgb(0,0,0,.6);*/
	}
    .logo{
        width: auto;
        height: 100%;
    }
	.nav_button{
		display:block;
        margin: 20px 0 17px 0;
		}
/*
    .nav{
        border-top: 2px solid #0078ff;
    }
*/
    .nav li:last-child{
        display: none;
    }
	.nav li{
		position:relative;
		float:none;
        margin: 0 15px;
	}
	.nav li a{
		display:block;
		width:100%;
        height: auto;
		padding:0;
		margin:0 auto;
		overflow:auto;
		font-size:16px;
		line-height:50px;
		text-align:center;
		border-top:1px solid #cccccc;
	}
    #home{
        border-top: 2px solid #0078ff;
/*        border-top: none;*/
    }
    .nav li a:hover{
	color:#0078ff;
    border-bottom: none;
	}
    .active{
        border: none;
    }
    body{
        background: #ffffff;
    }
}
/*
.ads{
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #ffffff;
	}
.ads img{
	display:block;
	margin:0 auto;
	overflow:auto;
	}
@media(max-width:1440px){
    .ads{
        margin-left: 20px;
        margin-right: 20px;
    }
}
*/
.main_box{
	display: flex;
	justify-content: space-between;
	max-width:1300px;
	overflow:hidden;
	margin:0 auto;
	margin-top: 25px;
}
.post{
	max-width: 65%;
    overflow: hidden;
   /* margin-right: 30px;*/
    padding: 0 30px 30px;
    background: #ffffff;
	}
.title{
	margin-top:25px;
	font-size:40px;
	font-weight:bold;
	color:#333333;
	}
/*author*/
.information_box{
	margin-top:30px;
	width:100%;
	overflow:auto;
	}
.author{
	float: left;
    overflow: auto;
    width: auto;
	}
.author img{
	float:left;
	height:70px;
	cursor:pointer;
    aspect-ratio: 1/1;
	}
.author_name{
	margin-top:6px;
	margin-left:90px;
	font-size:20px;
	color:#333333;
	cursor:pointer;
	}
.author_name:hover{
	color:#0078ff;
	}
.posted_date{
	display:block;
	margin-left:90px;
	font-size:16px;
	color:#808080;
	}
.share_post{
	float:right;
	overflow: auto;
    width: auto;
	}
.at-share-tbx-element .at-icon-wrapper {
    padding: 6px;
    }
.at-share-btn-elements {
    padding: 7% 0 3% 0;
    }
.share_number li{
	color:#808080;
	padding:0 5px 0 5px;
	}
.share_number span{
	color:#0078ff;
	}
.feature_img{
	display: block;
	overflow: auto;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	aspect-ratio: 2/1;
	width: 86.3%;
	}
.feature_video{
    display: block;
    max-width: 86.3%;
	overflow:auto;
    margin: 0 auto;
	margin-top: 20px;
    margin-bottom: 20px;
    aspect-ratio: 16/9;
	}

.post_nav{
    padding: 25px 0 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cccccc;
}
.post_nav li {
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #333333;
    border-bottom: 3px solid #0078ff;
}
.post_nav li a:hover{
	color:#0078ff;    
	}
/*introduction?*/
.guide_info{
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 30px;
/*    background: #fffdf0 url("../img/guide-info.png") no-repeat bottom right;*/
    background: #f0f7ff;
    padding: 50px 0 40px 0;
/*    border-radius: 18px;*/
/*    border: 1px solid #ccc;*/
    border-radius: 10px 0 0 10px;
    border-left: 4px solid #0078ff;
    box-sizing: border-box;
/*    background-size: 100% auto;*/
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,.4);
}
.introduction_box{
    color: #ffffff;
    font-weight: bold;
/*    max-width: 88%;*/
    margin: 0 20px 20px;
}
.introduction{
    position: relative;
    display: inline-block;
    left: 0;
    padding: 10px 30px 10px 20px;
    line-height: 20px;
    top: 0;
    word-break: break-all;
    background: linear-gradient(to right,#0078ff,#1a85ff);
/*    background: linear-gradient(to right,#f2a200,#febd35);*/
    border-radius: 6px 0 0 0;
    text-shadow: 0 1px 2px rgba(153,102,0,.8);
    box-shadow: 0 5px 6px -5px rgba(0,0,0,.6);
}
.introduction:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    border: 6px solid #005fcc;
/*    border: 6px solid #cc8800;*/
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.introduction:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 8px solid #f0f7ff;
/*    border: 8px solid #fffdf0;*/
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.guide_info>ul>li{
    width: 94%;
    font-size: 18px;
    border-bottom: 1px dashed #b3b3b3;
	list-style:none;
}
/*article*/
.post_content{
	line-height: 30px;

	font-size: 16px;
	color: #555555;
    padding-bottom: 40px;
	}
.post_content h2{
	color:#000;
	line-height:30px;
    margin-top: 30px;
    margin-bottom: 20px;
	}
.post_content h3{
    margin: 10px 0 10px 0;
    }
.post_content ul li{
	margin-left:3%;
    padding: 12px 0;
	}
.post_content ul li a{
    display: inline-block;
    }
.post_content ol{
    margin: 0;
    padding: 12px 0 12px 20px;
	}
.post_content video{
	display: block;
	margin: 0 auto;
	width: 88%;
	max-width: 100%;
    aspect-ratio: 2/1;
}
.logo-watermark{
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: auto;
    padding: 60px 0;
    background: #fafafa;
    background-repeat: repeat;
    background-size: 270px 200px;
    background-position: center;
    background-image: url("../img/common/shareus-watermark.png");
}
.post_content img{
	display: block;
	/*margin:0 auto;*/
    max-width: 100%;
    height: auto;
	margin-bottom:18px;
	box-shadow: 0px 3px 4px 0px #848484;
    }
.post_content p{
    margin-bottom: 10px;
    }
.post_content p img{
	display: inline;
    margin-bottom: -25px;
    }
.post_content p a strong:hover,.post_content a strong:hover,.post_content p a b:hover,.post_content a b:hover{
	color:#0078ff;
	text-decoration:underline;
	}
.post_content span a{
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 14px;
    margin-bottom: 15px;
    padding: 8px 20px;
    text-align: center;
/*    box-sizing: border-box;*/
/*    border: 1px solid transparent;*/
/*    border-color: #3ff6ff #30c6ff #0054ff !important;*/
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    box-shadow: 0 5px 6px -5px rgb(0 0 0 / 100%);
    background: linear-gradient(#3392ff,#0078ff);
}
.post_content span a:hover{
    color: #ffffff;
    filter: brightness(90%);
    text-decoration: none;
}
.post_content p a{
    display: initial;
	color:#0078ff;
	}
.post_content a:hover{
	color:#0078ff;
	text-decoration:underline;
	}
.post_content pre{
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    padding: 20px;
    margin: 30px 10px 20px 10px;
    white-space: break-spaces;
}
.star_s{
    position: relative;
    display: inline-block;
    margin: -5px 30px 0 0;
    background: url("../img/stars-no.svg") repeat-x left center;
    vertical-align: middle;
    height: 25px;
    width: 125px;
    background-size: 25px 125px;
}
.star_s span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: url("../img/stars.svg") repeat-x left center;
    vertical-align: middle;
}

.more_frame{
    display: grid;
    grid-template-columns: 30% 60% auto;
    grid-template-rows: auto;
    grid-auto-flow: row dense;
    grid-gap: 0 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    max-width: 80%;
    border-radius: 5px;
    border-left: 3px solid #0078ff;
    background: linear-gradient(90deg, #cce4ff, transparent);
}
 .img_frame{
    display: grid;
    place-content: center;
    max-width: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    transition: .6s;
}

.post_content .img_frame:hover{
    filter: brightness(90%);
    transition: .6s;
}
.img_frame img{
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.post_content .title_frame{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.post_content .title_frame h2{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
.post_content .title_frame h2:hover{
    color: #0078ff;
}
.post_content .describe{
    display: grid;
    align-items: center;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post_content .more:before{
    position: absolute;
    left: 0;
    top: 10px;
    content: url("../img/common/link.png");
}
.post_content .more{
    position: relative;
    padding-left: 15px;
    display: grid;
    justify-content: flex-start;
    align-content: center;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    font-size: 12px;
    color: #0078ff;
    margin: 0;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.arrows_frame {
    display: grid;
    justify-content: end;
    align-content: center;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    filter: grayscale(100%);
    opacity: .3;
}
.arrows_frame:hover{
    opacity: 1;
    filter: grayscale(0);
}
.arrows_frame>img{
    box-shadow: none;
}
/*table*/
.post_content table{
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
	box-sizing:border-box;
	border-collapse:collapse;
    border:1px solid #e5e5e5;
	box-shadow:0 1px 10px rgba(0,0,0,0.1);
    overflow-x: auto;
	}
.post_content td{  
    white-space: nowrap;
    box-sizing: border-box;
    padding: 6px 14px;
	text-align:center;
    border: 1px solid #e5e5e5;
	}
.post_content th{
	background-color: #ffe400;
    color: #333;
	font-size: larger;
	padding: 6px 14px;
	text-align:center;
    border: 1px solid #ccc;
}
.post_content table tr:nth-child(odd){
    background: #f7f7f7;
}
.post_content table tr:nth-child(even){
    background: #ffffff;
}
.post_content small{
	display: inline-block;
	max-width: 95%;
    margin: 0 0 20px 0;
	line-height: 40px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	background: #f7f7f7;
	border-left: 15px solid #f7f7f7;
	border-right: 15px solid #f7f7f7;
}
/*
#related1{
    overflow: hidden;
    margin-top: 50px;
}
*/
/*product columns*/
.product_box{
    text-align: center;
    margin: 30px 0;
}
.product_list_box{
	padding: 30px 0 20px 0;
	background: #fbfbfb;
    }
.title_box{
    padding: 0 30px;
    }
.row_title>h3{
    position: relative;
    top: 0;
    left: 0;
    }
.row_title>h3:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -18px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    }
.title_box>span{
    float: right;
    line-height: 33px;
    font-size: 14px;
    color: #0078ff;
    }
.title_box h3{
    padding-left: 20px;
    font-size: 24px;
    font-weight: 650;
    margin-bottom: 30px;
    color: #333333;
    border-left: 5px solid #0078ff;
    }
.list_columns{
    padding: 20px;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #d7d7d7;
    }
.product_rows:before{
    position: absolute;
    content: '';
    top: 42%;
    left: -30px;
    height: 36px;
    width: 36px;
    opacity: .3;
    filter: grayscale(100%);
    transform: rotate(180deg);
    background: url("../img/gt.png") no-repeat;
    }
.product_rows{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    margin: 30px;
    }
.product_rows:after{
    position: absolute;
    content: '';
    top: 42%;
    right: -30px;
    height: 36px;
    width: 36px;
    opacity: .3;
    filter: grayscale(100%);
    background: url("../img/gt.png") no-repeat;
    }
.list_rows{
    padding: 15px;
    }
.product_list{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    margin: 30px 0;
    padding: 0 30px;
    }
.list_top{
    display: grid;
    grid-gap: 10px 0;
    justify-items: center;
    }
.list_top:hover{
    color: #0078FF;
    text-decoration: underline;
    }
.list_top img{
    max-width: 100%;
    margin: 0 auto;
    }
.list_top p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    }
.product_review{
    display: grid;
    grid-template-columns: 110px 20%;
    margin: 4px 0;
    }
.product_review div{
    position: relative;
    display: inline-block;
    background-image: url(../img/product-star.svg);
    background-repeat: repeat-x;
    background-position: left center;
    height: 16px;
    width: 100px;
    background-size: 20px 16px;
    }
.product_review div span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url(../img/product-star-rating.svg);
    background-repeat: repeat-x;
    background-position: left center;
    }
.product_review span{
    color: #0078ff;
    font-size: 14px;
    }
.list_columns>span,.list_rows>span{
    color: #821d1d;
    font-size: 18px;
    font-weight: 500;
    }
@media(max-width:750px){
    .product_list_box{
        background: transparent;
    }
    .title_box{
        padding: 0;
    }
    .title_box>span{
        display: none;
    }
    .title_box h3{
        font-size: 16px;
        text-align: center;
        padding: 0;
        margin: 0;
        border: none;
    }
    .product_list{
        padding: 0;
        grid-gap: 30px 0;
    }
    .product_rows{
        margin: 30px 0;
        grid-gap: 30px;
    }
    .product_rows:before,.product_rows:after{
        display: none
    }
}
.product_table{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-collapse: collapse;
}
.product_table th{
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    background: #f7f7f7;
}
.type_td{
    display: none;
}
.product_table td{
    padding: 8px 10px;
    border: none;
    font-size: 13px;
    border-bottom: 1px solid #ededed;
}
.product_table .border_tr{
    border-right: 1px solid #e5e5e5;
}
.odd_tr{
    background: #ffffff;
}
.even_tr{
    background: #f7f7f7;
}
.product_number,.product_price{
    display: block;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}
.product_price text{
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    text-decoration: line-through;
}
.product_img{
    max-width: 90px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1/1;
}
.product_title{
    margin: 0 auto;
    max-width: 230px;
    min-width: 180px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product_title:hover,.product_title strong:hover{
    color: #0078ff;
    text-decoration: underline;
}
.product_star{
    position: relative;
    display: inline-block;
    background-image: url("../img/product-star.svg");
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
    height: 16px;
    width: 100px;
    background-size: 20px 16px; 
}
.product_star span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url("../img/product-star-rating.svg");
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
}
.product_button{
    min-width: 112px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 6px;
    cursor: pointer;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 3px;
    border: 1px solid transparent ;
    border-color: #9c7e31 #90742d #786025 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
    background: #f0c14b;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0,0,0,0);
    color: #111 !important
}
@media(max-width:1240px){
    .product_table{
        display: inline-block;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
@media(max-width:800px){
    .product_table{
        border: none;
        overflow-x: hidden;
    }
    .product_table tr{
        display: block;
        margin-bottom: 50px;
        background: #fcfcfc;
        border: 1px solid #ededed;
    }
    .product_table tr:nth-child(5),tr:nth-child(6),tr:nth-child(7),tr:nth-child(11){
        background: #fcfcfc;
    }
    #product_tr_title th{
        display: block;
        text-align: center;
        padding: 15px 0 15px 0;
    }
    .product_table .border_tr{
        border-right: none;
    }
    .product_table td:nth-child(1){
        font-size: 18px;
    }
    .product_table td:nth-child(1) span:before{
        content: "Model: ";
        font-size: 18px;
        font-weight: bold;
    }
    .product_table td:nth-child(4):before{
        content: "Rating:";
        font-size: 18px;
        font-weight: bold;
        padding-right: 30px;
    }
    .product_table td:nth-child(5) span{
        font-size: 16px;
        font-weight: 400;
    }
    .product_table td:nth-child(5) span:before{
        content: "Price:";
        font-size: 18px;
        font-weight: bold;
        padding-right: 30px;
    }
    .product_table td{
        display: block;
        padding: 30px 20px;
        text-align: center;
    }
    .product_title{
        max-width: 90%;
        margin: 0 auto;
    }
    .product_img{
        max-width: 160px;
        aspect-ratio: 1/1;
    }
    .product_button{
        padding: 8px 16px;;
    }
}

/*
.line{
	height:1px;
	background:#cccccc;
	margin-top:16px;
	}
.relate_box{
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    }
.line_a{
    height: 1px;
    background: #cccccc;
    margin: 16px 10px 0 10px;
    }
*/
.related_frame{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
/*
    margin-left: 25px;
    max-width: 90%;
*/
    font-size: 20px;
}

.motherboard_name{
    display: block;
    font-size: 16px;
    color: #0078ff;
    text-align: center;
    text-decoration: underline;
}
.motherboard_name span{
    color: red;
}
@media(max-width:1440px){
    .more_frame{
        max-width: 100%;
    }
}
@media(max-width:1350px){
    .post_content table{
        display: inline-block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .post_content td{
        padding: 6px 30px;
    }
    
}
@media(max-width:1000px){
    .post_content pre{
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
@media(max-width:750px){
    .post_content video{
        width: 100%;
    }
    .line_a{
        margin: 16px 0 0 0;
    }
    .related_frame {
        margin: 0 auto;
        padding: 0;
        font-size: 18px;
        margin-top: 20px;
        max-width: 100%;
    }
    .more_frame{
        place-content: center;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-gap: 0;
        padding: 20px;
        background: #ffffff;
        border: 1px solid #cccccc;
    }
    .img_frame {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .post_content .title_frame {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        margin: 20px 0 10px 0;
    }
    .post_content .title_frame h2{
        font-size: 18px;
    }
    .post_content .describe {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        margin: 0;
    }
    .post_content .more{
        justify-content: center;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
        margin: 20px 0 0;
        font-size: 14px;
    }
    .arrows_frame{
        display: none;
    }
}
/*related article*/
.column-title{
    position: relative;
    left: 0;
    padding: 25px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
.column-title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 142px;
    background: #0078ff;
}
.related-title:after{
    width: 142px;
}
.related_articles{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.relate_article{
    position: relative;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    width: calc(100%/2 - 30px);
	aspect-ratio:2/1;
    margin: 15px;
	}
.relate_article a{
    max-width: 100%;
    height: auto;
}
.relate_article img{
	width: 100%;
    aspect-ratio: 2/1;
    height: auto;
    transition: .6s;
	}
.relate_article img:hover{
    transform: scale(1.05);
	filter: brightness(90%);
	}
.relate_article h3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.6));
	display: block;
    }
.relate_article h3 a{
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding: 30px 3% 12px 3%;
	}
.relate_article h3 a:hover{
	color: #ffe400;
	}

@media(max-width:750px){
    .guide_info{
        width: 100%;
        }
    .relate_article{
/*        margin: 10px;*/
        width: 100%;
    }
    .relate_article h3 a{
        overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
        }
	}

.advertising{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}
    
/*clear*/	
.clear{
	display:none;
	clear:both;
	}
.directory_box{
    max-width: 28%;
	overflow:hidden;
	}
.directory_sort{
	overflow:hidden;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 0 30px 30px;
	}
/*recent*/
.recent-title:after{
    width: 115px;
}
.popular_post,.recent_post{
    display: flex;
    justify-content: flex-start;
	overflow:hidden;
	margin-top:30px;
	}	
.popular_post a, .recent_img{
	float:left;
	width: 32%;
    overflow: hidden;
	}

.recent_img img{
    display: block;
    width: 100%;
    transition: .6s;
    aspect-ratio: 2/1;
}
.popular_post img, .recent_post img:hover{
    transition: .6s;
    transform: scale(1.05);
	filter: brightness(90%);
	}
.recent_right{
    width: 60%;
    padding-left: 20px;
}
#related2 #related1{
    padding: 30px 20px 0;
    background: #ffffff;
}
#related2 .relate_article{
    width: 100%;
    margin: 0 0 20px;
    aspect-ratio: 2/1;
}
@media(max-width:1000px){
    #related2 .relate_article{
        width: calc(100%/2 - 10px);
        aspect-ratio: 2/1;
    }
    #related2 .relate_article:nth-child(2),#related2 .relate_article:nth-child(4){
        margin: 0 20px 30px 0;
    }
    #related2 .relate_article:nth-child(3),#related2 .relate_article:lastchild(5){
        margin: 0 0 30px 0;
    }
}


/*
.top_article1 {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 0 20px 0 20px;
    top: 0;
    max-width: 100%;
    overflow: auto;
}
.top_article2 {
    position: fixed;
    top: 0;
    background: #ffffff;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 20px 20px 20px;
    z-index: 9999;
}
.recommend_scroll{
    display: inline-block;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 600px;
    margin-top: 30px;
    width: 100%;
}
.recommended_box{
    padding-top: 30px;
    border-bottom: 1px solid #cccccc;
}
.recommended_posts{
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.recommended_posts:last-child{
    margin-bottom: 0;
}
.recommended_posts img{
    transition: .6s;
    width: 100%;
}
.recommended_posts img:hover{
    transform: scale(1.05);
    filter: brightness(90%);
}
.recommended_posts h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.7));
}
.recommended_posts h3 a{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 20px 12px;
}
.recommended_posts h3 a:hover{
    color: #ffe400;
}
@media(max-width:1200px){
    .recommend_scroll{
        height: 286px;
    }
}
*/
.popular_post h3, .recent_right h3{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    margin-bottom: 5px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.popular_post h3, .recent_right h3 a:hover{
	color:#0078ff;
	}
.recent_post p,.recent_post time{
	font-size:16px;
	color:#696363;
	}
.directory_img{
	overflow:auto;
    background: #ffffff;
	}
.sell_star{
    float: left;
    position: relative;
    display: inline-block;
    background-image: url("../img/product-star.svg");
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
    height: 16px;
    width: 100px;
    background-size: 20px 16px;
}
.sell_star span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url("../img/product-star-rating.svg");
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
}
.price{
    float: left;
    font-size: 13px;
    margin-left: 6px;
}
@media(max-width:1440px){
    .news_box, .main_box{
        margin-left: 20px;
        margin-right: 20px;
    }
    .post{
        max-width: 60%;
    }
    .directory_box{
        max-width: 34%;
    }
    .title{
        font-size: 26px;
    }
}

@media(max-width:1100px){
    .main_box{
        flex-wrap: wrap;
    }
    .post{
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
	.author{
        width: 35%;
	    }
	.directory_box{
        max-width: 100%;
        overflow: hidden;
        margin-top: 40px;
		}
	.share_post{
		width:auto;
		float:right;
    }
	.clear{
		display:block;
    }
    .recent_articles{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -15px;
    }
    .recent_post{
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100%/3 - 30px);
    }
    .popular_post a, .recent_img{
        width: 100%;
        aspect-ratio: 2/1;
    }
    .recent_right{
        width: 100%;
        padding: 10px 0 0;
    }
    .recent_right h3{
/*        display: flex;*/
        font-size: 16px;
    }
    .recent_post p{
        font-size: 14px;
    }
}
@media(max-width:1100px){
    .directory_sort{
        padding: 0;
    }
}
@media(max-width:750px){
    .news_box, .main_box, .directory_box{
        margin: 0;
    }
    .post{
        padding: 0 15px 30px 15px;
    }
	.author{
		width:auto;
		}
	.share_post{
		float:right;
		width:auto;
		}
    .directory_sort{
        padding: 0 15px 0;
    }
    .recent_articles{
        margin: 0 -10px; 
    }
    .popular_post, .recent_post{
        margin: 10px;
        width: calc(100%/2 - 20px);
    }
    .advertising{
        padding: 20px 15px;
    }
}
/*popular articles*/
.popular_articles{
    max-width: 1400px;
    margin: 0 auto;
    overflow: auto;
    padding: 30px 30px 15px;
    margin-top: 80px;
    margin-bottom: 100px;
    background: #ffffff;
}
.popular-title:after{
    width: 142px;
}
.pupular_line{
    height: 1px;
    background: #cccccc;
    margin-top: 16px;
}
.popular_articles_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: auto;
/*    margin: 0 -15px;*/
}
/*
.artilce_link:nth-child(odd){
    margin-left: 0;
}
.article_link:nth-child(even){
    margin-right: 0;
}
*/
.artilce_link{
	position: relative;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    width: calc(100%/3 - 15px);
	aspect-ratio:2/1;
    margin: 15px 0;
	}

.artilce_link a{
	width:100%;
    height: auto;
	}
.artilce_link a img{
    display: block;
    width:100%;
    height: auto;
    transition: .6s;
    aspect-ratio: 2/1;
}
.artilce_link img:hover{
    transform: scale(1.05);
	filter: brightness(90%);
	}
.popular_title{
	position:absolute;
	float:left;
	bottom:0;
	left:0;
	width:100%;
	padding:30px 0 10px;
	background:linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.8));
	}
.popular_title h3{
	display:block;
	width:auto;
	margin:0 3% 1% 3%;
	}
.popular_title h3 a{
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	display: block;
	}
.popular_title h3 a:hover{
	color: #ffe400;
	}
.read_num{
	position:absolute;
    padding: 6px;
	right:0;
	top:0;
	color:#ffe400;
	z-index:999;
	background: rgba(0,0,0,0.5);
	}
@media(max-width:1440px){
    .popular_articles{
        margin: 80px 20px 0;
    }
}
@media(max-width:1100px){
    .popular_articles{
        padding: 0;
    }
    .artilce_link{
        margin: 15px 0 15px 0;
        width: calc(100%/2 - 15px);
        aspect-ratio: 2/1;
    }
}
@media(max-width:750px){
    .popular_articles{
        margin: 0;
        padding: 30px 15px 15px;
    }
    .artilce_link{
        margin: 15px 0;
        width: 100%;
        aspect-ratio: 2/1;
    }
    .author img{
        height: 50px;
        }
    .author_name{
        font-size: 16px;
        margin-left: 65px;
        }
    .posted_date{
        font-size: 14px;
        margin-left: 65px;
        }
    .read_num{
        font-size: 12px;
    }
}
/*cookie*/
.cookie-container {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,.7);
}
.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    padding: 16px 0;
    margin: 0 auto;
}
.cookie-div {
    color: #ffffff;
    margin: 0 20px 0 0;
}
.cookie-div>h2 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.cookie-div>p {
    margin: 0;
    font-size: 14px;
}
.cookie-div>p>a {
    color: #ffffff;
    text-decoration: underline;
}
.button-div {
    display: flex;
    flex-direction: row;
}
.cookie-btn {
    border: none;
    cursor: pointer;
    padding: 8px 30px;
    border-radius: 4px;
    white-space: nowrap;
}
.cookie-accept {
    background: #ffffff;
    margin: 0 20px 0 0;
}
.cookie-rejuct {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
.cookie-accept:hover {
    filter: brightness(.9);
}
.cookie-rejuct:hover {
    color: #333333;
    background: #ffffff;
}

@media(max-width: 1480px) {
.cookie-content {
    padding: 16px 20px;
}
}

@media(max-width: 768px) {
.cookie-content {
    flex-direction: column;
    justify-content: center;
    padding: 16px 20px;
}
.cookie-div {
    margin: 0 0 20px 0;
}
}
/*---cookie end---*/
#btn {
	width:50px; 
	height:50px; 
	position:fixed; 
	right:2%; 
	bottom:220px; 
	display:none; 
	opacity:0.5;
	background-image:url(../img/common/top.webp);
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 9999;
	}	
#btn:hover{
	opacity:1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	}
/*share*/
.share-box{
    position: fixed;
    top: 30%;
    left: 0;
    width: 48px;
    height: auto;
    transition: .3s;
}
.share-box ul li a{
    width: 48px;
    height: 48px;
/*
    margin: 10px 0;
    border-radius: 50%;
*/
}
.share-box ul li a:hover{
    width: 58px;
    transition: .5s;
    border-radius: 0 5px 5px 0;
}
.facebook-button{
    background: #4267B2 url("../img/common/share-facebook.png") no-repeat center;
}
.twitter-button{
    background: #000000 url("../img/common/share-twitter.png") no-repeat center;
}
.linkedin-button{
    background: #0275b4 url("../img/common/share-linkedin.png") no-repeat center;
}
.pinterest-button{
    background: #c82129 url("../img/common/share-pinterest.png") no-repeat center;
}
.tumblr-button{
    background: #34526f url("../img/common/share-tumblr.png") no-repeat center;
}
@media(max-width:1100px){
    .share-box{
        display: none;
    }
}
/*footer*/
.footer_box{
	max-width:100%;
	overflow:auto;
	background:#1a1a1a;
	}
.footer_a{
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    }
.footer_content{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    overflow: auto;
    padding: 60px 0;
	}
.footer_buttom img{
    padding-bottom: 20px;
    }
.footer_buttom a {
    margin-top: 30px;
}
.footer{
	float: left;
	overflow:auto;
	}
.bottom_nav{
    margin-bottom: 15px;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	}
.footer li a{
	line-height:40px;
	font-size:16px;
	color:#e6e6e6;
	}
.contact_box li a img{
    width: 60%;
    transition: .5s;
}
.contact_box li a img:hover{
    transition: .5s;
    transform: translateY(-5px);
}
/*clear*/
.clear{
	display:none;
	clear:both;
	}
.footer_contact{
    display: flex;
    flex-direction: column;
    overflow: hidden;
	}
.copyright{
	color:#ffffff;
	font-size:16px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000000;
	}
.contact{
	font-size:22px;
	color:#ffffff;
	}
.contact_box{
	margin-top:10px;
	}
.contact_box li{
	float:left;
    list-style: none;
	margin-right:30px;
	}
/*Responsive*/
@media(max-width:1440px){
    .footer_a{
        margin: 0 20px;
    }
}
@media(max-width:1000px){
    .footer_a{
        flex-wrap: wrap;
    }
}
@media(max-width:800px){
    .footer_box{
        margin-top: 30px;
    }
    .footer_content{
        justify-content:flex-start;
        flex-wrap: wrap;
    }
    .footer_item,.footer_buttom{
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #ffffff;
    }
    .footer:last-child{
        border: none;
    }
    .bottom_nav,.copyright,.contact{
        font-size: 18px;
        }
    .footer li a{
        line-height: 30px;
        font-size: 14px;
        }
    .contact_box li{
        margin-right: 20px;
        }
    .contact_box li a img{
        width: 60%;
        }
}
/* Keyboard Key Style */
kbd {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1;
}
@media (max-width: 600px) {
    kbd {
        font-size: 12px;
        padding: 3px 6px;
    }
}
/* Code container styles */
.code-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Limits width on large screens */
    margin: 20px 0;
    border: 1px solid #ccc;
    padding: 10px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
  }
  
  /* Pre tag styles */
  .code-container pre {
    margin: 0;
    white-space: pre-wrap; /* Ensures text wraps on small screens */
    overflow-x: auto; /* Adds horizontal scrolling if needed */
    padding: 15px;
    border: 1px solid #ededed;
    margin: 30px 10px 20px 10px; /* Space for the button above */
    background-color: #f7f7f7;
    border-radius: 5px;
  }
  
  /* Code tag styles */
  .code-container pre code {
    display: block; /* Each code line takes its own row */
    margin: 0;
  }
  
  /* Comment styles */
.code-container pre .comment {
    /* color: #555; Darker gray for better contrast */
    color: gray;
    font-style: italic; /* Common convention for comments */
    margin-left: 5px; /* Reduced indentation for better mobile fit */
    display: inline; /* Keeps comments on the same line as code */
}

.code-container pre code .code-highlight {
    background-color: #fff3cd; 
    color: #856404; 
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
  }
  
  /* Copy button styles */
  .copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: #0078ff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
  }
  
  /* Hover effect for copy button */
  .copy-btn:hover {
    background-color: #45a049; /* Green hover effect */
  }
  
  /* Copied state for copy button */
  .copied {
    background-color: #888; /* Gray when copied */
    cursor: not-allowed; /* Indicates button is inactive */
  }
  
  /* Media query for small screens (e.g., mobile devices) */
  @media (max-width: 600px) {
    .code-container {
      padding: 5px 0; /* Reduce padding for tighter layout */
      margin: 10px 0; /* Reduce margin to save space */
    }
  
    .code-container pre {
      padding: 10px; /* Smaller padding inside pre */
      margin: 20px 5px 10px 5px; /* Adjust margins for small screens */
    }

    .code-container pre .comment {
        margin-left: 3px; /* Even less indentation on mobile */
    }

    .code-container pre code .code-highlight {
        padding: 1px 3px; 
        font-size: 14px; 
      }
  
    .copy-btn {
      top: 5px; /* Move button closer to top */
      right: 5px; /* Move button closer to edge */
      padding: 3px 6px; /* Smaller button size */
      font-size: 12px; /* Smaller text for better fit */
    }
  }

  /* reading progress bar */
:root {
    --progress-color-light: #00aaff; /* light mode color */
    --progress-color-dark: #ff5722; /* dark mode color */
  }
  
  progress {
    position: fixed;
    top: env(safe-area-inset-top); /* Adapt to the notch screen */
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    background: transparent;
    z-index: 9999;
    pointer-events: none; /* Prevent intercept click events */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  progress::-webkit-progress-value {
    background: var(--progress-color, var(--progress-color-light)); /* The default is bright mode */
    transition: width 0.2s ease-out; 
  }
  
  progress::-moz-progress-bar {
    background: var(--progress-color, var(--progress-color-light));
    transition: width 0.2s ease-out;
  }
  
  progress::-webkit-progress-bar {
    background: transparent; /* Make sure the WebKit browser background is transparent */
  }
    
  /* dark mode adaption */
  @media (prefers-color-scheme: dark) {
    progress::-webkit-progress-value {
      background: var(--progress-color, var(--progress-color-dark));
    }
    progress::-moz-progress-bar {
      background: var(--progress-color, var(--progress-color-dark));
    }
  }

  @media (max-width: 750px) {
    #reading-progress {
      display: none; /* hide progress bar on mobile */
    }
  }
  /* Show the progress bar by default */
  #reading-progress {
    transition: opacity 0.3s ease;
}

/* Hide in screenshot mode */
.screenshot-mode #reading-progress {
    opacity: 0 !important;
}

  
/* For showing pros and cons, use cases, etc */

  /* Highlight box styles */
  .highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #0078ff;
    border-radius: 6px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.6;
  }

  .highlight-box ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }

  .highlight-box ul li {
    margin-left: 0%;
    position: relative;
    padding: 8px 0 8px 20px;
  }

  .highlight-box li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0078ff;
    font-size: 16px;
  }

  .highlight-box em {
    font-style: italic;
    color: #444;
  }

  .highlight-box li:hover {
    background-color: #e9ecef;
    border-radius: 4px;
    transition: background-color 0.3s;
  }

  @media (max-width: 600px) {
    .highlight-box {
      padding: 15px;
      border-radius: 4px;
      font-size: 14px;
      border-left-width: 3px;
    }

    .highlight-box li {
      padding: 6px 0 6px 18px;
    }

    .highlight-box li:before {
      font-size: 14px;
    }
  }

  @media (max-width: 400px) {
    .highlight-box {
      padding: 10px;
      font-size: 12px;
      border-left-width: 2px;
    }

    .highlight-box li {
      padding: 4px 0 4px 16px;
    }

    .highlight-box li:before {
      font-size: 12px;
    }
  }

  /* rating style */
  .rating-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    margin: 20px 10px;
    border-radius: 4px;
}

.rating-info .label {
    font-weight: bold;
    color: #333;
}

.star_s {
    position: relative;
    display: inline-block;
    margin: -5px 15px 0 0;
    background: url(../img/stars-no.svg) repeat-x left center;
    vertical-align: middle;
    height: 25px;
    width: 125px;
    background-size: 25px 125px;
}

.star_s .rating-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: url(../img/stars.svg) repeat-x left center;
    vertical-align: middle;
}

.size-value {
    color: #555;
}

.logo-watermark img {
	display: block;
	margin: 0;
	padding: 0;
}

/* indent text */
.indented-content {
    padding-left: 20px;
}
  
  /* image with caption */
  figure {
    text-align: center;
	margin: 0;
  }
  figcaption {
    font-style: italic;
    color: #555;
  }
  figure img {
    max-width: 100%; 
    height: auto; 
  }

@media (max-width: 800px) {
  figure img {
    width: 100%;
  }
}

/* quote style */
.quote-container {
	background-color: #f9f9f9;
	border-left: 4px solid RGB(0,120,255); /* Adjust the color of the vertical bar */

	padding: 10px;
	margin: 5px;
	max-width: 750px; /* Adjust the width as needed */
}

.quote-text {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}