/* blog_default.css */
/* Baseline styling for affiliate blogs when no custom CSS is provided */

body {
    background-color: #f8f9fa;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

.container {
    max-width: 800px;
}

h1, h2, h3, h4, h5, h6 {
    color: #343a40;
    font-weight: 600;
    margin-top: 1.5rem;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

article {
    margin-top: 2rem;
}

ul {
    padding-left: 1.25rem;
}
