/* VIPServer in the WordPress movie/episode editor. */
#repeatable-fieldset-one tr.nxx-vip-server-row > td {
    background: #fff8dc;
    border-color: #c69214;
}

#repeatable-fieldset-one tr.nxx-vip-server-row input[name="name[]"] {
    color: #3f2b00;
    background: linear-gradient(135deg, #fff7cf, #e7bd50);
    border-color: #a97708;
    box-shadow: 0 0 0 1px rgba(198, 146, 20, 0.18);
    font-weight: 700;
}

/* VIPServer in the public server selector. */
body .dooplay_player .options ul li.nxx-vip-server {
    color: #fff8d5 !important;
    background: linear-gradient(135deg, #6e4b08, #b78312) !important;
    border-color: #e7bd50 !important;
    box-shadow: 0 7px 18px rgba(198, 146, 20, 0.3) !important;
}

body .dooplay_player .options ul li.nxx-vip-server:hover,
body .dooplay_player .options ul li.nxx-vip-server.on {
    color: #555252 !important;
    background: linear-gradient(135deg, #f8dc83, #d5a62c) !important;
    border-color: #ffe8a3 !important;
    box-shadow: 0 9px 22px rgba(226, 177, 48, 0.4) !important;
}

body .dooplay_player .options ul li.nxx-vip-server .title,
body .dooplay_player .options ul li.nxx-vip-server .server,
body .dooplay_player .options ul li.nxx-vip-server i {
    color: inherit !important;
}

/* The theme sets white on nested labels; override it for the active gold button. */
body .dooplay_player .options ul li.nxx-vip-server:hover *,
body .dooplay_player .options ul li.nxx-vip-server.on * {
    color: #555252 !important;
}

/* Beat the episode theme's !important color on the nested title. */
body #playeroptionsul li.nxx-vip-server:hover span.title,
body #playeroptionsul li.nxx-vip-server.on span.title,
body #playeroptionsul li.nxx-vip-server:hover span.server,
body #playeroptionsul li.nxx-vip-server.on span.server,
body #playeroptionsul li.nxx-vip-server:hover > i,
body #playeroptionsul li.nxx-vip-server.on > i {
    color: #555252 !important;
}
