.online_realm {
	display:none;
}

.online input[type="submit"]
{
	margin-top:0px;
	cursor:pointer;
}

/* CSS para Wiki de Recetas - Nashara Custom */
/* Basado en online.css con tema WoW */

#recetas_page {
    padding: 20px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #F5DEB3;
}

.recetas_header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid #8B4513;
}

.recetas_header h1 {
    color: #FFD700;
    font-size: 2.5em;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.recetas_header p {
    color: #D2691E;
    font-size: 1.2em;
    margin: 0;
}

.profesiones_filter {
    margin-bottom: 20px;
    text-align: center;
}

.profesiones_filter h3 {
    color: #FFD700;
    margin-bottom: 10px;
}

.profesion_filter {
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    background: rgba(139, 69, 19, 0.3);
    border: 1px solid #8B4513;
    border-radius: 5px;
    color: #F5DEB3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.profesion_filter:hover {
    background: rgba(255, 215, 0, 0.2);
    border-color: #FFD700;
    color: #FFD700;
}

.nice_table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #8B4513;
    border-radius: 8px;
    overflow: hidden;
}

.nice_table tr:nth-child(even) {
    background: rgba(139, 69, 19, 0.1);
}

.nice_table tr:hover {
    background: rgba(255, 215, 0, 0.1);
}

.nice_table td {
    padding: 12px;
    border-bottom: 1px solid rgba(139, 69, 19, 0.3);
    color: #F5DEB3;
}

.nice_table tr:first-child td {
    background: rgba(139, 69, 19, 0.5);
    color: #FFD700;
    font-weight: bold;
    text-align: center;
}

.nice_table a {
    color: #FFD700;
    text-decoration: none;
}

.nice_table a:hover {
    color: #FFF;
    text-decoration: underline;
}

.btn_detalle {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(139, 69, 19, 0.5);
    border: 1px solid #8B4513;
    border-radius: 3px;
    color: #FFD700;
    text-decoration: none;
    font-size: 0.9em;
    margin-right: 10px;
}

.btn_detalle:hover {
    background: rgba(255, 215, 0, 0.2);
    border-color: #FFD700;
}

.visitas {
    font-size: 0.8em;
    color: #D2691E;
}

/* Colores de calidad WoW */
.calidad_comun { color: #FFFFFF; }
.calidad_infrecuente { color: #1EFF00; }
.calidad_raro { color: #0070DD; }
.calidad_epico { color: #A335EE; }
.calidad_legendario { color: #FF8000; }

/* Filtros activos */
.profesion_filter.active {
    background: rgba(255, 215, 0, 0.3);
    border-color: #FFD700;
    color: #FFD700;
}

.receta_row.hidden {
    display: none;
}