@media (max-width: 640px) {
  table, tbody, tr, td {
    display: block;
    width: 100% !important;
  }
  td {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
  }
}

.size-6 {
    height: 20px;
    width: 20px;
  }




















/* Стиль для пагинации */
.v-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
}

/* Стили для селектора строк на странице */
.v-pagination select {
    padding: 0.5rem;
    border-bottom: 1px solid #000;
    font-size: 0.8rem;
}

/* Стили для кнопок */
.v-pagination button {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.v-pagination button:hover {
    background-color: #f3f4f6;
    border-radius: 50px;
}

/* Активная страница */
.v-pagination button.active {
    /* background-color: #2563eb; */
    color: white;
}

/* Блок с информацией о количестве страниц */
.v-pagination span {
    font-size: 1rem;
    color: #6b7280;
}

/* Стили для индикации недоступных кнопок */
.v-pagination button[disabled] {
    /* background-color: #e5e7eb; */
    cursor: not-allowed;
}















/* deep */

/* Плавные переходы для таблицы */
#npc-list {
    transition: opacity 0.3s ease;
}

/* Отключаем анимацию для кнопок пагинации */
.v-pagination button {
    transition: none !important;
}

/* Основная таблица */
.npc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

/* Заголовки */
.npc-table thead th {
    background-color: #f8f9fa;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #e9ecef;
    position: sticky;
    top: 0;
}

/* Ячейки */
.npc-table tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    background-color: #fff; /* Все строки белые */
}

/* Ховер-эффект */
.npc-table tbody tr:hover td {
    background-color: #f8f9fa;
}

/* Плавные переходы */
#npc-list {
    transition: opacity 0.3s ease;
}

/* Индикатор загрузки */
#loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
















/* Стили для иконок скиллов */
.skill-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    transition: transform 0.2s ease;
    cursor: help;
}

.skill-icon:hover {
    transform: scale(1.3);
}


















body {
  background-color: #f3f4f6;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #333;
}

.npc-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.npc-header {
  margin-bottom: 30px;
}

.npc-info p {
  margin: 6px 0;
  font-size: 16px;
}

.npc-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.npc-table thead {
  background-color: #f9fafb;
}

.npc-table th,
.npc-table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #e5e7eb;
  font-size: 15px;
}

.npc-table tr:hover {
  background-color: #f1f5f9;
}

.item-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 4px;
  image-rendering: auto;
}

.item-additional {
  display: block;
  font-size: 12px;
  color: #777;
}

.npc-stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.npc-stats-block {
  flex: 1 1 250px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.npc-stats-block p {
  font-size: 15px;
  margin: 6px 0;
}

.npc-skill-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
}

.npc-skill-list li {
  font-size: 14px;
  margin: 4px 0;
}

.label {
  font-weight: 600;
  color: #111;
}

.divider {
  display: inline-block;
  margin: 0 10px;
  color: #aaa;
  font-weight: 400;
}






.npc-minion-box {
  margin-top: 10px;
  padding: 20px 25px;
  background-color: #f9fbfd;
  border-left: 4px solid #4b5563;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.npc-minion-box .npc-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1f2937;
}

.npc-minion-box .npc-id {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  margin-left: 8px;
}

.minion-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0px;
}

.minion-list {
  padding-left: 20px;
  margin: 0;
}

.minion-list li {
  font-size: 14px;
  margin: 4px 0;
  color: #374151;
}

.absorb-header {
  margin-top: 500px; !important;
}

.drop-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin: 40px 0 -20px 20px;
}

.drop-header-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
}

.npc-skill-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.npc-skill-item img.item-icon {
	width: 20px;
	height: 20px;
	margin-right: 0px; /* 🔥 вместо gap */
	vertical-align: middle;
}


.npc-skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.npc-skill-item {
	display: flex;
	align-items: center;
	gap: 6px; /* Было 8px, сделаем чуть ближе */
	margin-bottom: 6px;
}

.npc-skill-item img.item-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
	border-radius: 4px;
}

.skill-text {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.2;
}

.skill-name {
	font-weight: 500;
	white-space: nowrap;
}


.skill-level {
  color: #666;
  font-size: 0.9em;
}

.npc-skill-title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}



