/*
Theme Name: Newsmatic Child
Template: newsmatic
Version: 1.0.0
*/

/* Reporter Byline Styles */
.reporter-byline-end {
    margin: 30px 0 15px 0;
    font-size: 14px;
    color: #666;
    border-left: 3px solid #dc3545;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 4px;
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
}

.byline-label {
    color: #888;
    font-weight: normal;
}

.reporter-link {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.reporter-link:hover {
    color: #a02622;
    text-decoration: underline;
}

.reporter-name {
    color: #333;
    font-weight: 600;
}

/* Alternative overlay method */
.story-subject-overlay {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}