/* bullet klasik */
.info-label-neraka33::before{
    content:"»";

    display:inline-block;

    margin-right:5px;

    color:#d44537;

    font-weight:bold;

    text-shadow:none;
}

/* =========================================
   VALUE
========================================= */
.info-value-neraka33{
    width:65%;

    box-sizing:border-box;

    padding-right:5px;

    text-align:right;

    font-family:Arial,Helvetica,sans-serif;

    font-size:12px;
    font-weight:normal;
    line-height:1.4;

    color:#333333;
}

/* =========================================
   STRONG / BADGE
========================================= */
.info-value-neraka33 strong{
    display:inline-block;

    margin-left:4px;
    padding:2px 6px;

    color:#ffffff;

    font-size:11px;
    font-weight:bold;

    background:
        linear-gradient(
            180deg,
            #ff8585 0%,
            #d44537 45%,
            #a51c13 50%,
            #8d160f 100%
        );

    border-top:1px solid #ffd700;
    border-left:1px solid #ffd700;
    border-right:1px solid #6b100b;
    border-bottom:2px solid #6b100b;

    border-radius:2px;

    text-shadow:
        1px 1px 0 #000000;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.35);
}

/* =========================================
   RATING
========================================= */
.rating-neraka33{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;

    gap:4px;

    color:#d44537!important;

    font-weight:bold;
}

/* bintang jadul */
.rating-neraka33::before{
    content:"★★★★★";

    margin-right:5px;

    color:#d4af37;

    font-family:Arial,Helvetica,sans-serif;

    font-size:14px;
    letter-spacing:1px;

    text-shadow:
        1px 1px 0 #8d160f;
}

/* badge rating */
.rating-neraka33 strong{
    position:relative;

    padding:3px 7px!important;
    margin-left:3px;

    font-family:Arial,Helvetica,sans-serif;

    font-size:11px;
    font-weight:bold;

    color:#ffffff!important;

    text-transform:uppercase;

    background:
        linear-gradient(
            180deg,
            #ff4c3d 0%,
            #d44537 42%,
            #a72117 48%,
            #8d160f 100%
        );

    border-top:1px solid #ffd700;
    border-left:1px solid #ffd700;
    border-right:1px solid #6c100b;
    border-bottom:2px solid #6c100b;

    border-radius:2px;

    text-shadow:
        1px 1px 0 #000000;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.35);
}

/* hilangkan kilau rating */
.rating-neraka33 strong::after{
    display:none;
}

.rating-neraka33 span,
.rating-neraka33 .stars{
    color:#d44537;
}

/* =========================================
   DETAIL GARIS JADUL
========================================= */
.info-row-neraka33:hover .info-label-neraka33{
    color:#8d160f;
}

.info-row-neraka33:hover .info-value-neraka33{
    color:#111111;
}

/* =========================================
   TABLET
========================================= */
@media(max-width:768px){

    .info-header-neraka33{
        padding:9px 10px;
        font-size:15px;
    }

    .info-row-neraka33{
        padding:7px 9px;
    }

    .info-label-neraka33,
    .info-value-neraka33{
        font-size:12px;
    }
}

/* =========================================
   MOBILE / WAP
========================================= */
@media(max-width:600px){

    .info-box-neraka33{
        width:100%;
        margin:6px auto;

        border-radius:2px;
    }

    .info-header-neraka33{
        padding:8px 25px 8px 8px;

        font-size:13px;
        line-height:18px;
    }

    .info-header-neraka33::after{
        right:7px;
        font-size:10px;
    }

    .info-row-neraka33{
        flex-direction:row;
        align-items:center;

        min-height:33px;

        padding:6px 7px;
    }

    .info-label-neraka33{
        width:42%;

        padding-left:7px;
        padding-right:4px;

        font-size:11px;
    }

    .info-value-neraka33{
        width:58%;

        padding:0;

        font-size:11px;
        text-align:right;

        border-left:0;
    }

    .rating-neraka33{
        justify-content:flex-end;
    }

    .rating-neraka33::before{
        font-size:11px;
        letter-spacing:0;
        margin-right:3px;
    }

    .rating-neraka33 strong{
        font-size:10px;
        padding:2px 5px!important;
    }
}

/* =========================================
   HP KECIL
========================================= */
@media(max-width:380px){

    .info-header-neraka33{
        font-size:12px;
    }

    .info-row-neraka33{
        padding:5px 6px;
    }

    .info-label-neraka33{
        width:44%;
        font-size:10px;
    }

    .info-value-neraka33{
        width:56%;
        font-size:10px;
    }

    .info-value-neraka33 strong{
        padding:2px 4px;
        font-size:9px;
    }

    .rating-neraka33::before{
        content:"★★★★";
        font-size:10px;
    }
}
