/* Basic styles for Semantic HTML structure - relevant for content parsing */
body {
    font-family: 'Sarabun', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2, h3 {
    color: #1a1a1a;
}

.content-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* Hidden from visual users naturally by the redirect, but styled just in case */
.loader {
    text-align: center;
    margin-top: 50px;
}
