.kachel {
        border: 2px solid transparent;
        transition: box-shadow 0.3s ease;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    
.kachel:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.cke_notifications_area { display: none; }

.highlight-text {
    background-color: rgba(255, 255, 255, 0.05); /* leicht heller Hintergrund */
    color: #f8f9fa; /* heller Text */
}

.rarity-icon {
  width: 25px;
  height: 25px;
}