/*
 Theme Name: AI News Feed GP Child
 Theme URI: https://ainewsfeed.net
 Description: GeneratePress child theme for AI News Feed - automated AI news curation site
 Author: AI News Feed Team
 Author URI: https://ainewsfeed.net
 Template: generatepress
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: ainewsfeed-gp-child
*/

/* ==========================================================================
   AI News Feed Custom Styles
   ========================================================================== */

/* --- Base Typography --- */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", sans-serif;
}

/* --- Article Card Styles --- */
.post-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.2s ease;
}

.post-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* --- Source Attribution --- */
.source-attribution {
    font-size: 0.875rem;
    color: #666;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.source-attribution a {
    color: #0066cc;
    text-decoration: none;
}

.source-attribution a:hover {
    text-decoration: underline;
}

/* --- AI Summary Section --- */
.ai-summary {
    background: #f8f9fa;
    border-left: 4px solid #007cba;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}

.ai-summary-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #007cba;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

/* --- Footer Copyright --- */
.site-footer .copyright-bar {
    font-size: 0.875rem;
    color: #666;
}
