.comment-author.vcard {
    display: flex;
    align-items: center;
}
.nd-hero .nd-breadcrumb span {
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: var(--transition);
    overflow: hidden;
}
.nd-sidebar .wp-block-icon svg path {
    fill-rule: inherit;
}
.nd-sidebar .wp-block-icon svg {
	width:30px;
}
#block-8 .wp-block-button.nd-nl-btn{
	background:transparent;
	padding:0;
}
.nd-comments .comment-form-cookies-consent {
    margin-bottom: 10px;
}
.nd-comments .comment-form-cookies-consent label {
    font-size: 14px;
    font-weight: 500;
}
.comment-respond .logged-in-as {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--text);
    line-height: 18px;
}
.nd-comments .avatar.photo {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.nd-sidebar .widget_search form{
	width:100%;
}
.nd-sidebar .widget_search, .nd-sidebar #block-8 {
    background: linear-gradient(89deg, rgb(255 218 185 / 35%) 9.8%, rgb(199 184 234 / 20%) 97.5%);
    border: 1px solid #eee;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nd-comments ol li{
	list-style:none;
}
.widget_search .wp-block-search__inside-wrapper{
	display:block;
}
.nd-post-nav a span {
    font-size: 12px;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 10px;
    display: inline-block;
}
.nd-post-nav h5 {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nd-post-nav .nd-nav-next {
    text-align: right;
}
.nd-comments .comment-content p {
    font-size: 13px;
    line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nd-comments .edit-link {
    background: var(--secondary);
    border-radius: 10px;
    color: var(--white);
    font-size: 10px;
    padding: 3px 7px;
}
.comment-body {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.comment-metadata {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nd-comment-list {
    border: 1px solid #eee;
    padding: 20px;
    background: var(--light);
    border-radius: 20px;
}
.comment-meta {
    display: flex;
    align-items: center;
	margin-bottom:10px;
}
.comment-reply-link {
    font-size: 12px;
    color: var(--secondary);
    font-weight: 600;
}
.nd-comments-wrap, .comment-respond {
    margin-top: 20px;
}
.nd-sidebar .wp-block-search__label {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.nd-author-box .nd-author-info p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-light);
}
/* .wp-block-latest-posts__list li{
	overflow:hidden;
	height:50px;
} */
.wp-block-latest-posts__list li a {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
	padding: 0 0 10px;
    border-bottom: 1px solid #eee;
	display:block;
/* 	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    white-space: normal;
    height: auto !important;
    max-height: none !important;
	word-wrap: break-word;
	height:40px !important; */
}
.wp-block-latest-posts__list li:last-child a{
	padding:0;
	margin:0;
	border:0;
}
.wp-block-latest-posts__list li a:first-child{
	margin-top:10px;
}
.comment-meta b.fn {
    background: var(--text);
    color: var(--white);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0 10px;
}
.comment-meta .says{
	display:none;
}
.nd-hero {
    background: linear-gradient(89deg, rgb(255 218 185 / 35%) 9.8%, rgb(199 184 234 / 20%) 97.5%);
    padding: 110px 0 48px;
    margin-bottom: 50px;
}
.nd-body-sec{
	padding-bottom:50px;
}
.nd-cover-wrap img {
    border-radius: 20px;
	margin-bottom:20px;
	object-fit:cover;
	object-position: 50% 20%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.nd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 24px;
}

.nd-breadcrumb a {
    color: var(--secondary);
    transition: var(--transition);
}

.nd-breadcrumb a:hover {
    text-decoration: underline;
}

.nd-breadcrumb i {
    font-size: 9px;
}

/* .nd-hero-content {
    max-width: 860px;
} */

.nd-hero-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.nd-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.nd-badge-fire {
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff;
}

.nd-badge-movie {
    background: var(--text);
    color: var(--white);
}

.nd-hero-title {
    font-size: clamp(26px, 3.5vw, 46px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
    margin-bottom: 18px;
}

.nd-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 28px;
    max-width: 780px;
}

.nd-hero-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.nd-author-mini {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nd-author-mini img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 3px rgba(192, 38, 211, .2);
}

.nd-author-mini strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--text);
}

.nd-author-mini span {
    font-size: 11px;
    color: var(--text-light);
}

.nd-meta-divider {
    width: 1px;
    height: 38px;
    background: rgba(24, 24, 27, .12);
    flex-shrink: 0;
}

.nd-meta-pills {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--text-light);
    font-weight: 600;
}

.nd-meta-pills i {
    color: var(--text);
    margin-right: 4px;
}

/* Share hero */
.nd-share-hero {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nd-share-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-light);
}

.nd-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    color: var(--text);
    background: rgba(0, 0, 0, .07);
}

