.abc-news-source-header {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    font-weight: 600;
}

.abc-news-stories {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
}

.abc-news-story {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.abc-news-story:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.abc-news-image {
    margin-bottom: 15px;
}

.abc-news-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.abc-news-title {
    margin: 0 0 5px 0;
    font-size: 1.1em;
    line-height: 1.3;
}

.abc-news-title a {
    text-decoration: none;
    color: #2271b1;
}

.abc-news-title a:hover {
    color: #135e96;
    text-decoration: underline;
}

.abc-news-meta {
    color: #666;
    font-size: 0.85em;
    margin-bottom: 8px;
}

.abc-news-source {
    font-style: italic;
}

.abc-news-description {
    font-size: 0.95em;
    color: #444;
    margin-top: 8px;
}

.abc-news-error {
    color: #dc3232;
    padding: 10px;
    background-color: #f7f7f7;
    border-left: 4px solid #dc3232;
}

/* Add these new styles to your existing CSS */

.abc-news-image-placeholder {
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}

.abc-news-no-image {
    color: #666;
    font-style: italic;
}

.abc-news-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin: 0 auto;
}

/* Make images responsive */
.abc-news-image {
    overflow: hidden;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abc-news-image img {
    width: 100%;
    object-fit: cover;
}