.pengumuman-detail-page{
    padding:40px 0;
}

.pengumuman-detail-header{
    max-width:900px;
    margin:0 auto 24px;
}

.pengumuman-detail-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--primary);
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:6px 12px;
    border-radius:999px;
    margin:0 0 14px;
}

.pengumuman-detail-title{
    font-size:34px;
    line-height:1.3;
    margin:0 0 10px;
    color:#111827;
}

.pengumuman-detail-meta{
    font-size:14px;
    color:#6b7280;
}

.pengumuman-detail-thumb{
    max-width:900px;
    margin:0 auto 26px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.pengumuman-detail-thumb img{
    width:100%;
    height:auto;
    display:block;
}

.pengumuman-detail-content{
    max-width:900px;
    margin:0 auto;
    font-size:16px;
    line-height:1.8;
    color:#374151;
}

.pengumuman-detail-content p{
    margin-top:0;
    margin-bottom:16px;
}

.pengumuman-detail-actions{
    max-width:900px;
    margin:24px auto 0;
}

.pengumuman-detail-download{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    padding:10px 16px;
    border-radius:10px;
    font-size:14px;
    font-weight:600;
}

.pengumuman-detail-back{
    max-width:900px;
    margin:28px auto 0;
}

.pengumuman-detail-back a{
    color:var(--primary);
    text-decoration:none;
    font-weight:600;
}

@media (max-width:768px){
    .pengumuman-detail-page{
        padding:30px 0;
    }

    .pengumuman-detail-title{
        font-size:26px;
    }

    .pengumuman-detail-content{
        font-size:15px;
        line-height:1.75;
    }

    .pengumuman-detail-download{
        width:100%;
    }
}