.woocommerce-account .entry-title {
    margin-left: 20px; /* adjust the px value until it lines up */
}

/* Align My Account heading with the account box on mobile */
@media (max-width: 768px) {
    .woocommerce-account .entry-title {
        padding-left: 10px;  /* match the box spacing */
        padding-right: 15px; /* keep equal spacing on right */
        box-sizing: border-box;
    }
}
/* Account navigation box spacing */
.woocommerce-MyAccount-navigation ul {
    margin: 0 15px;   /* space left & right */
    padding: 0;
}

/* Style each pink nav item */
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 8px;
}

/* Text below navigation box */
.woocommerce-MyAccount-content {
    margin: 0 15px;   /* same spacing as nav */
    text-align: left; /* ensure alignment */
}













.eael-grid-post-holder{padding : 26px;}
@media (max-width: 767px){
	.eael-grid-post-holder{padding : 0px;}
}
.subscribe-form {
	display: flex;
	flex-direction: column;
	gap : 10px;
}

.email-input {
	border: 1px solid #d5d7da !important;
	border-radius: 8px !important;
}
.email-input::placeholder {
	color: #717680 !important;
}
.subscribe-button {
	background-color: #D31D85;
	color: white;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.subscribe-button:hover{
	background-color: #D31D79;
}

.eael-post-elements-readmore-btn{
	margin-top: -150px;
}

.ast-single-entry-banner .entry-meta {
    display: grid;
    align-items: center;
		justify-content: center;
}

.ast-single-entry-banner .entry-meta .ast-author-avatar {
		grid-column: 1;
}
.ast-single-entry-banner .entry-meta span {
    grid-column: 2;
}

.homeAbout h6{
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #9F5EA2;
}

.homeAbout h2{
font-size: 36px;
letter-spacing: -0.02em;
	color: #7C20BC;
}

.comments-area{
		width: 50%;
    display: block;
    margin: 0 auto;
}
.heateor_sss_sharing_container{
	width: 45%;
}


.ast-related-posts-title{
	display: flex;
	justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
 	.heateor_sss_sharing_container{
		width: 100%;
	}
	.comments-area {
		width: 100%;
	}
	.ast-related-posts-title{
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.ast-related-posts-wrapper .ast-related-post{
		padding: 0px !important;
	}
	.ast-related-post-content .entry-meta{
		margin-bottom: 1em !important;}
}
.ast-related-post-content .entry-meta{
	margin-bottom: 0em;
	margin-top: 10px;
}

.blog-intro{
	display: flex;
	flex-direction: column;
}

.blog-intro .small-txt{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #D31D85;
}

.blog-intro .sec-title{
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	color: #181D27;
}

.ast-related-posts-title a{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
 	background-color: #D31D85;
	color: #FFFFFF;
  padding: 10px 30px;
	border-radius: 8px;
}

.related-post-category .ast-author-avatar, .related-post-category .posted-by, .related-post-category .posted-on{display: none;}

.related-post-category .ast-taxonomy-container{
	padding-top: 20px;
}

.related-post-footer .ast-taxonomy-container{display: none;}

.related-post-footer{
	display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 10px;
}
.related-post-footer .ast-author-avatar{
	overflow: hidden;
	grid-row: 1/3;
}
.related-post-footer .posted-by, .related-post-footer .posted-on{
	margin: 0px;
}

.related-post-footer .posted-by .author-name{
	margin-bottom: 3px;
	color: #181D27;
}

.related-post-footer .posted-on .published{
	color: #535862;
}

.related-entry-header{
	display: flex;
}

.related-entry-header .ast-related-post-link{
	font-size:32px;
	color: #D31D85;
}

.ast-related-posts-wrapper .ast-related-post{
	padding: 20px;
	box-shadow: 0px 4px 6px -2px #0A0D1208;
box-shadow: 0px 12px 16px -4px #0A0D1214;

}













/* cart Button removel */

.woocommerce-cart .paypal-buttons,
.woocommerce-cart .ppc-button-wrapper {
    display: none !important;
}


/* Hide PayPal buttons & message on single product page */
.single-product .ppc-button-wrapper,
.single-product .ppc-message,
.single-product .paypal-button-container {
    display: none !important;
}






