.detailiklan-section{
    padding: 100px;
    padding-bottom: 0;
}


.detailiklan-section .card-preview{
    width: 100%;
    height: 468px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.detailiklan-section .card{
    width: 100%;
    height: 140px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.detailiklan-section .card img{
    object-fit:cover !important;
    width: 100%;
    height: 100%;
}

.detailiklan-section .detail{
    margin-top: 64px;
    padding-bottom: 80px;
    border-bottom: 1.5px solid var(--primaryNeutral200);
}

.detailiklan-section .detail .title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 26px;
    color: var(--primaryNeutral900);
    
}

.detailiklan-section .detail .harga{
    color: var(--primaryNeutral900);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 51px;
}

.detailiklan-section .detail .harga .label{
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.detailiklan-section .detail .desc{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}


.detailiklan-section .detail .desc li{
    list-style-type: none;
    font-size: 18px;
    font-weight: 600;
}


.detailiklan-section .info{
    padding: 24px;
    border: 1.5px solid var(--primaryNeutral200);
}

.detailiklan-section .info .label{
    margin-bottom: 0;
    font-weight: 500;
    color: var(--primaryNeutral500);
}

.detailiklan-section .info .content{
    margin-bottom: 24px;
    font-weight: 500;
    color: var(--primaryNeutral900);
    font-weight: bold;
}

@media (max-width: 768px) {
    .detailiklan-section{
        padding: 60px;
        padding-bottom: 0;
    }

    .detailiklan-section .card{
        height: 100px;
        margin: 0 20px;
    }

    .detailiklan-section .card img{
        width: 95%;
    }

    .detailiklan-section .detail .title{
        font-size: 32px;
        margin-bottom: 22px;
    }

    .detailiklan-section .detail .harga{
        font-size: 32px;
    }
    
    
}

@media (max-width: 576px) {
    .detailiklan-section{
        padding: 20px;
        padding-bottom: 0;
    }

    .detailiklan-section .card-preview{
        height: 300px;
    }

    .detailiklan-section .card img{
        width: 90%;
    }

    .detailiklan-section .detail .title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .detailiklan-section .detail .harga{
        font-size: 28px;
    }
    
}

/* banner section */
.banner-section{
    padding: 40px 100px;
    padding-bottom: 0;
}

.banner-section .banner{
    height: 176px;
    width: 100%;
}

.banner-section .border-bot{
    padding-bottom: 40px;
    border-bottom: 1.5px solid var(--primaryNeutral200);
}

@media (max-width: 768px) {
    .banner-section{
        padding: 20px 60px;
    }
}

@media (max-width: 576px) {
    .banner-section{
        padding: 20px;
    }
}

/* iklan terkait */
.iklanterkait-section{
    padding: 80px 100px 100px 100px;
}

.iklanterkait-section .title{
    font-weight: bold;
    font-size: 48px;
    color: var(--primaryNeutral900);
    margin-bottom: 64px;
}

.iklanterkait-section  .iklan-item-section{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.iklanterkait-section  .select-iklan{
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    color: var(--primaryNeutral900);
    border: 1.5px solid var(--primaryNeutral200);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
}

.iklanterkait-section  .card-iklan {
    margin-bottom: 24px;
}

.iklanterkait-section  .card-iklan .btn-selengkapnya{
    width: calc(100% - 32px);
    padding: 13px;
    background-color: var(--brand500);
    position: absolute;
    color: white;
    bottom: 16px;
    left: 0;
    transform: translateX(-120%);
    transition: left 0.5s ease, transform 0.5s ease;
    text-decoration: none;
    font-weight: 600;
}

.iklanterkait-section  .card-iklan .btn-selengkapnya:hover{
    background-color: var(--brand700);
}

.iklanterkait-section  .card-iklan:hover .btn-selengkapnya{
    left: 50%;
    transform: translateX(-50%);
}


.iklanterkait-section  .card-iklan .img-iklan{
    width: 100%;
    height: 292px;
    background-size: cover !important;
    padding: 16px;

}

.iklanterkait-section  .card-iklan .img-iklan .category-badge{
    width: fit-content;
    padding: 8px 16px;
    border-radius: 100px;
    background-color: white;
    color: var(--primaryNeutral900);
    font-weight: 600;
}

.iklanterkait-section  .card-iklan  .content{
    padding: 24px 16px 16px 16px;
    border: 1.5px solid var(--primaryNeutral200);
    border-top: none;

}

.iklanterkait-section  .card-iklan  .content .nama{
    font-size: 24px;
    font-weight: bold;
    color: var(--primaryNeutral900);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 8px;
}

.iklanterkait-section  .card-iklan  .content .kategori{
    margin-bottom: 8px;
    color: var(--primaryNeutral500);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 80px;
}

.iklanterkait-section  .card-iklan  .content .harga{
    margin-bottom: 8px;
    color: var(--primaryNeutral900);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
    cursor: pointer;
}

.iklanterkait-section  .card-iklan .content .pengirim{
    white-space: nowrap; 
    width: 45%; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.iklanterkait-section  .card-iklan  .content .keterangan{
    padding-top: 18px;
    color: var(--primaryNeutral500);
    font-weight: 500;
    border-top: 1px solid var(--primaryNeutral500);
    margin-bottom: 8px;
    font-size: 14px;
}

.iklanterkait-section  .card-iklan  .content .keterangan {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .iklanterkait-section{
        padding: 40px 60px;
    }


}

@media (max-width: 576px) {
    .iklanterkait-section{
        padding: 20px;
    }
}