/**
 * Gemini Makale Bot - Frontend Stil
 */

/* Gemini Makale Bot tarafından oluşturulan içerikler için özel stiller */
.gmb-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.gmb-article-header {
    margin-bottom: 2rem;
    text-align: center;
}

.gmb-article-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.gmb-article-meta {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.gmb-article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.gmb-article-tag {
    background-color: #f3f4f6;
    color: #4b5563;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.gmb-article-tag:hover {
    background-color: #e5e7eb;
    color: #1f2937;
}

.gmb-article-content {
    line-height: 1.8;
    color: #1f2937;
    font-size: 1.125rem;
}

.gmb-article-featured-image {
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gmb-article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.gmb-article-content h1,
.gmb-article-content h2,
.gmb-article-content h3,
.gmb-article-content h4,
.gmb-article-content h5,
.gmb-article-content h6 {
    color: #111827;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.gmb-article-content h1 {
    font-size: 2rem;
}

.gmb-article-content h2 {
    font-size: 1.75rem;
}

.gmb-article-content h3 {
    font-size: 1.5rem;
}

.gmb-article-content h4 {
    font-size: 1.25rem;
}

.gmb-article-content h5 {
    font-size: 1.125rem;
}

.gmb-article-content h6 {
    font-size: 1rem;
}

.gmb-article-content p {
    margin-bottom: 1.5rem;
}

.gmb-article-content ul,
.gmb-article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.gmb-article-content li {
    margin-bottom: 0.5rem;
}

.gmb-article-content a {
    color: #2563eb;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gmb-article-content a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.gmb-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.gmb-article-content blockquote {
    border-left: 4px solid #3b82f6;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #4b5563;
}

.gmb-article-footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
}

.gmb-article-source {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    text-decoration: none;
}

.gmb-article-source:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.gmb-article-source svg {
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
}

/* Duyarlı tasarım */
@media screen and (max-width: 768px) {
    .gmb-article-title {
        font-size: 1.75rem;
    }
    
    .gmb-article-content {
        font-size: 1rem;
    }
    
    .gmb-article-content h1 {
        font-size: 1.75rem;
    }
    
    .gmb-article-content h2 {
        font-size: 1.5rem;
    }
    
    .gmb-article-content h3 {
        font-size: 1.25rem;
    }
}

/* Prose stiller */
.gmb-prose {
    max-width: 65ch;
    color: #374151;
}

.gmb-prose h1, .gmb-prose h2, .gmb-prose h3, .gmb-prose h4, .gmb-prose h5, .gmb-prose h6 {
    color: #111827;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3;
}

.gmb-prose p, .gmb-prose ul, .gmb-prose ol {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.gmb-prose a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
}

.gmb-prose strong {
    font-weight: 600;
    color: #111827;
}

.gmb-prose blockquote {
    font-weight: 500;
    font-style: italic;
    color: #111827;
    border-left-width: 0.25rem;
    border-left-color: #d1d5db;
    padding-left: 1rem;
}

.gmb-prose code {
    color: #1f2937;
    font-weight: 600;
    font-size: 0.875em;
}

.gmb-prose pre {
    color: #e5e7eb;
    background-color: #1f2937;
    overflow-x: auto;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding: 0.8571429em 1.1428571em;
}

.gmb-prose img {
    margin-top: 2em;
    margin-bottom: 2em;
}

.gmb-prose ul {
    list-style-type: disc;
    padding-left: 1.625em;
}

.gmb-prose ol {
    list-style-type: decimal;
    padding-left: 1.625em;
} 