/* Temel Bilgiler kartı için klasik tablo görünümü */
.summary-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.7em;
    margin: 0 auto;
    table-layout: fixed;
}
.summary-label {
    text-align: right;
    font-weight: 600;
    color: #222;
    font-size: 1.03em;
    white-space: nowrap;
    padding-right: 0.5em;
    width: 120px;
}
.summary-value {
    text-align: left;
    color: #222;
    font-weight: 400;
    font-size: 1.07em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.2em;
}
@media (max-width: 900px) {
    .summary-table, .summary-table tr, .summary-table td {
        display: block;
        width: 100%;
    }
    .summary-label, .summary-value {
        text-align: left;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
.temel-bilgiler h3 {
    color: #1a237e;
    font-size: 1.18em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
    letter-spacing: 0.01em;
}

.temel-bilgiler-table td {
    padding-left: 0 !important;
    padding-right: 1em;
    border-left: none;
    vertical-align: top;
    font-size: 1.05em;
}

.temel-bilgiler-table td:first-child,
.temel-bilgiler-table td:nth-child(3n+1) {
    border-left: 2px solid #d32f2f;
    padding-left: 0 !important;
}

/* Satır arası boşluk ve premium görünüm için */
.temel-bilgiler-table {
    border-collapse: separate;
    border-spacing: 0 0.5em;
    width: 100%;
    background: transparent;
}

.temel-bilgiler-table tr {
    background: transparent;
}

.temel-bilgiler-table b {
    font-weight: 600;
    color: #222;
}