.item-image {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 10px;
    object-fit: cover;
}

.item-title {
    color: #ada153; /* Altın rengi */
    margin-top: 10px;
    font-size: 15px; /* Font büyüklüğü */
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold; /* Font kalınlığı */
}

.item-subtitle {
    color: #DDE2E6; /* Altın rengi */
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: normal;
}

.item-details {
    position: relative;
}

.item-details .highlight {
    color: #ffd700; /* Sarı renk */
}

.item-details p {
    margin: 6px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: rgba(255, 255, 255, 1);
    transition: color 0.5s;
}

.item-details p span {
    display: inline-block;
    width: 49%;
    white-space: nowrap;
    overflow: visible; /* İçeriğin taşmasını engelle */
}

.item-details p .left {
    text-align: left;
}

.item-details p .right {
    text-align: right;
}

.item-details .full-width {
    width: 100%;
    text-align: left;
    white-space: normal;
}

.notes {
    text-align: left;
    white-space: normal;
    font-size: 12px;
    color: #2369ac;
    margin-bottom: 1px;
    margin-top: 3px;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #ada153;
    border: none;
    margin: 10px 0; /* Üst ve alt boşluk için */
}

.ko-server-name {
  position: absolute; /* Görselin pozisyonundan bağımsız */
  left: 1px; /* Container'in solundan 10px boşluk */
  transform: translateY(-50%); /* Ortalamayı düzelt */
  color: #DDE2E6;
  white-space: nowrap; /* İçerik taşmasını önler */
}

.cp-item-card {
  width: 298px;
  height: 400px; /* Kart yüksekliği */
  margin: 0px;
  text-align: left; /* Tüm içeriği sola dayalı yap */
  display: block;
  position: relative;
  box-sizing: border-box; /* Padding ve border kartın boyutlarına dahil edilir */
  overflow: hidden; /* İçeriğin taşmasını engelle */
}

.card-header-container {
  position: relative; /* Server bilgisini mutlak konumlandırma için */
  display: flex;
  justify-content: center; /* Görseli yatayda ortalamak için */
  align-items: center; /* Görseli dikeyde ortalamak için */
}

.image-wrapper {
  display: flex;
  align-items: center; /* Görseli dikeyde ortalar */
  justify-content: center; /* Görseli yatayda ortalar */
}

.cp-item-image {
  width: 50px;
  height: 50px;
}
