#footer .widgetHeading .titleGroup::after {
  background: #eab229 !important;
}

.thumb .detail {
    display: none !important;
}
.buttonWidget a {
  border-radius: 5px;
  border-left: 4px solid !important;
  border-bottom: 0px !important;
}
.sidebarWidget {
  margin-top: 10px;
}
.aboutWidget .infoBlock {
  font-size: 15px !important;
}
.iconMenuWidget .item .title {
  font-size: 16px !important;
}
.wp-block-safirtema-sorucevap:last-child {
    border-bottom: none;
}
@media (max-width: 600px) {
  #safirPage .safirWidget.safirGrid .items .list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.homepage-content ul {
  list-style: none;
  padding-left: 0;
}

.homepage-content ul li {
  position: relative;
  padding-left: 20px;
}

.homepage-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #005ca5;
  font-weight: bold;
}
.homepage-content h2 {
  padding-top: 20px;
}

.item-container.fitImage .detail {
    display: none;
}

#referencesPage .item-container .item {
  border: none !important;
}
#menu .sub-menu a {
  min-width: 230px !important;
}
.picHeader .title {
  font-size: 40px !important;
  font-weight: 700 !important;
}
.menuBlock ul li:last-child {
    border-bottom: none;
}

.evdiz-table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
}

.evdiz-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* HEADER */
.evdiz-table thead th {
    padding: 18px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.evdiz-table thead th:first-child {
    background: #2c3e50;
}

.evdiz-table thead .good {
    background: linear-gradient(135deg, #005ca5, #0077d9);
}

.evdiz-table thead .bad {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
}

/* BODY */
.evdiz-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
}

/* SOL BAŞLIK */
.evdiz-table td:first-child {
    font-weight: 600;
    background: #f8f9fb;
}

/* İYİ TARAF */
.evdiz-table td.good {
    background: #f0f7ff;
    color: #005ca5;
    font-weight: 500;
}

/* KÖTÜ TARAF */
.evdiz-table td.bad {
    background: #fff2f2;
    color: #c0392b;
    font-weight: 500;
}

/* HOVER EFEKTİ */
.evdiz-table tbody tr:hover {
    transform: scale(1.01);
    transition: 0.2s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* MOBILE */
@media (max-width: 768px) {
    .evdiz-table td, 
    .evdiz-table th {
        font-size: 13px;
        padding: 12px;
    }
}

.safirthumb {
border-top-left-radius:5px !important;
border-top-right-radius:5px !important;
}