
a{
color:black!important;
}
.affiliatex-title {
    margin-bottom: 0px !important;
}
.affiliatex-title {
    margin-bottom: 0px !important;
}.sc_button:hover {
    color: #ffffff !important;
}
/* LAYOUT */
.single-layout {
    display: grid;
    grid-template-columns: 219px 1fr;
    gap: 24px;
    font-family: 'Karla', sans-serif;
    margin: 51px auto;
    max-width: 1290px;
}

/*#asid{*/
/*    position: fixed;*/
/*    max-width: 221px;*/
/*    top: 45px;*/
/*}*/
/*.left-sidebar{*/
/*    position:relative!important;*/
/*}*/
a:hover{
    color: #E14B31 !important;
}
.h3-with-counter {
    display: flex;
    align-items: center;
    gap: 12px; /* space between number and heading text */
}
.h3-counter {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 50px;
    font-family: 'Karla', sans-serif;
    justify-content: left;
    text-align: start;
}
.h3-num {
    font-size: 24px;
    font-weight: bold;
    color: #ff6600;
    line-height: 1;
}
.h3-total {
    font-size: 12px;
    color: #777;
    line-height: 1;
}
/* LEFT SIDEBAR */
.left-sidebar {
    position: sticky;
    top: 100px;
}
.quick-links h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.quick-links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.quick-links li {
    margin-bottom: 6px;
}
.quick-links a {
    color: #444;
    text-decoration: none;
}
/* SOCIAL ICONS */
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top:18px;
}
.social-icons a {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    transition: all 0.3s ease;
}
.social-icons svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
/* HOVER EFFECT */
.quick-links a:hover,
.social-icons a:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-color: orange;
}
.post-main {
    max-width: 762px;
    overflow: hidden;
    padding: 20px;
}
/* MAIN CONTENT */

.post-content p{
        font-size:20px;
        font-family: "Lora", serif;
        line-height: 1.7em;
        
}
.post-content p a strong{
    color:#E14B31!important;
}
.post-content p strong a{
    color:#E14B31!important;
    
}
.post-content p a{
    color:#E14B31!important;
}
.post-content img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}
/* RIGHT TOC */
.right-toc {
    position: sticky;
    top: 100px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
}
.right-toc ul {
    list-style: none;
    padding: 0;
}
.copy-link svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}
.icon-check {
    display: none;
    color: #28a745; /* green tick */
}
.right-toc li {
    margin-bottom: 8px;
}
.right-toc a {
    text-decoration: none;
    color: #444;
    font-family: "Lora", serif;
   
}
.right-toc a:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-color: orange;
}
/* RELATED POSTS */
.related-posts {
    margin-top: 50px;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.related-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.related-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.related-content {
    padding: 15px;
}
.related-title {
    font-size: 16px;
    margin-bottom: 6px;
}
.related-meta {
    font-size: 13px;
    color: #777;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
    .single-layout {
        grid-template-columns: 1fr;
    }
        .left-sidebar, .right-toc {
        position: static;
        display: none;
    }
    
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .related-grid {
        grid-template-columns: 1fr;
    }
    .rank-math-question button strong {
    font-size: 14px!important;
}
}
.SDT h4{
    color: gray;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    padding: 12px 15px 12px 15px;
    border-radius: 9px;
    margin: -15px;
    line-height: 17px;
}
.Product-Testing{
    margin:0 auto;
}

.featured-image-wrap {
    position: relative;
}

.featured-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}



/* LEFT: Author */
.author-overlay.left {
    left: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-avatar img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin:0;
}

.author-name {
    font-weight: 600;
}

/* RIGHT: Date */
.date-overlay.right {
    right: 15px;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 900;
    line-height: 1.2;
    margin-block-end: 1rem;
    margin-block-start: .5rem;
}

#author{
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
    margin-bottom: 25px;}