.ai_single_article{
    display: block;
    position: relative;
}
.ai_singlebread{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
}
.ai_singlebread a,
.ai_singlebread span{
    color: #555;
    transition: ease-in-out 0.3s;
}
.ai_singlebread a:hover{
    color: #2b4c9a;
}
.ai_singlebread span i{
    font-size: 12px;
}
.singlepost-title{
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
    color: #2b4c9a;
    font-size: 25px;
    text-align: center;
}
.ai_metasingle{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
}
span.auhsing{
    color: #555;
}
span.spurane{
    color: #555;
    font-size: 10px;
}
span.blogSaya{
    color: #ff5a00;
}
.timesingle{
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
    color: #777;
}
.aikuinibang{
    display: block;
    margin-bottom: 1.5rem;
}
.aikuinibang img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.aikuinibang .ai-caption{
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #777;
}
.aiidaman{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
}
.aiidaman p{
    margin: 0 0 16px;
}
.aiidaman h1,
.aiidaman h2,
.aiidaman h3,
.aiidaman h4,
.aiidaman h5,
.aiidaman h6{
    margin: 28px 0 12px;
    font-weight: 700;
    line-height: 1.4;
}
.aiidaman ul,
.aiidaman ol{
    margin: 16px 0 16px 20px;
    padding-left: 15px;
}
.aiidaman li{
    margin-bottom: 8px;
}
.aiidaman a{
    color: #2b4c9a;
    text-decoration: none;
}
.aiidaman a:hover{
    text-decoration: underline;
}
.aiidaman img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}
.aiidaman figure{
    margin: 20px 0;
    text-align: center;
    max-width: 100%;
}
.aiidaman figcaption{
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}
.aiidaman blockquote{
    border-left: 4px solid #2b4c9a;
    background: #f5f7fb;
    padding: 12px 15px;
    margin: 20px 0;
    font-style: italic;
}
.aiidaman table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    display: block;
    overflow-x: auto;
}
.aiidaman th,
.aiidaman td{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}
.aiidaman th{
    background: #f1f3f8;
}
.aiidaman code{
    background: #eee;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
}
.aiidaman pre{
    background: #1e1e1e;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
}
.aiidaman iframe{
    max-width: 100%;
    margin: 20px 0;
}
.aiidaman video{
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}
.aiidaman hr{
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}
.aiidaman strong{
    font-weight: 700;
}
.aiidaman em{
    font-style: italic;
}
.aiidaman .wp-block-image{
    margin: 20px 0;
}
.aiidaman .wp-block-gallery{
    margin: 20px 0;
}
.aiidaman .wp-block-embed{
    margin: 20px 0;
}
/* Author box single post */
.droere{
    display: block;
    margin-top: 1.5rem;
    background-color: rgba(246, 243, 243, 0.7);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}
.ihids{
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #333;
}
.inilahauthor{
    display: grid;
    grid-template-columns: 80px auto;
    gap: 2rem;
}
.athav{
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 10/10;
    border-radius: 50%;
}
.idsdh{
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}
.hhhd{
    font-size: 14px;
    color: #333;
}
/* TAG */
.ai-tag{
    display: inline-block;
    font-size: 12px;
    background: #f1f3f8;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 3px;
}
/* Related */
/* ===== WRAPPER ===== */
.boxrelated{
    margin-top: 30px;
}

/* ===== TITLE DENGAN GARIS ===== */
.spandengangaris{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ff5a00;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.spandengangaris::after{
    content: '';
    flex: 1;
    height: 2px;
    background: #ff5a00;
}

/* ===== SECTION ===== */
.reintop{
    margin-bottom: 25px;
}

/* ===== RELATED NEWS (LIST 2 KOLOM) ===== */
.gridonly-title{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
}

.onlylink{
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: block;
    transition: all .2s ease;
}

.onlylink:hover{
    opacity: 0.7;
}

.onlytitle{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #222;
    margin: 0;
}

/* ===== GRID REKOMENDASI ===== */
.grid3dengan-gambar{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* CARD */
.tampurokdok{
    text-decoration: none;
    display: block;
    transition: transform .2s ease;
}

.tampurokdok:hover{
    transform: translateY(-3px);
}

/* IMAGE */
.bungkus-gambars{
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.bungkus-gambars img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.tampurokdok:hover img{
    transform: scale(1.05);
}

/* META */
.gbinfo{
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

/* TITLE */
.hjshdjsgf{
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin: 0;
}

@media(max-width:560px){
    .gridonly-title{
        display: block;
    }
    .onlylink{
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        margin-bottom: 1rem;
    }
    .onlylink:last-child{
        border-bottom: none;
    }
    .grid3dengan-gambar{
        display: block;
    }
    .tampurokdok{
        margin-bottom: 1.5rem;
    }
    .bungkus-gambars{
        width: 100%;
        height: auto;
    }
}