/* .nd-share-fb { background: rgba(24,119,242,.1); color: #1877F2; } */
.nd-share-fb:hover {
    background: #1877F2;
    color: #fff;
}

/* .nd-share-tw { background: rgba(0,0,0,.07); color: #000; } */
.nd-share-tw:hover {
    background: #000;
    color: #fff;
}

/* .nd-share-wa { background: rgba(37,211,102,.1); color: #25D366; } */
.nd-share-wa:hover {
    background: #25D366;
    color: #fff;
}

/* .nd-share-copy { background: rgba(192,38,211,.1); color: var(--primary); } */
.nd-share-copy:hover,
.nd-share-in:hover {
    background: var(--primary);
    color: #fff;
}

/* ─── HERO IMAGE ──────────────────────────── */
.nd-hero-img-wrap {
    background: var(--light);
    padding: 0 0 0;
}

.nd-hero-img-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    position: relative;
}

.nd-hero-img-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.nd-img-caption {
    font-size: 12px;
    color: var(--text-light);
    text-align: center;
    padding: 10px 16px;
    font-style: italic;
    background: rgba(248, 244, 255, .8);
}

/* ─── MAIN ────────────────────────────────── */
.nd-main-sec {
    padding: 50px 0;
    background: var(--light);
}

.nd-main-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    align-items: start;
}

/* ─── ARTICLE ─────────────────────────────── */
.nd-main-grid .nd-article {
    background: var(--white);
    border-radius: 22px;
    padding: 44px;
    box-shadow: var(--shadow);
}

.nd-intro-para {
    font-size: 17px;
    line-height: 1.85;
    color: var(--text);
    margin-bottom: 22px;
    font-weight: 500;
}

.nd-article p {
    font-size: 15px;
    line-height: 1.9;
    color: rgba(24, 24, 27, .78);
}

.nd-article h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    margin: 36px 0 16px;
    padding-left: 16px;
    border-left: 4px solid var(--secondary);
}

/* Pull Quote */
.nd-pullquote {
    margin: 32px 0;
    padding: 28px 32px;
    background: linear-gradient(89deg, rgb(255 218 185 / 35%) 9.8%, rgb(199 184 234 / 20%) 97.5%);
    border-left: 4px solid var(--secondary);
    border-radius: 0 16px 16px 0;
    position: relative;
}

.nd-pullquote::before {
    content: '\201C';
    position: absolute;
    top: 0px;
    left: 16px;
    font-size: 80px;
    color: #7c4dff21;
    font-family: Georgia, serif;
    line-height: 1;
}

.nd-pullquote p {
    font-size: 19px;
    font-style: italic;
    color: var(--text);
    line-height: 1.65;
    margin-bottom: 12px;
    font-weight: 700;
}

.nd-pullquote cite {
    font-size: 13px;
    font-weight: 700;
    color: var(--secondary);
}

/* Inline image */
.nd-inline-img {
    margin: 28px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.nd-inline-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

/* 2-col image grid */
.nd-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 28px 0;
}

.nd-img-grid-item {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.nd-img-grid-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Highlight Box */
.nd-highlight-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 30px 0;
    padding: 24px;
    background: linear-gradient(135deg, rgba(124, 58, 237, .06), rgba(192, 38, 211, .04));
    border-radius: 18px;
}

.nd-highlight-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 14px;
    background: var(--text);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.nd-highlight-body h4 {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 12px;
}

.nd-highlight-body ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nd-highlight-body ul li {
    font-size: 13px;
    color: rgba(24, 24, 27, .75);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.nd-highlight-body ul li i {
    color: var(--text);
    font-size: 11px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Tags */
.nd-tags-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 32px 0 0;
    padding-top: 24px;
    border-top: 1px dashed #7c4dff21;
}

.nd-tags-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 6px;
}

.nd-tag {
    padding: 5px 14px;
    border-radius: 30px;
    background: var(--text);
    color: var(--light);
    font-size: 12px;
    font-weight: 700;
    transition: var(--transition);
}

.nd-tag:hover {
    background: var(--text);
    color: #fff;
}

/* Share Strip */
.nd-share-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 24px 0 0;
    padding: 20px 24px;
    background: var(--light);
    border-radius: 16px;
}

.nd-share-strip-left {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-light);
}

.nd-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    border-radius: 30px;
    border: none;
    background: #7c4dff21;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.nd-like-btn:hover,
.nd-like-btn.nd-liked {
    background: var(--secondary);
    color: #fff;
}

.nd-share-strip-right {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
}

.nd-s-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

.nd-s-fb {
    background: rgba(24, 119, 242, .1);
    color: #1877F2;
}

.nd-s-fb:hover {
    background: #1877F2;
    color: #fff;
}

.nd-s-tw {
    background: rgba(0, 0, 0, .07);
    color: #000;
}

