/*
Theme Name: buzzword
Theme URI: https://buzzword.kentakomiya.com
Author: AI Assistant
Description: A clean, Material Design inspired, SEO-optimized theme.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buzzword
*/

/* Tailwind CSS is loaded via CDN in functions.php */
.article-title,
.prose h1 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #0f172a;
    letter-spacing: -0.025em;
}

.prose h2 {
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.3;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #0f172a;
    border-left: 4px solid #10b981;
    padding-left: 1rem;
}

.prose h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.prose p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #475569;
    font-size: 1.125rem;
}

.prose ul, .prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    color: #475569;
}

.prose li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.prose blockquote {
    border-left: 4px solid #e2e8f0;
    padding-left: 1.5rem;
    font-style: italic;
    color: #64748b;
    margin: 2rem 0;
}

.prose a {
    color: #10b981;
    text-decoration: none;
    border-bottom: 2px solid #d1fae5;
    transition: all 0.2s ease;
}

.prose a:hover {
    background-color: #f0fdf4;
    border-bottom-color: #10b981;
}

.amazon-link-box {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1) !important;
    padding: 2rem !important;
    transition: all 0.3s ease !important;
}

.amazon-link-box:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1) !important;
}

.amazon-link-box a {
    background: #10b981 !important;
    color: white !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 0.75rem 2rem !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.3) !important;
}
