/* Kadwaghut Auto Next Post V2 */

.kgh-anp2-original-extra {
    margin: 10px 0 18px;
}

.kgh-anp2-stream {
    width: 100%;
}

.kgh-anp2-sentinel {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 26px 0;
    opacity: .82;
    font-size: 15px;
}

.kgh-anp2-spinner {
    width: 26px;
    height: 26px;
    border: 3px solid rgba(0,0,0,.16);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: kghAnp2Spin .8s linear infinite;
}

@keyframes kghAnp2Spin {
    to { transform: rotate(360deg); }
}

.kgh-anp2-auto-post {
    width: 100%;
    clear: both;
    padding-top: 18px;
    margin-top: 28px;
}

.kgh-anp2-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 24px;
    font-weight: 800;
    font-size: 16px;
}

.kgh-anp2-divider::before,
.kgh-anp2-divider::after {
    content: "";
    height: 1px;
    background: rgba(0,0,0,.20);
    flex: 1;
}

.kgh-anp2-category {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.kgh-anp2-category a {
    color: inherit;
    text-decoration: none;
}

.kgh-anp2-title {
    margin: 0 0 12px;
    line-height: 1.24;
}

.kgh-anp2-title a {
    color: inherit;
    text-decoration: none;
}

.kgh-anp2-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 14px;
    margin: 8px 0 12px;
    opacity: .78;
}

.kgh-anp2-meta a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.kgh-anp2-sep {
    opacity: .45;
}

.kgh-anp2-share {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 12px 0 16px;
}

.kgh-share {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    background: #efefef;
    color: #111;
}

.kgh-facebook {
    background: #1877f2;
    color: #fff;
}

.kgh-x {
    background: #111;
    color: #fff;
}

.kgh-whatsapp {
    background: #25d366;
    color: #fff;
}

.kgh-copy {
    background: #e9e9e9;
    color: #111;
}

.kgh-anp2-featured-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 12px 0 18px;
}

.kgh-anp2-content {
    width: 100%;
}

.kgh-anp2-ad {
    width: 100%;
    text-align: center;
    margin: 22px auto;
    clear: both;
    overflow: hidden;
}

.kgh-anp2-ad > * {
    max-width: 100%;
}

@media (max-width: 767px) {
    .kgh-anp2-auto-post {
        margin-top: 20px;
        padding-top: 12px;
    }

    .kgh-anp2-title {
        font-size: clamp(26px, 7.2vw, 38px);
        line-height: 1.22;
    }

    .kgh-anp2-meta {
        font-size: 13px;
    }

    .kgh-share {
        width: 36px;
        height: 36px;
    }
}
