/* Article-specific styling, layered on top of styles.css */

.article-card {
    text-align: left;
}

.article-card h2 {
    margin-bottom: 5px;
}

.article-meta {
    color: #FFD700;
    font-style: italic;
    margin-bottom: 15px;
}

.article-summary {
    margin-bottom: 10px;
}

.article-header {
    text-align: left;
}

.article-byline {
    margin-bottom: 4px;
}

.article-byline strong {
    font-size: 1.1rem;
}

.article-category {
    display: inline-block;
    background-color: #FFD700;
    color: black;
    font-weight: bold;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 10px 0;
}

.article-subtitle {
    font-style: italic;
    color: #e0e0e0;
    margin-top: 5px;
}

.article-date {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.key-points {
    background: rgba(0, 0, 0, 0.2);
    border-left: 4px solid #FFD700;
    padding: 15px 25px;
    border-radius: 5px;
    margin: 20px 0;
}

.key-points-label {
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    color: #FFD700;
    margin-bottom: 8px;
}

.key-points ul {
    width: auto;
    margin: 0;
    padding-left: 20px;
}

.article-body {
    text-align: left;
}

.article-body p {
    line-height: 1.6;
    margin-bottom: 16px;
}

.article-body h2 {
    margin-top: 30px;
}

.article-bio {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 15px;
    font-style: italic;
    font-size: 0.95rem;
    color: #e0e0e0;
}

.article-tags {
    margin: 10px 0 15px 0;
}

.article-tag {
    display: inline-block;
    background: rgba(255, 215, 0, 0.15);
    border: 1px solid rgba(255, 215, 0, 0.4);
    color: #FFD700;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 12px;
    margin: 0 6px 6px 0;
}

.engineering-insight {
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 5px;
    padding: 15px 20px;
    margin: 25px 0;
}

.engineering-insight p:first-child {
    font-weight: bold;
    color: #FFD700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.engineering-insight p:last-child {
    font-style: italic;
    margin-bottom: 0;
}

.article-sources {
    margin-top: 25px;
}

.article-sources h3 {
    font-size: 1.1rem;
    color: #FFD700;
    margin-bottom: 10px;
}

.article-sources ul {
    width: auto;
    padding-left: 20px;
    margin: 0 0 10px 0;
    font-size: 0.9rem;
}

.article-sources li {
    margin-bottom: 8px;
}

.article-sources a {
    color: #e0e0e0;
}

.article-sources a:hover {
    color: #FFD700;
}
