/* Start custom CSS *//* Tablo Başlıklarını Belirgin Yap */
.malkan-master-container table th {
    background: #1e3a5f !important;
    color: #ffffff !important;
    padding: 14px 12px !important;
    border: 1px solid #2c4a6e !important;
    font-weight: 600 !important;
    text-align: center !important;
}

/* Tablo Satır Renkleri */
.malkan-master-container table tr:nth-child(even) td {
    background: #f8f9fa !important;
}

.malkan-master-container table tr:nth-child(odd) td {
    background: #ffffff !important;
}

.malkan-master-container table td {
    padding: 12px !important;
    border: 1px solid #e0e0e0 !important;
}

.page-title,
.entry-title,
.post-title {
    display: none !important;
}/* End custom CSS */