/* Beginner Guide – only overrides/extensions (guide-base.css provides base) */
        .intro-recommendation {
            max-width: 400px;
            width: 100%;
        }

        .guide-container {
            max-width: none;
            padding: 20px;
        }

        .guide-section {
            padding: 25px;
        }

        .guide-container p,
        .guide-section p {
            font-size: 1.3rem;
        }

        .resource-icon {
            width: 32px;
            height: 32px;
            object-fit: contain;
            border-radius: 4px;
            vertical-align: middle;
        }

        .guide-highlight {
            border-radius: 8px;
        }

        /* Rarity-spezifische Farben für SSR, UR, SR */
        .rarity-ssr {
            color: #ebac43 !important;
            font-weight: bold;
        }

        .rarity-ur {
            color: #e04444 !important;
            font-weight: bold;
        }

        .rarity-sr {
            color: #bc72e7 !important;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .guide-container {
                padding: 10px;
            }
        }


