.gaming-widget-container {
    max-width: 800px;
    margin: auto;
    background: rgba(10, 15, 26, 0.4); /* transparan */
    border: 2px solid rgba(0, 191, 255, 0.6);
    border-radius: 14px;
    padding: 24px;
    color: #d0eaff;
    font-family: 'Orbitron', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 0 25px rgba(0, 191, 255, 0.15);
    backdrop-filter: blur(8px);
}

.side-block {
    background-color: rgba(0, 40, 70, 0.35); /* transparan biru */
    border: 1px solid rgba(0, 122, 204, 0.6);
    border-radius: 10px;
    padding: 18px 24px;
    margin-bottom: 24px;
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.2);
}

.block-title {
    font-size: 22px;
    margin-bottom: 18px;
    border-bottom: 2px solid rgba(0, 191, 255, 0.5);
    padding-bottom: 6px;
    color: rgba(0, 255, 255, 0.9);
    text-shadow: 0 0 6px rgba(0, 255, 255, 0.4);
}

.block-content {
    margin-bottom: 12px;
    font-size: 16px;
    color: rgba(168, 216, 255, 0.9);
}

.table-gmlist {
    width: 100%;
    border-collapse: collapse;
}

.table-gmlist tr {
    border-bottom: 1px solid rgba(42, 112, 170, 0.3);
}

.table-gmlist td {
    padding: 12px;
    vertical-align: middle;
    color: rgba(208, 234, 255, 0.9);
}

.table-gmlist img.img-rounded {
    border-radius: 50%;
    border: 2px solid rgba(0, 191, 255, 0.6);
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.25);
}

.badge {
    padding: 6px 14px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.15);
    background-color: rgba(0, 191, 255, 0.1);
    color: #a8d8ff;
}

.bg-success {
    background-color: rgba(0, 255, 204, 0.4) !important;
    color: #001f2f;
    box-shadow: 0 0 6px rgba(0, 255, 204, 0.4);
}

.bg-danger {
    background-color: rgba(255, 59, 79, 0.5) !important;
    color: #fff;
    box-shadow: 0 0 6px rgba(255, 59, 79, 0.4);
}

.label.label-default {
    background-color: rgba(0, 52, 77, 0.5);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: rgba(168, 216, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 191, 255, 0.2);
}