.nd-s-tw:hover {
    background: #000;
    color: #fff;
}

.nd-s-wa {
    background: rgba(37, 211, 102, .1);
    color: #25D366;
}

.nd-s-wa:hover {
    background: #25D366;
    color: #fff;
}

.nd-s-tg {
    background: rgba(40, 168, 226, .1);
    color: #28A8E2;
}

.nd-s-tg:hover {
    background: #28A8E2;
    color: #fff;
}

.nd-s-copy {
    background: rgba(192, 38, 211, .1);
    color: var(--primary);
}

.nd-s-copy:hover {
    background: var(--primary);
    color: #fff;
}

/* Author Card */
.nd-author-card {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 36px;
    padding: 28px;
    background: linear-gradient(89deg, rgb(255 218 185 / 35%) 9.8%, rgb(199 184 234 / 20%) 97.5%);
    border-radius: 20px;
}

.nd-author-avatar, .avatar.photo {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 4px #7c4dff21;
}

.nd-author-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--secondary);
}

.nd-author-info h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin: 4px 0 2px;
}

.nd-author-title {
    font-size: 12px;
    color: var(--text-light);
    margin-bottom: 10px;
    font-weight: 600;
}

.nd-author-bio {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(24, 24, 27, .7);
    margin-bottom: 14px;
}

.nd-author-socials {
    display: flex;
    gap: 8px;
}

.nd-author-socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--text);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: var(--transition);
}

.nd-author-socials a:hover {
    background: var(--secondary);
    color: #fff;
    transform: translateY(-3px);
}

/* ─── SIDEBAR ─────────────────────────────── */
.nd-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: sticky;
    top: 96px;
}

.nd-sidebar-card {
    background: var(--white);
    border-radius: 20px;
    padding: 22px;
    box-shadow: var(--shadow);
}

.nd-sidebar-title, .wp-block-heading, .nd-reply-title, .nd-comments-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 18px;
    padding-left: 12px;
    border-left: 3px solid var(--secondary);
}
.wp-block-latest-comments__comment {
    margin-bottom: 0;
    font-size: 14px;
}
/* Trending sidebar */
.nd-trend-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nd-trend-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: var(--transition);
    cursor: pointer;
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.nd-trend-item:last-child{
	border:0;
}

.nd-trend-item:hover .nd-trend-body p {
    color: var(--text);
}

.nd-trend-num {
    font-size: 22px;
    font-weight: 800;
    color: #7c4dff45;
    min-width: 28px;
    line-height: 1;
}

.nd-trend-cat {
    font-size: 10px;
    font-weight: 700;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: .3px;
    display: block;
    margin-bottom: 3px;
}

.nd-trend-body p {
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.5;
    transition: var(--transition);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Newsletter card */
.nd-nl-card {
    text-align: center;
    background: linear-gradient(89deg, rgb(255 218 185 / 35%) 9.8%, rgb(199 184 234 / 20%) 97.5%);
}

.nd-nl-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--text);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 14px;
}

.nd-nl-card h3, .nd-sidebar .wp-block-search__label {
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
	font-family:var(--font);
}

.nd-nl-card p, #block-8 .wp-block-paragraph {
    font-size: 12px;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 16px;
	text-align:center;
}
#block-8 .wp-block-heading {
    border-left: 0;
    text-align: center;
}

.nd-nl-input, .wp-block-search__input {
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 0 14px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .8);
    font-size: 13px;
    color: var(--text);
}
.nd-nl-input::placeholder, .wp-block-search__input::placeholder {
    color: var(--text-light);
}
.nd-sidebar #block-4 {
    display: none;
}

.nd-nl-btn, .wp-block-search__button,  .nd-sidebar #block-8 .wp-block-button__link{
    padding: 15px 45px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    background-size: 200% auto;
    color: var(--white);
    border-radius: 16px;
    display: block;
    outline: 0;
    border: none;
    background-image: linear-gradient(to right, #ff005c 0, #7c4dff 51%, #ff005c 100%);
    font-family: var(--font);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    width: 100%
}

.nd-nl-btn:hover, .wp-block-search__button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}
.widget_block  .wp-block-search__button {
	margin-left:0;
}
.widget_block {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.nd-nl-btn i {
    margin-left: 5px;
}

/* Tags cloud */
.nd-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nd-s-tag {
    padding: 5px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    background: var(--text);
    color: var(--white);
    transition: var(--transition);
    cursor: pointer;
    display: inline-block;
}

.nd-s-tag:hover {
    background: var(--text);
    color: #fff;
}

/* Follow */
.nd-follow-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nd-follow-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: var(--light);
    transition: var(--transition);
    font-size: 22px;
}

.nd-follow-item:hover {
    transform: translateX(4px);
    background: rgba(192, 38, 211, .06);
}

