.prodi-section {
            padding: 64px 20px;
            background: #fff;
        }

        .prodi-container {
            width: 100%;
            max-width: 1120px;
            margin: 0 auto;
        }

        /* HEADER */
        .prodi-header {
            max-width: 680px;
            margin: 0 auto 40px;
            text-align: center;
        }

        .prodi-label {
            display: inline-block;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #16803c;
        }

        .prodi-title {
            margin: 0 0 12px;
            color: #1c2430;
            font-size: 32px;
            font-weight: 800;
            line-height: 1.25;
        }

        .prodi-subtitle {
            margin: 0;
            color: #5b6577;
            font-size: 15px;
            line-height: 1.6;
        }

        /* TABLE */
        .prodi-table-wrapper {
            width: 100%;
            overflow-x: auto;
            border: 1px solid #e5e7eb;
            -webkit-overflow-scrolling: touch;
        }

        .prodi-table {
            width: 100%;
            min-width: 680px;
            border-collapse: collapse;
            background: #fff;
            font-size: 14px;
        }

        .prodi-table th {
            padding: 14px 18px;
            text-align: left;
            color: #374151;
            background: #f8faf9;
            font-size: 12px;
            font-weight: 700;
            border-bottom: 1px solid #dfe5e1;
        }

        .prodi-table td {
            padding: 14px 18px;
            color: #1c2430;
            vertical-align: middle;
            border-bottom: 1px solid #e5e7eb;
        }

        .prodi-table tr:last-child td {
            border-bottom: 0;
        }

        /* PEMBATAS FAKULTAS */
        .prodi-table tr.faculty-start td {
            border-top: 2px solid #d5ddd8;
        }

        .prodi-faculty {
            width: 32%;
            font-weight: 600;
        }

        .prodi-program {
            width: 48%;
        }

        .prodi-accreditation {
            width: 20%;
            white-space: nowrap;
        }

        /* AKREDITASI */
        .accreditation-badge {
            display: inline-block;
            padding: 4px 9px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1.3;
        }

        .accreditation-unggul {
            color: #0f7a45;
            background: #edf8f1;
        }

        .accreditation-baik-sekali {
            color: #245bb5;
            background: #eef4ff;
        }

        .accreditation-baik {
            color: #a16207;
            background: #fff8e7;
        }

        .accreditation-empty {
            color: #9aa0ab;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .prodi-section {
                padding: 48px 16px;
            }

            .prodi-header {
                margin-bottom: 28px;
            }

            .prodi-title {
                font-size: 26px;
            }

            .prodi-subtitle {
                font-size: 14px;
            }

            .prodi-table {
                min-width: 620px;
                font-size: 13px;
            }

            .prodi-table th,
            .prodi-table td {
                padding: 11px 13px;
            }
        }

        .prodi-table-wrapper {
            width: 100%;
            overflow-x: auto;
            border: 1px solid #e5e7eb;
            -webkit-overflow-scrolling: touch;
        }

        .prodi-table {
            width: 100%;
            min-width: 680px;
            border-collapse: collapse;
            background: #fff;
            font-size: 14px;
        }

        .prodi-table th {
            padding: 14px 18px;
            text-align: left;
            color: #374151;
            background: #f8faf9;
            font-size: 12px;
            font-weight: 700;
            border-bottom: 1px solid #dfe5e1;
        }

        .prodi-table td {
            padding: 13px 18px;
            color: #1c2430;
            vertical-align: middle;
            border-bottom: 1px solid #e5e7eb;
        }

        .prodi-table tbody tr:last-child td {
            border-bottom: 0;
        }

        /* PEMBATAS ANTAR FAKULTAS */
        .prodi-table tr.faculty-start td {
            border-top: 2px solid #d5ddd8;
        }

        /* FAKULTAS */
        .prodi-faculty {
            width: 32%;
            font-weight: 600;
            vertical-align: top !important;
        }

        /* PROGRAM */
        .prodi-program {
            width: 48%;
        }

        /* AKREDITASI */
        .prodi-accreditation {
            width: 20%;
            white-space: nowrap;
        }

        /* BADGE AKREDITASI */
        .accreditation-badge {
            display: inline-block;
            padding: 4px 9px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1.3;
        }

        .accreditation-unggul {
            color: #0f7a45;
            background: #edf8f1;
        }

        .accreditation-baik-sekali {
            color: #245bb5;
            background: #eef4ff;
        }

        .accreditation-baik {
            color: #a16207;
            background: #fff8e7;
        }

        .accreditation-empty {
            color: #9aa0ab;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .prodi-table {
                min-width: 620px;
                font-size: 13px;
            }

            .prodi-table th,
            .prodi-table td {
                padding: 11px 13px;
            }
        }

        @media (max-width: 480px) {
            .prodi-table {
                min-width: 580px;
                font-size: 12px;
            }

            .prodi-table th,
            .prodi-table td {
                padding: 10px 11px;
            }

            .accreditation-badge {
                padding: 3px 7px;
                font-size: 11px;
            }
        }

        @media (max-width: 480px) {
            .prodi-section {
                padding: 36px 12px;
            }

            .prodi-title {
                font-size: 22px;
            }

            .prodi-label {
                font-size: 10px;
            }

            .prodi-table {
                min-width: 580px;
                font-size: 12px;
            }

            .prodi-table th,
            .prodi-table td {
                padding: 10px 11px;
            }

            .accreditation-badge {
                padding: 3px 7px;
                font-size: 11px;
            }
        }