.diablo-wiki-gemme-detail {
    margin: 0;
    padding: 0;
}

.diablo-wiki-gemme-detail .gemme-detail-container {
    max-width: 800px;
    margin: 0 auto;
    background: #202020 !important;
    border: 2px solid #fec722 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.8) !important;
    color: #ffffff !important;
    padding: 20px;
}

/* Sélecteur encore plus spécifique */
div.gemme-detail-container {
    background: #202020 !important;
}

.gemme-image {
    display: block;
    margin: 0 auto;
}

.gemme-title {
    text-align: center;
    margin-bottom: 20px;
}

.gemme-info {
    line-height: 1.6;
}

.gemme-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.gemme-meta {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 210, 0, 0.3);
    border-bottom: 1px solid rgba(255, 210, 0, 0.3);
}

.gemme-eveil {
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(255, 210, 0, 0.1);
    border-left: 4px solid #fec722;
}

/* Design pour toutes les gemmes */
.gemme-detail-container {
    background: #000000 !important;
    border: 2px solid #fec722 !important;
    color: #ffffff !important;
}

.gemme-title {
    color: #ffffff !important;
}

.gemme-description {
    color: #ffffff !important;
}

.gemme-info {
    color: #ffffff !important;
}

.gemme-5-rarete {
    text-align: center;
    margin: 15px 0;
}

.etoile-5 {
    color: #ffd700 !important;
    font-size: 28px;
    margin: 0 3px;
}

.gemme-meta {
    display: none !important;
}

.gemme-effet {
    background: rgba(0, 0, 0, 0.3) !important;
    border-left: 4px solid #fec722 !important;
}

.effet-rang-titre {
    color: #ffd700;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
}

/* Styles pour le nettoyage CSS inline */
.gemme-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.gemme-image {
    max-height: 200px;
    width: auto;
    margin-bottom: 1rem;
    border: 2px solid #fec722;
    border-radius: 50%;
    padding: 0.5rem;
    background-color: #FFFFFF;
}

.gemme-title {
    font-size: 24px;
    margin-top: 10px;
    color: #ffffff !important;
}

.gemme-info {
    color: #ffffff;
}

.gemme-info {
    margin-top: 20px;
}

.gemme-description {
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff;
}

.gemme-eveil {
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(255, 210, 0, 0.1);
    border-left: 4px solid #fec722;
}

.eveil-title {
    margin-top: 0;
}

.gemme-effets {
    margin-top: 20px;
}

.gemme-effet {
    margin-top: 10px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #fec722;
}

.etoile-5 {
    color: #ffd700;
    font-size: 28px;
    margin: 0 3px;
}

.gemme-5-rarete {
    text-align: center;
    margin: 15px 0;
}

.gemme-meta {
    display: none;
}

/* Styles pour les 2 blocs séparés */
.gemme-bloc-1 {
    margin-bottom: 20px !important;
}

.gemme-bloc-2 {
    margin-top: 20px !important;
}

/* Style amélioré pour l'image */
.gemme-image {
    max-height: 200px !important;
    width: auto !important;
    margin-bottom: 1rem !important;
    border: 4px solid #fec722 !important;
    border-radius: 50% !important;
    padding: 0.5rem !important;
    background-color: #FFFFFF !important;
}

/* Style pour la description avec encadrement */
.gemme-description {
    padding: 15px;
    background: rgba(255, 210, 0, 0.2);
    border: 2px solid #fec722;
    border-radius: 8px;
    margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}