/* Blog ve Hizmet Detay Sayfaları İçin İçerik Stilleri */
/* Tablolar */
.bt_bb_text table,
.btArticleContent table,
#tts-content table {
    border-collapse: collapse;
    width: 100% !important;
    margin: 20px 0 !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.bt_bb_text table td,
.bt_bb_text table th,
.btArticleContent table td,
.btArticleContent table th,
#tts-content table td,
#tts-content table th {
    border: 1px solid #ddd !important;
    padding: 12px 15px !important;
    text-align: left !important;
    vertical-align: top !important;
}

.bt_bb_text table th,
.btArticleContent table th,
#tts-content table th {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #002c5d !important;
}

.bt_bb_text table tr:nth-child(even),
.btArticleContent table tr:nth-child(even),
#tts-content table tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}

/* Listeler */
.bt_bb_text ul,
.bt_bb_text ol,
.btArticleContent ul,
.btArticleContent ol,
#tts-content ul,
#tts-content ol {
    margin: 8px 0 !important;
    padding-left: 25px !important;
}

.bt_bb_text ul li,
.btArticleContent ul li,
#tts-content ul li {
    list-style: disc !important;
    margin: 2px 0 !important;
    line-height: 1.5 !important;
}

.bt_bb_text ol li,
.btArticleContent ol li,
#tts-content ol li {
    list-style: decimal !important;
    margin: 2px 0 !important;
    line-height: 1.5 !important;
}

/* Bold ve Strong tagları */
.bt_bb_text strong,
.bt_bb_text b,
.btArticleContent strong,
.btArticleContent b,
#tts-content strong,
#tts-content b {
    font-weight: 700 !important;
    color: #002c5d !important;
}

/* Başlıklar */
.bt_bb_text h1,
.bt_bb_text h2,
.bt_bb_text h3,
.bt_bb_text h4,
.bt_bb_text h5,
.bt_bb_text h6,
.btArticleContent h1,
.btArticleContent h2,
.btArticleContent h3,
.btArticleContent h4,
.btArticleContent h5,
.btArticleContent h6,
#tts-content h1,
#tts-content h2,
#tts-content h3,
#tts-content h4,
#tts-content h5,
#tts-content h6 {
    margin: 25px 0 15px 0 !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #002c5d !important;
}

/* Paragraflar */
.bt_bb_text p,
.btArticleContent p,
#tts-content p {
    margin: 12px 0 !important;
    line-height: 1.7 !important;
    color: #333333 !important;
}

/* Linkler */
.bt_bb_text a,
.btArticleContent a,
#tts-content a {
    color: #1abc9c !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.bt_bb_text a:hover,
.btArticleContent a:hover,
#tts-content a:hover {
    color: #16a085 !important;
    text-decoration: underline !important;
}

/* Kalın ve İtalik */
.bt_bb_text strong,
.bt_bb_text b,
.btArticleContent strong,
.btArticleContent b,
#tts-content strong,
#tts-content b {
    font-weight: 700 !important;
}

.bt_bb_text em,
.bt_bb_text i,
.btArticleContent em,
.btArticleContent i,
#tts-content em,
#tts-content i {
    font-style: italic !important;
}

/* Linkler - alternate */
.bt_bb_text a,
.btArticleContent a,
#tts-content a {
    color: #01cab8 !important;
    text-decoration: underline !important;
}

.bt_bb_text a:hover,
.btArticleContent a:hover,
#tts-content a:hover {
    color: #019a8c !important;
}

/* Resimler */
.bt_bb_text img,
.btArticleContent img,
#tts-content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 15px 0 !important;
    border-radius: 4px !important;
}

/* Alıntılar */
.bt_bb_text blockquote,
.btArticleContent blockquote,
#tts-content blockquote {
    border-left: 4px solid #01cab8 !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    background: #f8f9fa !important;
    font-style: italic !important;
}

/* Kod blokları */
.bt_bb_text code,
.btArticleContent code,
#tts-content code {
    background: #f4f4f4 !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
    font-family: 'Courier New', monospace !important;
    font-size: 0.9em !important;
}

.bt_bb_text pre,
.btArticleContent pre,
#tts-content pre {
    background: #f4f4f4 !important;
    padding: 15px !important;
    border-radius: 5px !important;
    overflow-x: auto !important;
    margin: 20px 0 !important;
}

.bt_bb_text pre code,
.btArticleContent pre code,
#tts-content pre code {
    background: none !important;
    padding: 0 !important;
}

/* Blog Grid Görselleri - 16:9 Oran */
.bt_bb_grid_item {
    max-width: 100% !important;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small {
    gap: 15px !important;
}

.bt_bb_masonry_post_grid .bt_bb_post_grid_filter {
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
}

.bt_bb_grid_item_post_thumbnail {
    aspect-ratio: 16/9 !important;
    overflow: hidden !important;
    position: relative !important;
    background: #000 !important;
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
}

.bt_bb_grid_item_post_thumbnail a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.bt_bb_grid_item_post_thumbnail img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
