#blog-sidebar img {
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.single-publish-date, .reading-time-sec {
    font-size: 14px;
}
.random-post img{
    height: 70px;
}

.random-post span {
  display: block;
  font-weight: bold;
  font-size: 1rem;
}

.question {
  border: 2px solid #3498db;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.question h3 {
  background: #3498db;
  color: #fff;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.question h3:hover {
  background: #2c3e50;
}

.q-counter {
  background: #fff;
  color: #3498db;
  font-weight: bold;
  margin-right: 15px;
}

.answer {
  padding: 20px;
  background: #f9f9f9;
  display: none;
  font-size: 1rem;
  line-height: 1.8;
  border-top: 1px solid #eee;
}

.answer.active {
  display: block;
}

.comments-blog {
  margin-top: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.comments-main-title {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
}

.second-btn {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.second-btn:hover {
  background: linear-gradient(135deg, #27ae60, #16a085);
}


.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
	text-indent: -9999px;
}

h3#reply-title {
	margin-top: 0;
}

.comment-form-comment {
	width: 97%;
	margin: 0 auto 15px;
}

.comment-form-author,
.comment-form-email {
	display: inline-block;
	width: 47%;
	margin: 0 1.2% 25px;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
	color: #777;
	text-indent: 5px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
	border: none;
	width: 100%;
	color: #777;
}

.comment-form textarea {
	background: #ffffff;
	border: 1px solid #00000030;
	resize: none;
	padding: 15px;
	height: 145px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
	background: #ffffff;
	border: 1px solid #00000030;
	padding: 13px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

ol#comments {
	list-style: none;
	padding: 20px;
}

ol#comments li {
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 25px;
}

ol.children {
	padding-right: 10%;
	list-style: none;
}

.comment-author {
	width: 73%;
	display: inline-block;
	margin-bottom: 15px;
}

.comment-meta,
.comment-author img {
	display: none;
}

.comment-wrap > div {
	background-color: #fff;
	border: ;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 23px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.comment-wrap p.stars {
	color: var(--main-color);
	position: absolute;
	left: 20px;
	top: 20px;
}

.comment-author cite a {
	text-decoration: none;
	font-size: 17px;
}

.comment-text p {
	font-size: 14px;
	color: #555;
}

.custom-average-rating span {
	color: gold;
}


/* -----------RESPONSIVE------------ */

@media only screen and (max-width: 850px) {
	#main-single {
		margin-top: 70px;
	}

	#single-top-wrap {
		text-align: center;
	}

	#single-top-wrap>div:nth-child(2) {
		justify-content: center !important;
		margin-top: 15px;
	}

	#page-top-sec {
		height: 380px;
	}

	#single-header-text {
		padding: 5px 30px;
		font-size: 23px;
	}

	.single-publish-date{
	    display: inline-block;
        width: 49%;
        margin-left: 1%;
        padding-right: 35px;
	}
	.reading-time-sec{
	    display: inline-block;
        width: 49%;
        padding-right: 35px;
	}
	.single-publish-date span, .reading-time-sec span{
	    margin-left: 7px;
	} 
	.random-post {
        padding: 13px 105px 13px 20px;
    }
    .blog-quick-access-sec span {
        padding: 20px 50px 10px 10px;
    }
    .blog-banners-sec img {
        margin-left: 10px;
    }

}

@media only screen and (max-width: 550px) {
	#main-single {
		margin-top: 50px;
	}

	#page-top-sec {
		height: 250px;
	}

	#single-header-text {
        font-size: 17px !important;
        margin-bottom: 10px !important;
        padding: 5px 10px;
        text-align: center;
    }

	.single-publish-date {
		font-size: 12px;
		padding: 5px 15px;
	}
	
	.beauty-salon-info {
        width: 100%;
        display: block !important;
        padding: 10px !important;
    }
    .beauty-salon-info img {
        margin-left: 0;
        margin-bottom: 12px;
        width: 100%;
        height: auto;
    }
    .beauty-salon-details-sec a {
        bottom: unset;
        left: unset;
        position: relative !important;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .single-publish-date, .reading-time-sec {
        display: block;
        width: 100%;
        margin-left: 0;
        padding-right: 35px;
    }
    .random-post {
        padding: 10px 70px 10px 30px;
        background-size: 50px;
        border-radius: 25px 10px 10px 10px;
        font-size: 14px;
        line-height: 25px;
    }
    .random-post .dashicons-arrow-left-alt {
        left: 9px;
        top: 30px;
        font-size: 17px;
    }
    .random-post-top-title {
        font-size: 13px;
        margin-bottom: 3px;
    }
    #faq-wrap h3 span {
    border: none;
    margin-right: 0 !important;
    margin-left: 10px !important;
}
    .comment-form-author, .comment-form-email {
        display: block;
        width: 100%;
    }
    .main-image-sec img {
        margin-bottom: 15px;
    }
    
    .comment-form input[type="text"], .comment-form input[type="email"] {
        padding: 7px 10px;
    }

    .question h3 {
    font-size: 15px !important;
}
.answer {
    padding: 10px !important;
    font-size: 13px;
}
.comments-blog {
    padding: 10px;
}
.comments-main-title {
    font-size: 19px;
    margin-top: 0;
}

}