/* body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
} */

.guide-post {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #ff5722; 
}

.guide-post h2 {
    font-size: 2rem;
    color: #ff5722; 
    margin-bottom: 15px;
}

.guide-post p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
}

.guide-post ul {
    list-style: none;
    padding-left: 0;
}

.guide-post ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1.1rem;
    color: #444;
}

.guide-post ul li strong {
    color: #ff5722; 
}

.guide-post ul li:last-child {
    border-bottom: none; 
}

.guide-post ul li:hover {
    background-color: #fef1e8; 
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
