
.jobwatch-posts-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.jobwatch-post {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.jobwatch-post h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.jobwatch-post h3 a {
    color: #333;
    text-decoration: none;
}

.jobwatch-post h3 a:hover {
    color: #0073aa;
}

.website-url {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
}

.website-url a {
    color: #0073aa;
    text-decoration: none;
}

.website-url a:hover {
    text-decoration: underline;
}

.post-excerpt {
    margin: 15px 0;
    line-height: 1.6;
}

.post-meta {
    color: #666;
    font-size: 0.9em;
    margin: 10px 0 0 0;
}
