


main {
    padding: 0px 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
}

.post-info h2 {
    font-size: 1.8em;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 20px;
}

.meta span {
    margin-right: 15px;
}

.meta i {
    margin-right: 5px;
    color: #555;
}

.content h3 {
    font-size: 1.3em;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.content p {
    margin-bottom: 15px;
}

.content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 0;
}

.content ul li {
    margin-bottom: 5px;
}

.section-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
}

.bonus-tip {
    background-color: #e6ffe6; /* Light green background */
    border-left: 5px solid #4CAF50; /* Green border */
    padding: 15px;
    margin-top: 30px;
    border-radius: 5px;
}

.bonus-tip p {
    margin: 0;
}

.bonus-tip i {
    color: #4CAF50;
    margin-right: 8px;
}