.wp-block-yoast-faq-block .schema-faq-section {
    border: 1px solid #d1dfee;
    margin-bottom: 20px;
    background-color: #ffe3712b;
}
.sidebar .widget .widget-title {
    text-align: center;
    color: var(--base-3);
    background-color: var(--accent);
    font-size: 19px;
    padding: 6px;
    border-radius: 40px;
}
/* Stick sidebars */
@media(min-width: 769px) {
    /* stick right sidebar */
    .inside-right-sidebar,
    .inside-left-sidebar  {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
    }
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-transform: none;
    font-size: 15px;
}
.main-navigation {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
/*social-sharing-buttons*/
.techpk-social-wrapper {
    margin: 20px auto;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.techpk-social-sharing {
     
    padding-top: 8px;
    padding-bottom: 1px;
	
    flex: 1;

    flex: 1;
}

@media only screen and (max-width: 600px) {
    .techpk-social-sharing {
        display: inline-block;
    }
}

.techpk-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.techpk-social-sharing:first-of-type {
    border-radius: 6px 0 0 6px;
}

.techpk-social-sharing:last-of-type {
    border-radius: 0 6px 6px 0;
}

.techpk-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.techpk-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.techpk-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.techpk-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}

.techpk-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

p.has-background {
    padding: 1em 1em;
}

ol, ul {
    margin: 0 0 1px 30px;
}
li { margin-bottom: 10px; }
/* Related Post CSS */
.wpsp-related-title {
	padding-top: 20px;
}
.wp-show-posts-image img {
	border-radius: 10px;
  box-shadow: rgba(23,43,99,.2) 0 5px 25px!important;
}
/* Author Box CSS */
.author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 0.9em;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.author-box .avatar {
	width: 250px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
h5.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
}
.author-description {
	line-height: 1.6em
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.author-box {
		padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.author-box .avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -25px;
	}
	.author-box .avatar img {
		max-width: 100px;
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: -0.1em;
	}
}

* GeneratePress Site CSS */ 
.inside-article, .sidebar .widget, .comments-area {
	border-right: 2px solid rgba(0, 0, 0, 0.07);
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
.page-header-image-single .attachment-full {
    box-shadow: rgb(23 43 99 / 20%) 0 5px 25px;
    border-radius: 10px;
}
@media (min-width: 769px) {
    .post-image-aligned-left .post-image img {
    margin-top: -20px;
    border-radius: 10px;
    box-shadow: rgba(23,43,99,.2) 0 5px 25px!important;
    }
}
@media (max-width: 768px) {
    .post-image-aligned-left .post-image img {
    margin-top: -20px;
    border-radius: 10px;
    box-shadow: rgba(23,43,99,.2) 0 5px 25px!important;
    }
}
.sidebar .widget {
    box-shadow: rgb(23 43 99 / 10%) 0 5px 25px;
}
.widget-area .widget {
    padding: 40px;
}