﻿.bik-ilan {
    background: #f5f5f5;
    min-height: 100vh;
    font-family: Arial;
    padding-top: 30px;
}

.ilan-detail {
    background: #ffffff;
    max-width: 1280px;
    margin: auto !important;
    overflow: auto;
    word-break: break-word; /* İçerik hücre dışına taşmasın */
    white-space: normal; /* Satır içinde kayma yerine alta insin */
}

    .ilan-detail .breadcrumbs {
        margin-bottom: 1.5rem;
        padding: 1rem;
        border-bottom: 1px solid #e0e0e0;
    }

.bcLeft {
    display: flex;
    align-items: center;
    font-size: 12px !important;
    color: #000;
}

.bcText a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

    .bcText a:hover {
        text-decoration: underline;
    }

.bcArrow {
    margin: 0 10px;
    color: #999;
}

.ilan-time {
    font-size: 12px !important;
    color: #000;
    margin: 1.5rem 0;
}

.ilan-ilan {
    font-size: 12px !important;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 1.5rem 0;
}


.bik-table {
    width: 100%;
}

    .bik-table table {
        width: 100% !important;
        margin-top: 10px;
        background-color: transparent;
        border-collapse: collapse;
        font-size: 12px !important;
        border: 1px solid #bbb !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .bik-table table td,
        .bik-table table th {
            padding: 3px;
            border: 1px solid #bbb !important;
            vertical-align: top;
            line-height: 1.6;
        }

        .bik-table table th {
            background: #f5f5f5;
            font-weight: 700;
            color: #333;
            text-align: left;
        }

    .bik-table td table {
        width: 100% !important;
    }

    .bik-table table tr:nth-child(even) {
        background: #fafafa;
    }

/* Mobilde scroll */
@media (max-width: 1200px) {
    .bik-table {
        overflow-x: auto;
    }

        .bik-table table {
            min-width: auto; /* tabloyu daraltma, scroll çıksın */
        }

    .ilan-detail {
        margin: 0px 10px;
    }
}

.headercontent {
    padding: 0px 15px;
}

.bik-ilan p, .bik-ilan td, .bik-ilan span, .bik-ilan th,
.bik-ilan ol, .bik-ilan ul, .bik-ilan li {
    text-align: justify;
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #000;
    word-break: normal;
    background-color: transparent !important;
}

#news-content div {
    font-size: 12px;
}

#news-content {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #3f3f3f;
    margin-bottom: 2rem;
}

#news-content {
    padding: 0 15px;
}

    #news-content table p {
        padding: 0;
    }

.announcement-footer {
    padding: 10px;
    margin-top: 2rem;
    text-align: right;
}

.hashtag {
    color: #c41e3a;
    font-weight: 600;
    font-size: 12px !important;
    margin-right: 20px;
}

.press-number {
    color: #333;
    font-weight: 700;
    font-size: 12px !important;
}

.press-label {
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}

.ilan-spot {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    line-height: 130%;
}

.ilan-title {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 28px;
    font-style: normal;
    line-height: 120%;
}

.bik-table div {
    margin: 0 10px;
}

div.ilan-ilan {
    font-size: 24px !important;
}

.topHeader::after {
    background-color: #f8f8f8 !important;
}

.text-tiny {
    font-size: .7em !important;
}

.ck-content .text-small {
    font-size: .85em !important;
}

.text-big {
    font-size: 1.4em !important;
}

.text-huge {
    font-size: 1.8em !important;
}