.nd-f-ig {
    color: var(--secondary);
}

.nd-f-yt {
    color: #FF0000;
}

.nd-f-tw {
    color: #000;
}

.nd-follow-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
}

.nd-follow-item span {
    font-size: 11px;
    color: var(--text-light);
}

.nd-follow-plus {
    font-size: 14px !important;
    color: var(--text-light);
    margin-left: auto;
    transition: var(--transition);
}

.nd-follow-item:hover .nd-follow-plus {
    color: var(--secondary);
}

/* ─── RELATED ─────────────────────────────── */
.nd-related-sec {
    padding: 50px 0;
    background: linear-gradient(89deg, rgb(255 218 185 / 35%) 9.8%, rgb(199 184 234 / 20%) 97.5%);
}

.nd-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.nd-section-head h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
}

.nd-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    transition: var(--transition);
}

.nd-view-all:hover {
    gap: 10px;
}

.nd-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.nd-related-card {
    background: var(--white);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.nd-related-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.nd-related-thumb {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.nd-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.nd-related-card:hover .nd-related-thumb img {
    transform: scale(1.07);
}

.nd-related-cat {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 12px;
    border-radius: 30px;
    background: linear-gradient(135deg,
            var(--primary),
            var(--secondary));
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.nd-rc-award {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.nd-rc-music {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
}

.nd-related-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nd-related-body h3 {
    font-size: 13px;
    font-weight: 800;
    color: var(--text);
    line-height: 1.45;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: var(--transition);
}

.nd-related-card:hover .nd-related-body h3 {
    color: var(--text);
}

.nd-related-meta {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: var(--text-light);
}

.nd-related-meta i {
    color: var(--secondary);
    font-size: 10px;
}

/* ─── STICKY SHARE ────────────────────────── */
.nd-sticky-share {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    background: var(--white);
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .15);
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.nd-sticky-share.nd-sticky-visible {
    opacity: 1;
    visibility: visible;
}

.nd-sticky-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
}

.nd-ss-fb {
    background: rgba(24, 119, 242, .1);
    color: #1877F2;
}

.nd-ss-fb:hover {
    background: #1877F2;
    color: #fff;
}

.nd-ss-tw {
    background: rgba(0, 0, 0, .07);
    color: #000;
}

.nd-ss-tw:hover {
    background: #000;
    color: #fff;
}

.nd-ss-wa {
    background: rgba(37, 211, 102, .1);
    color: #25D366;
}

.nd-ss-wa:hover {
    background: #25D366;
    color: #fff;
}

.nd-like-sticky {
    background: rgba(192, 38, 211, .1);
    color: var(--primary);
}

.nd-like-sticky:hover,
.nd-like-sticky.nd-liked {
    background: var(--primary);
    color: #fff;
}
.nd-comments p.form-submit {
    background-image: none;
    padding: 0;
	margin-bottom:20px;
}

/* ─── RESPONSIVE ──────────────────────────── */
@media (max-width: 1100px) {
    .nd-footer-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
@media (max-width: 768px) {
	.nd-main-grid .nd-article {
    	padding: 30px;
	}
    .nd-main-grid {
        grid-template-columns: 1fr;
    }

    .nd-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .nd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    } 
    .nd-nl-card{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
	.comment-respond .logged-in-as {
		font-size:12px;
	}
	.nd-main-grid .nd-article{
		margin-bottom:10px;
	}
	.nd-article .nd-post-nav{
		display:block;
	}
	.nd-article .nd-post-nav .nd-nav-next {
   		 text-align: left;
	}
	.nd-main-grid{
		display:block;
	}
    .nd-hero {
        padding: 94px 0 36px;
    }

    .nd-article {
        padding: 28px 20px;
    }

    .nd-article h2 {
        font-size: 20px;
    }

    .nd-hero-title {
        font-size: 24px;
    }

    .nd-img-grid {
        grid-template-columns: 1fr;
    }

    .nd-author-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nd-author-socials {
        justify-content: center;
    }

    .nd-share-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .nd-sidebar {
        grid-template-columns: 1fr;
    }

    .nd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nd-highlight-body ul li {
        display: inline-block;
    }

    .nd-main-sec,
    .nd-related-sec {
        padding: 30px 0;
    }

    .nd-hero-img-box img {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .nd-hero-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .nd-meta-divider {
        display: none;
    }

    .nd-share-hero {
        gap: 8px;
    }

    .nd-share-btn {
        padding: 7px 12px;
        font-size: 11px;
    }

    .nd-related-grid {
        grid-template-columns: 1fr;
    }

    .nd-section-head h2 {
        font-size: 20px;
    }

    .nd-footer-wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .nd-sticky-share {
        bottom: 16px;
        padding: 8px 16px;
    }
}