/*
Theme Name: Pro Estetik Dental Clinic
Theme URI: https://www.selimbilgin.com
Author: Pro Estetik Dental Clinic
Author URI: https://www.selimbilgin.com
Description: Custom WordPress theme for Pro Estetik Dental Clinic – Dr. Selim Bilgin. Matches the main site design.
Version: 1.0.0
License: Private
Text Domain: proestetik
*/

/* Blog-specific overrides */
.blog-post-content {
    font-size: 16px;
    line-height: 1.85;
    color: #444;
}
.blog-post-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 36px 0 16px;
    color: #1F242F;
}
.blog-post-content h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 28px 0 12px;
    color: #1F242F;
}
.blog-post-content p {
    margin-bottom: 20px;
}
.blog-post-content ul, .blog-post-content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}
.blog-post-content ul li, .blog-post-content ol li {
    margin-bottom: 8px;
}
.blog-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}
.blog-post-content table th {
    background: #1F242F;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
}
.blog-post-content table td {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
}
.blog-post-content table tr:nth-child(even) td {
    background: #f9f9f9;
}
.blog-post-content blockquote {
    border-left: 4px solid #00b67a;
    padding: 16px 24px;
    background: #f0faf5;
    margin: 24px 0;
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
}
.wp-author-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 48px 0 32px;
}
.wp-author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.wp-author-box h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #1F242F;
}
.wp-author-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.post-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: #888;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.post-meta-bar i {
    margin-right: 4px;
}
.post-thumbnail-full {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 32px;
}
.post-thumbnail-full img {
    width: 100%;
    height: auto;
    display: block;
}
.wp-sidebar-widget {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 28px;
}
.wp-sidebar-widget h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1F242F;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00b67a;
}
.wp-sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp-sidebar-widget ul li {
    padding: 7px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.wp-sidebar-widget ul li:last-child {
    border-bottom: none;
}
.wp-sidebar-widget ul li a {
    color: #444;
    text-decoration: none;
}
.wp-sidebar-widget ul li a:hover {
    color: #00b67a;
}
.wp-cta-box {
    background: linear-gradient(135deg, #1F242F, #2d3748);
    border-radius: 10px;
    padding: 28px;
    color: #fff;
    text-align: center;
}
.wp-cta-box h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.wp-cta-box p {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 18px;
}
.blog-card-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wp-pagination {
    margin: 48px 0 0;
    text-align: center;
}
.wp-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
}
.wp-pagination .page-numbers.current,
.wp-pagination .page-numbers:hover {
    background: #1F242F;
    color: #fff;
    border-color: #1F242F;
}
