.info-table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;

    border: 1px solid #ffdf6b;
    border-radius: 15px;
    overflow: hidden;

    /* Box Shadow Emas Neon */
    box-shadow:
        0 0 8px #ffdf6b,
        0 0 18px rgba(255,223,107,.8),
        0 0 35px rgba(255,215,0,.5),
        0 6px 15px rgba(0,0,0,.45);
}

.info-table th {
    /* Background Hitam Glossy */
    background: linear-gradient(
        180deg,
        #3a3a3a 0%,
        #1e1e1e 15%,
        #000000 50%,
        #111111 80%,
        #000000 100%
    );

    /* Teks Emas Luxury */
    color: #ffdf6b;

    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px;

    border-bottom: 1px solid #ffdf6b;

    text-shadow:
        0 0 3px rgba(255,215,0,.8),
        0 0 8px rgba(255,215,0,.5);

    /* Efek 3D */
    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.18),
        inset 0 -3px 4px rgba(0,0,0,.6),
        0 2px 0 #8a6500,
        0 0 10px rgba(255,215,0,.5);
}

  .info-table td {
    border: 1px solid #ddd;
    padding: 12px;
  }

  .info-table tr:nth-child(even) {
    background-color: #d9e1f2; /* Hijau muda */
  }
  .macaubtncari[role=button],
a.macaubtncari,
button.macaubtncari {
    cursor: pointer;
}

.macaubtncari {
    display: inline-flex;
    vertical-align: top;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.macaubtncari1 {
    vertical-align: middle;
    border-radius: 12px;

    /* Hitam Glossy */
    background: linear-gradient(
        180deg,
        #3a3a3a 0%,
        #1f1f1f 12%,
        #000000 50%,
        #111111 85%,
        #000000 100%
    ) !important;

    transition: all .25s ease;
    align-items: center;
    justify-content: center;

    /* 3D + Neon Gold */
    border: 2px solid #ffd700;

    box-shadow:
        0 2px 0 #9f7600,
        0 4px 0 #6b5000,
        0 6px 12px rgba(0,0,0,.6),
        0 0 8px rgba(255,215,0,.8),
        0 0 20px rgba(255,215,0,.5),
        inset 0 2px 2px rgba(255,255,255,.25),
        inset 0 -2px 4px rgba(0,0,0,.5);
}

.macaubtncari1:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 12px;
    box-sizing: border-box;

    /* Efek glossy */
    background: linear-gradient(
        180deg,
        rgba(255,255,255,.35) 0%,
        rgba(255,255,255,.12) 35%,
        transparent 100%
    );

    border: 1px solid rgba(255,215,0,.6);
}

.macaubtncari2 {
    padding: var(--bui_spacing_2x) calc(var(--bui_spacing_4x) + var(--bui_button_inline_padding_extra, 0px));
    margin-block-start: var(--bui_button_large_margin_block_start, initial);
    margin-block-end: var(--bui_button_large_margin_block_end, initial);
    margin-inline-start: var(--bui_button_large_margin_inline_start, initial);
    margin-inline-end: var(--bui_button_large_margin_inline_end, initial);
    min-height: calc(var(--bui_spacing_1x) * 12);
    min-width: calc(var(--bui_spacing_1x) * 12);
    font-size: var(--bui_font_emphasized_1_font-size);
    line-height: var(--bui_font_emphasized_1_line-height);
    font-weight: 700;
    font-family: var(--bui_font_emphasized_1_font-family);
}

.macaubtncari3 {
    text-align: center;
}

.livedrawhk7 {
    /* Emas Luxury */
    color: #ffd700 !important;
    text-shadow:
        0 0 5px rgba(255,215,0,.8),
        0 0 10px rgba(255,215,0,.5);
}

.livedrawhk8 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: var(--bui_spacing_1x) var(--bui_spacing_6x);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.a193cf1ed6 {
    background:
        linear-gradient(
            180deg,
            #2b2b2b 0%,
            #0f0f0f 25%,
            #000000 50%,
            #111111 75%,
            #000000 100%
        );

    border: 1px solid #ffdf6b;

    box-shadow:
        0 0 8px #ffdf6b,
        0 0 16px rgba(255,223,107,.8),
        0 0 30px rgba(255,215,0,.5);

    border-radius: 15px;
    position: relative;
}
@media screen and (max-width: 900px) {
    .a193cf1ed6 {
        height: 228px;

        background:
            linear-gradient(
                180deg,
                #2b2b2b 0%,
                #0f0f0f 25%,
                #000000 50%,
                #111111 75%,
                #000000 100%
            );

        border: 1px solid #ffdf6b;
        border-radius: 15px;

        box-shadow:
            0 0 8px #ffdf6b,
            0 0 16px rgba(255,223,107,.8),
            0 0 30px rgba(255,215,0,.5);

        position: relative;
    }
}


.a193cf1ed6::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.18) 0%,
            rgba(255,255,255,.05) 20%,
            transparent 40%
        );

    pointer-events: none;
}

.a9d40b8d51 {
    width: 100%;
}



/* Hover */
.macaubtncari1:hover {
    transform: translateY(-2px);

    box-shadow:
        0 3px 0 #9f7600,
        0 6px 0 #6b5000,
        0 10px 20px rgba(0,0,0,.7),
        0 0 15px #ffd700,
        0 0 30px rgba(255,215,0,.8),
        inset 0 2px 2px rgba(255,255,255,.3);
}

/* Klik */
.macaubtncari1:active {
    transform: translateY(3px);

    box-shadow:
        0 1px 0 #9f7600,
        0 2px 6px rgba(0,0,0,.5),
        0 0 10px rgba(255,215,0,.5),
        inset 0 2px 4px rgba(0,0,0,.5);
}

  .info-table tr:hover {
    background-color: #a3b9d9; /* Hijau hover */
    transition: background-color 0.3s;
  }

.info-table td strong {
    color: #000000;
}

  .star-rating {
    color: #2e4f7d;
    font-weight: bold;
  }
