/* Kurumsal içerik iyileştirmeleri (TinyMCE / ic-sayfa) */
.bel-content .kb-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 71, 132, 0.08);
  padding: 1.25rem 1.5rem;
}

.bel-content .kb-title {
  color: #004784;
  font-weight: 700;
}

.bel-content .kb-content a {
  color: #004784;
}

.bel-content .kb-content a:hover {
  color: #0067bd;
}

.bel-content .kb-gallery img,
.bel-content .el-image {
  border-radius: 8px;
}

.bel-content .uk-card-default {
  border-radius: 10px;
}

