a > .nk-feature-2 {
	height: 180px !important;
}

.nazwa {
    font-weight: bold !important;
    text-align: center !important;
    bottom: 50px !important;
    line-height: 1.0 !important;
}
.ile {
    color: #eee !important;
    bottom: 25px !important;
	font-style: italic;
}
.nazwa,
.ile {
	position: absolute !important;
}

.nk-feature-1.glass {
	background: var(--bg-color-opacity);
	-webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
	padding: 5px;
}
.glass .nk-feature-icon:hover img.creature {
	transition: .6s ease;
	scale: 1.1;
}

.killstats-title {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.killstats-monster-stats {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.killstats-monster-stats:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.killstats-monster-icon {
    flex: 0 0 80px;
    margin-right: 15px;
}

.killstats-monster-icon img.obrazek-stwora {
    max-width: 100%;
	max-height: 64px;
    border-radius: 10px;
    transition: transform 0.3s;
}

.killstats-monster-icon img.obrazek-stwora:hover {
    transform: scale(1.05);
}

.killstats-monster-info {
    flex: 1;
}

.killstats-monster-name {
    font-size: 1.4em;
    font-weight: 700;
    color: #ffcc00;
    margin-bottom: 5px;
}

.killstats-monster-stats-info {
    font-size: 0.95em;
    color: #e0e0e0;
}

.killstats-creature-killed {
    margin-top: 5px;
    font-weight: 500;
}