/* Extracted from inline <style> block #11. */
/* ===== RESET BIAR GAK BENTROK ===== */
                      .rb-premium-box,
                      .rb-premium-box * {
                        box-sizing: border-box !important;
                        margin: 0;
                        padding: 0;
                      }

                      /* ===== CONTAINER ===== */
                      .rb-premium-box {
                        position: relative;
                        margin: 30px 0;
                        padding: 26px;
                        border-radius: 24px !important;
                        overflow: hidden !important;
                        background:
                          radial-gradient(circle at top left, rgba(159, 0, 0, 0.08), transparent 35%),
                          radial-gradient(circle at bottom right, rgba(139, 0, 0, 0.06), transparent 30%),
                          linear-gradient(145deg, #000000, #000000 45%, #000000);
                        border: 1px solid rgba(239, 0, 0, 0.18);
                        box-shadow:
                          0 18px 40px rgba(139 0 0 / 75%),
                          inset 0 1px 0 rgba(255, 255, 255, 0.04),
                          0 0 25px rgba(139, 0, 0, 0.06);
                      }

                      /* ===== GLOW EFFECT ===== */
                      .rb-premium-box:before {
                        content: "";
                        position: absolute;
                        inset: 0;
                        pointer-events: none;
                        background: linear-gradient(120deg,
                            transparent 0%,
                            rgba(139, 0, 0, 0.05) 35%,
                            transparent 70%);
                      }

                      /* ===== HEADER ===== */
                      .rb-premium-head {
                        text-align: center;
                        margin-bottom: 20px;
                      }

                      .rb-premium-head h3 {
                        font-size: 28px;
                        font-weight: 800;
                        letter-spacing: 1.5px;
                        text-transform: uppercase;
                        color: #930000 !important;
                        text-shadow: 0 0 14px rgba(255, 0, 0, 0.25);
                      }

                      .rb-premium-line {
                        width: 90px;
                        height: 3px;
                        margin: 12px auto 0;
                        border-radius: 99px;
                        background: linear-gradient(90deg, #7a0000, #ff0000, #7a0000);
                        box-shadow: 0 0 12px rgba(255, 0, 0, 0.25);
                      }

                      /* ===== TABLE ===== */
                      .rb-premium-table {
                        width: 100% !important;
                        border-collapse: separate !important;
                        border-spacing: 0;
                        table-layout: fixed;
                        border-radius: 18px;
                        overflow: hidden;
                        border: 1px solid rgba(255, 255, 255, 0.08);
                        background: rgba(0, 0, 0, 0.4);
                      }

                      .rb-premium-table tr {
                        transition: all .3s ease;
                      }

                      .rb-premium-table tr:hover {
                        background: rgba(139, 0, 0, 0.08);
                        transform: scale(1.01);
                      }

                      .rb-premium-table td {
                        padding: 16px 14px !important;
                        border-bottom: 1px solid rgba(255, 0, 0, 0.08);
                        font-size: 14px;
                        vertical-align: middle;
                      }

                      .rb-premium-table tr:last-child td {
                        border-bottom: none;
                      }

                      .rb-premium-table td.label {
                        width: 38%;
                        color: #d1d1d1;
                        font-weight: 700;
                        text-transform: uppercase;
                        letter-spacing: .8px;
                      }

                      .rb-premium-table td.value {
                        color: #f3f3f3;
                        font-weight: 600;
                      }

                      /* ===== BADGE ===== */
                      .rb-badge-gold {
                        display: inline-block;
                        padding: 6px 12px;
                        border-radius: 999px;
                        border: 1px solid rgba(255, 0, 0, 0.3);
                        background: linear-gradient(145deg, #2a0000, #5c0000);
                        color: #ff4d4d;
                        font-size: 13px;
                        font-weight: 700;
                        white-space: nowrap;
                        box-shadow: 0 0 12px rgba(255, 0, 0, 0.15);
                      }

                      /* ===== RATING ===== */
                      .rb-rating {
                        color: #ff3333;
                        font-weight: 800;
                        font-size: 18px;
                        text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
                      }

                      /* ===== RESPONSIVE ===== */
                      @media(max-width:768px) {
                        .rb-premium-head h3 {
                          font-size: 22px;
                        }

                        .rb-premium-table td {
                          padding: 12px 10px !important;
                          font-size: 13px;
                        }
                      }
