body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    color: #333;
    background-color: #f9f9f9;
}

header {
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

h1 {
    margin: 0;
    font-size: 24px;
}

nav {
    margin-top: 10px;
}

nav a {
    margin-right: 15px;
    text-decoration: none;
    color: #007bff;
}

nav a:hover {
    text-decoration: underline;
}

.quote-container {
    font-style: italic;
    color: #555;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #007bff;
    margin: 30px 0;
}

.affiliate-section {
    background: #fff8e1;
    border: 1px solid #ffe082;
    padding: 15px;
    margin: 30px 0;
}

.affiliate-section h2 {
    font-size: 14px;
    margin-top: 0;
    color: #ff8f00;
    text-transform: uppercase;
}

.affiliate-link {
    font-weight: bold;
    color: #d84315;
    text-decoration: none;
}

footer {
    margin-top: 50px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.separator-list {
    list-style: none;
    padding: 0;
}

.separator-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.separator-char {
    font-size: 32px;
    font-weight: bold;
}
