body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
h1 {
    color: #2d3748;
    font-size: 2.2rem;
    border-bottom: 2px solid #ff6b6b;
    padding-bottom: 10px;
}
h2 {
    color: #4a5568;
    margin-top: 30px;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}
.tip-box {
    background-color: #f0f4f8;
    border-left: 4px solid #5e72e4;
    padding: 15px;
    margin: 20px 0;
}
.cta-button {
    display: inline-block;
    background: #ff6b6b;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 0;
}
ul {
    padding-left: 20px;
}
.meta {
    color: #718096;
    font-style: italic;
}
.site-footer {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    font-size: 0.9rem;
    color: #718096;
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
}
.footer-links a {
    color: #5e72e4;
    text-decoration: none;
}
.highlight {
    background-color: #fff4f4;
    padding: 20px;
    border-left: 4px solid #ff6b6b;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}
