.recruitment_table {
    width: 100%;
    border-collapse: collapse;
}

.recruitment_table img {
    width: 32px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    margin: 2px;
    border-radius: 4px; /* Opcional: deixa os ícones levemente arredondados */
}

.recruitment_table td {
    padding: 5px 0;
}

.recruitment_table td:nth-child(2) {
    text-align: right;
}

/* Status de Recrutamento */
.recruitment_table .open {
    opacity: 1;
    filter: none;
}

.recruitment_table .close {
    opacity: 0.3;
    filter: grayscale(100%); /* Fica preto e branco quando fechado */
}

/* Cores das Classes e Bordas dos Ícones */
.recruitment_table .Warrior { color: #c79c6e; }
.recruitment_table .Warrior img { border: 1px solid #c79c6e; }

.recruitment_table .Paladin { color: #f58cba; }
.recruitment_table .Paladin img { border: 1px solid #f58cba; }

.recruitment_table .Hunter { color: #abd473; }
.recruitment_table .Hunter img { border: 1px solid #abd473; }

.recruitment_table .Rogue { color: #fff569; }
.recruitment_table .Rogue img { border: 1px solid #fff569; }

.recruitment_table .Priest { color: #ffffff; }
.recruitment_table .Priest img { border: 1px solid #ffffff; }

.recruitment_table .DK { color: #c41f3b; }
.recruitment_table .DK img { border: 1px solid #c41f3b; }

.recruitment_table .Shaman { color: #0070de; }
.recruitment_table .Shaman img { border: 1px solid #0070de; }

.recruitment_table .Mage { color: #69ccf0; }
.recruitment_table .Mage img { border: 1px solid #69ccf0; }

.recruitment_table .Warlock { color: #9482c9; }
.recruitment_table .Warlock img { border: 1px solid #9482c9; }

.recruitment_table .Monk { color: #00ff96; }
.recruitment_table .Monk img { border: 1px solid #00ff96; }

.recruitment_table .Druid { color: #ff7d0a; }
.recruitment_table .Druid img { border: 1px solid #ff7d0a; }

/* Novas Classes - Cores Oficiais */
.recruitment_table .DH { color: #a330c9; } /* Roxo Demoníaco */
.recruitment_table .DH img { border: 1px solid #a330c9; }

.recruitment_table .Evoker { color: #33937f; } /* Verde Escuro Dracthyr */
.recruitment_table .Evoker img { border: 1px solid #33937f; }
