@import url("../../assets/css/starting.css");

.guide-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1280px;
    margin: 30px auto;
    padding: 25px;
    color: #e6e6e6;
}

    .guide-section h2 {
        color: #f8bb22;
        font-family: Bungee, sans-serif;
        margin-bottom: 25px;
        font-size: 28px;
        padding-bottom: 10px;
        filter: drop-shadow(1px 1px 1px black);
    }

    .guide-section h3 {
        color: #f8bb22;
        margin-top: 30px;
        font-size: 22px;
    }

    .guide-section p {
        line-height: 1.6;
        margin-bottom: 15px;
    }

.highlight {
    background-color: #2d374850;
    padding: 2px 5px;
    border-radius: 3px;
}

.warning {
    color: #ff6b6b;
    font-weight: bold;
}

.tip {
    background-color: #16213e;
    padding: 15px;
    margin: 20px 0;
    border-left: 4px solid #4ecdc4;
    border-radius: 0 5px 5px 0;
}

.tip-title {
    color: #4ecdc4;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Estilos específicos para esta section */
.intro-text {
    font-style: italic;
    margin-bottom: 25px;
}

.image-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 25px 0;
}

.guide-image {
    width:100%;
    max-width: 800px;
    border-radius: 2px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.guide-image2 {
    width: 100%;
    border-radius: 2px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.step-by-step {
    margin-left: 20px;
}

.step {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}


.npc-name {
    color: #4ecdc4;
    font-weight: bold;
}

.location {
    color: #f8bb22;
    font-style: italic;
}