.guide-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.guide-content h3 {
    color: #ee4d2d;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.guide-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.guide-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.guide-content li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.guide-content .step {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 3px solid #ee4d2d;
}

.guide-content .step-number {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #ee4d2d;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-weight: bold;
}

.guide-content .note {
    background-color: #fff8e1;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    border-left: 3px solid #ffc107;
}

.guide-content .note p {
    margin: 0;
}

.guide-content .example {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    font-family: monospace;
    overflow-x: auto;
}

.back-button {
    display: inline-block;
    margin-top: 20px;
    background-color: #ee4d2d;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.back-button:hover {
    background-color: #f76b5a;
}
