.top-cs-bg {
    background: rgba(8, 8, 8, 0.82);
    border-bottom: 1px solid rgba(255, 42, 42, 0.18);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: relative;
    z-index: 50;
}

.top-cs-bg .wrapper.classsrasz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
}

.left-bottomnav {
    display: flex;
    align-items: center;
    gap: 100px;
}

.menu-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.menu-logo img {
    display: block;
    width: auto;
    height: 44px;
    max-width: 150px;
    object-fit: contain;
}

.menu-links.desktop-menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: 0.25s ease;
}

.menu-element:hover {
    color: #ff3b3b;
    background: rgba(255, 42, 42, 0.08);
    border-color: rgba(255, 42, 42, 0.20);
    box-shadow: 0 0 10px rgba(255, 42, 42, 0.10);
}

.right-top-cs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 120px;
}

/* ukrycie zepsutego obrazka przy loginie */
.right-top-cs img.enmenu-img {
    display: none !important;
}

/* duże logo główne */
.logo-bg.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 16px auto;
}

.logo-bg.wrapper .logotyp {
    display: block;
    max-width: 560px;
    width: 100%;
    height: auto;
}

/* mobile */
.mobile-menu-wrap {
    display: none;
}

@media (max-width: 768px) {
    .menu-links.desktop-menu {
        display: none;
    }

    .mobile-menu-wrap {
        display: block;
    }

    .top-cs-bg .wrapper.classsrasz {
        min-height: 70px;
    }

    .menu-logo img {
        height: 36px;
        max-width: 120px;
    }

    .logo-bg.wrapper .logotyp {
        max-width: 320px;
    }
}

.top-cs-bg {
    position: relative !important;
    z-index: 50 !important;
    background: rgba(8, 8, 8, 0.88) !important;
    border-bottom: 1px solid rgba(255, 42, 42, 0.18) !important;
    min-height: 74px !important;
}

.logo-bg.wrapper {
    margin-top: 22px !important;
    position: relative !important;
    z-index: 1 !important;
}

.logotyp {
    display: block !important;
    max-width: 560px !important;
    width: 100% !important;
    height: auto !important;
}
shoutbox-home #shoutbox.front {
    background: rgba(8, 8, 8, 0.28) !important;
    border: 1px solid rgba(255, 45, 45, 0.18) !important;
    border-radius: 12px !important;
    padding: 12px !important;
    backdrop-filter: blur(2px) !important;
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.06) !important;
}

.shoutbox-home #shoutbox .head {
    background: transparent !important;
    border: 0 !important;
    color: #ff3b3b !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
}

.shoutbox-home #shoutbox .window {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    background: rgba(0, 0, 0, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 10px !important;
    padding: 8px !important;
}

.shoutbox-home #shoutbox .data {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.shoutbox-home #shoutbox .entry {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.16) !important;
    border: 1px solid rgba(255, 45, 45, 0.08) !important;
    border-radius: 8px !important;
    line-height: 1.35 !important;
}

.shoutbox-home #shoutbox .entry .user a {
    color: #63ff68 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.shoutbox-home #shoutbox .entry .text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    color: #f2f2f2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    padding: 0 !important;
}

.shoutbox-home #shoutbox .entry .info {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    color: rgba(255,255,255,0.65) !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    text-align: right !important;
}

.shoutbox-home #shoutbox .panel {
    margin-top: 12px !important;
}
.shoutbox-home {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 80px auto !important;
    padding: 0;
}
/* === SHOUTBOX HOME === */
.shoutbox-home {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 80px auto !important;
    padding: 0;
    position: relative;
    z-index: 2;
}

.shoutbox-home #shoutbox.front {
    background: rgba(8, 8, 8, 0.38) !important;
    border: 1px solid rgba(255, 45, 45, 0.18) !important;
    border-radius: 14px !important;
    padding: 14px !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.06) !important;
}

.shoutbox-home #shoutbox .head {
    background: transparent !important;
    border: 0 !important;
    color: #ff3b3b !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.shoutbox-home #shoutbox .body {
    background: transparent !important;
}

/* okno wiadomości */
.shoutbox-home #shoutbox .window {
    height: 210px !important;
    min-height: 210px !important;
    max-height: 210px !important;
    overflow-y: auto !important;
    background: rgba(0, 0, 0, 0.20) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 10px !important;
    padding: 8px !important;
    margin-bottom: 12px !important;
}

.shoutbox-home #shoutbox .data {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.shoutbox-home #shoutbox .entry {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.14) !important;
    border: 1px solid rgba(255, 45, 45, 0.07) !important;
    border-radius: 8px !important;
    line-height: 1.35 !important;
}

.shoutbox-home #shoutbox .entry .user a {
    color: #63ff68 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.shoutbox-home #shoutbox .entry .text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    color: #f2f2f2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin: 0 !important;
    padding: 0 !important;
}

.shoutbox-home #shoutbox .entry .info {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    color: rgba(255,255,255,0.65) !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    text-align: right !important;
}

/* pole wpisywania */
.shoutbox-home #shoutbox .panel {
    margin-top: 0 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.shoutbox-home #shoutbox .panel input[type="text"],
.shoutbox-home #shoutbox .panel textarea,
.shoutbox-home #shoutbox .panel .textbox {
    width: 100% !important;
    height: 42px !important;
    display: block !important;
    background: rgba(0, 0, 0, 0.34) !important;
    border: 1px solid rgba(255, 45, 45, 0.22) !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    padding: 0 14px !important;
    outline: none !important;
    box-shadow: none !important;
}

.shoutbox-home #shoutbox .panel input[type="text"]::placeholder,
.shoutbox-home #shoutbox .panel textarea::placeholder {
    color: rgba(255,255,255,0.55) !important;
}

/* scrollbar */
.shoutbox-home #shoutbox .window::-webkit-scrollbar {
    width: 8px !important;
}

.shoutbox-home #shoutbox .window::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.18) !important;
    border-radius: 8px !important;
}

.shoutbox-home #shoutbox .window::-webkit-scrollbar-thumb {
    background: rgba(255, 45, 45, 0.30) !important;
    border-radius: 8px !important;
}

.top-cs-bg {
    background: rgba(8, 8, 8, 0.88) !important;
    border-bottom: 1px solid rgba(255, 42, 42, 0.18) !important;
    min-height: 68px !important;
    position: relative !important;
    z-index: 50 !important;
}

.top-cs-bg .wrapper.classsrasz {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    min-height: 68px !important;
}

.menu-links.desktop-menu {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.menu-element {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    transition: 0.25s ease !important;
}

.menu-element:hover {
    color: #ff3b3b !important;
    background: rgba(255, 42, 42, 0.08) !important;
    border-color: rgba(255, 42, 42, 0.20) !important;
}

.right-top-cs img.enmenu-img {
    display: none !important;
}

.logo-bg.wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 24px auto 16px auto !important;
}

.logo-bg.wrapper .logotyp {
    display: block !important;
    max-width: 560px !important;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .menu-links.desktop-menu {
        display: none !important;
    }

    .mobile-menu-wrap {
        display: block !important;
    }

    .logo-bg.wrapper .logotyp {
        max-width: 320px !important;
    }
}
.top-cs-bg {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: auto !important;
}

.top-cs-bg .wrapper.classsrasz {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.menu-element {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.menu-element:hover {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #ff3b3b !important;
}
.logo-bg.wrapper {
    display: block !important;
    height: 570px !important;
    margin: 0 auto 18px auto !important;
}

.logo-bg.wrapper a,
.logo-bg.wrapper img,
.logo-bg.wrapper .logotyp {
    display: none !important;
}
a.register,
a.register_button,
.register-button,
.button-register,
a[href*="action=register"] {
    background: #c91515 !important;
    border: 1px solid #ff3b3b !important;
    color: #ffffff !important;
    box-shadow: 0 0 12px rgba(255, 59, 59, 0.22) !important;
}

a.register:hover,
a.register_button:hover,
.register-button:hover,
.button-register:hover,
a[href*="action=register"]:hover {
    background: #e02020 !important;
    border-color: #ff5a5a !important;
    color: #ffffff !important;
    box-shadow: 0 0 16px rgba(255, 59, 59, 0.32) !important;
}
/* ===== PASEK KATEGORII NA CAŁĄ SZEROKOŚĆ ===== */
.thead-statistic,
.thead-sidebox,
.forum-category-line,
.information-line,
.informacje-line {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

/* jeśli ten konkretny pasek ma inną klasę tła */
.stat-y .thead-statistic,
.right-content .thead-sidebox {
    width: 100% !important;
}

/* ===== BOX EKIPY ===== */
.team-slider-box .contents-sidebox {
    position: relative;
    min-height: 250px;
}

.team-slider {
    position: relative;
}

.team-slide {
    display: none;
    animation: fadeTeam 0.35s ease;
}

.team-slide.active {
    display: block;
}

@keyframes fadeTeam {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.team-rank {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.rank-owner {
    color: #ff2a2a;
}

.rank-mod {
    color: #39ff14;
}

.rank-admin {
    color: #3da5ff;
}

.team-name {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.team-desc {
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
    min-height: 88px;
    margin-bottom: 16px;
    font-weight: 600;
}

.team-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.team-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 700;
    transition: 0.25s ease;
}

.team-btn-profile {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: #ffffff !important;
}

.team-btn-profile:hover {
    background: rgba(255,255,255,0.10);
}

.team-btn-pm {
    background: rgba(255, 42, 42, 0.12);
    border: 1px solid rgba(255, 42, 42, 0.28);
    color: #ff4a4a !important;
}

.team-btn-pm:hover {
    background: rgba(255, 42, 42, 0.18);
    color: #ffffff !important;
}

.team-dots {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.team-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    cursor: pointer;
    transition: 0.25s ease;
}

.team-dot.active {
    background: #ff2a2a;
    box-shadow: 0 0 10px rgba(255, 42, 42, 0.35);
}
.stat-y {
    width: 100% !important;
}

.stat-y .thead-statistic {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    background-size: 100% 100% !important;
}
/* CAŁY PASEK */
.forum-content .thead-content {
	position: relative !important;
	z-index: 2 !important;
}

.forum-content .thead-content a {
	position: relative !important;
	z-index: 3 !important;
	display: inline-block !important;
}

.forum-content .thead-effect {
	position: relative !important;
	z-index: 1 !important;
	width: 140% !important;
	max-width: none !important;
	pointer-events: none !important;
}

.forum-content .thead-effect img {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 70px !important;
	object-fit: fill !important;
}

//*Rangi *//
.memberprofil-rank-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.memberprofil-stars {
	line-height: 1;
}

.memberprofil-stars img {
	display: inline-block;
	height: 28px;
	width: auto;
	margin: 0 4px 2px 0;
	vertical-align: middle;
}
.memberprofil-rank-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.memberprofil-rank-badge {
	height: 26px !important;
	width: auto !important;
	display: inline-block !important;
	filter: drop-shadow(0 0 6px rgba(255, 42, 42, 0.28));
}

.memberprofil-rang {
	font-size: 22px;
	font-weight: 800;
	color: #ffcf3a;
	text-shadow: 0 0 10px rgba(255, 207, 58, 0.28);
	letter-spacing: 0.3px;
}
/* ===== MOBILE: HEADER / LOGO / MENU / SERVER ===== */
@media (max-width: 768px) {

  body {
    overflow-x: hidden !important;
  }

  .wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .top-cs-bg {
    background: rgba(8, 8, 8, 0.92) !important;
    border-bottom: 1px solid rgba(255, 42, 42, 0.16) !important;
    min-height: 64px !important;
    position: relative !important;
    z-index: 100 !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
  }

  .top-cs-bg .wrapper.classsrasz {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-height: 64px !important;
  }

  .menu-links.desktop-menu {
    display: none !important;
  }

  .mobile-menu-wrap {
    display: block !important;
    position: relative !important;
    z-index: 200 !important;
  }

  .mobile-menu-checkbox {
    display: none !important;
  }

  .mobile-menu-toggle {
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    cursor: pointer !important;
  }

  .mobile-menu-toggle span {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    background: #ffffff !important;
    border-radius: 2px !important;
  }

  .mobile-menu-dropdown {
    display: none !important;
    position: absolute !important;
    top: 48px !important;
    left: 0 !important;
    width: 220px !important;
    padding: 8px !important;
    background: #0b0b0b !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;
  }

  .mobile-menu-checkbox:checked + .mobile-menu-toggle + .mobile-menu-dropdown {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  .mobile-menu-dropdown .menu-element {
    display: block !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.03) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
  }

  .right-top-cs {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
    margin-left: auto !important;
    text-align: right !important;
  }

  .right-top-cs img.enmenu-img {
    display: none !important;
  }

  .right-top-cs,
  .right-top-cs a,
  .right-top-cs span,
  .right-top-cs div {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .logo-bg.wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 10px auto 10px auto !important;
    padding: 0 12px !important;
  }

  .logo-bg.wrapper a {
    display: block !important;
  }

  .logo-bg.wrapper .logotyp,
  .logotyp {
    display: block !important;
    width: 170px !important;
    max-width: 58vw !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .tab-server.wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .elitacs-server-premium {
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .first-item-server,
  .elitacs-server-livebox,
  .item-server-ip,
  .item-buttons-server {
    width: 100% !important;
    text-align: center !important;
  }

  .item-nameserver {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .item-server-subtitle {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .elitacs-server-count {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .item-server-ip {
    font-size: 13px !important;
    word-break: break-word !important;
  }

  .elitacs-server-buttons {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .button-serverlist {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}
/* ===== MOBILE: zamiast logo obrazka daj prosty napis ===== */
@media (max-width: 768px) {

  .logo-bg.wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 8px auto 10px auto !important;
    padding: 10px 12px !important;
    position: relative !important;
  }

  .logo-bg.wrapper a,
  .logo-bg.wrapper img,
  .logo-bg.wrapper .logotyp {
    display: none !important;
  }

  .logo-bg.wrapper::before {
    content: "ELITA CS";
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(255, 59, 59, 0.28);
    line-height: 1;
  }

  .logo-bg.wrapper::after {
    content: "Only DD2 • Czysta gra • Dobra ekipa";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.72);
    margin-top: 6px;
  }
}
@media (max-width: 768px) {

  body {
    background: #000 !important;
    background-image: none !important;
  }

  .logo-bg,
  .logo-bg.wrapper,
  .top-cs-bg {
    background-image: none !important;
    box-shadow: none !important;
  }
}

/* podstawowe przyciski */
.hero-btn,
.hero-buttons a {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 10px !important;
  transition: all 0.2s ease;
}

/* hover */
.hero-btn:hover,
.hero-buttons a:hover {
  background: linear-gradient(180deg, #ff3a3a 0%, #a11414 100%) !important;
  color: #fff !important;
  box-shadow: 0 0 12px rgba(255, 40, 40, 0.25) !important;
}
/* ========================================
   ELITACS - czerwony styl wszystkich kafli
======================================== */

/* wszystkie kafle w górnym menu */
.menu-element,
.menu-right-element,
.button-serverlist {
  background: rgba(10, 10, 10, 0.88) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  transition: all 0.22s ease !important;
}

/* hover na wszystkich */
.menu-element:hover,
.menu-right-element:hover,
.button-serverlist:hover {
  background: linear-gradient(180deg, #ff3a3a 0%, #a11414 100%) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 0 14px rgba(255, 40, 40, 0.28) !important;
  text-decoration: none !important;
}

/* aktywny / kliknięty / zaznaczony */
.menu-element.active,
.menu-right-element.active,
.button-serverlist.active,
.menu-element.current,
.menu-right-element.current,
.button-serverlist.current {
  background: linear-gradient(180deg, #ff3a3a 0%, #a11414 100%) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 0 14px rgba(255, 40, 40, 0.28) !important;
}

/* żeby linki w środku nie robiły własnych kolorów */
.menu-element:link,
.menu-element:visited,
.menu-right-element:link,
.menu-right-element:visited,
.button-serverlist:link,
.button-serverlist:visited {
  color: #ffffff !important;
}

/* jakby któryś kafel miał focus */
.menu-element:focus,
.menu-right-element:focus,
.button-serverlist:focus {
  background: linear-gradient(180deg, #ff3a3a 0%, #a11414 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 0 14px rgba(255, 40, 40, 0.28) !important;
  outline: none !important;
}
/* ===== SHOUTBOX AVATAR - MALY OKRAGLY JAK NA SCREENIE ===== */
.shoutbox-home #shoutbox .entry .avatar {
    display: flex !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 0 8px rgba(0,0,0,0.18) !important;
}

.shoutbox-home #shoutbox .entry .avatar a {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.shoutbox-home #shoutbox .entry .avatar img {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
/* ===== SHOUTBOX DUZY BOX EMOJI ===== */
.shoutbox-home #shoutbox .dvz-sb-input-wrap {
    position: relative !important;
}

.shoutbox-home #shoutbox .panel input.text {
    padding-right: 52px !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.04) !important;
    color: #fff !important;
    font-size: 18px !important;
    cursor: pointer !important;
    z-index: 6 !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-toggle:hover {
    background: rgba(255, 59, 59, 0.14) !important;
    border-color: rgba(255, 59, 59, 0.28) !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-box {
    display: none !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 48px !important;
    width: 320px !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    padding: 12px !important;
    background: rgba(10,10,10,0.98) !important;
    border: 1px solid rgba(255, 45, 45, 0.18) !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.38) !important;
    z-index: 30 !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-box.active {
    display: block !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-section + .dvz-sb-emoji-section {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-title {
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: rgba(255,255,255,0.62) !important;
    margin-bottom: 8px !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 8px !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,0.03) !important;
    cursor: pointer !important;
    font-size: 22px !important;
    transition: 0.2s ease !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji:hover {
    background: rgba(255, 59, 59, 0.12) !important;
    transform: scale(1.05) !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-box::-webkit-scrollbar {
    width: 8px !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-box::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.18) !important;
    border-radius: 8px !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-box::-webkit-scrollbar-thumb {
    background: rgba(255, 45, 45, 0.30) !important;
    border-radius: 8px !important;
}

@media (max-width: 768px) {
    .shoutbox-home #shoutbox .dvz-sb-emoji-box {
        width: 280px !important;
        right: 0 !important;
    }

    .shoutbox-home #shoutbox .dvz-sb-emoji-grid {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}
.shoutbox-home #shoutbox .panel,
.shoutbox-home #shoutbox .panel form,
.shoutbox-home #shoutbox .dvz-sb-input-wrap {
    overflow: visible !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-box.active {
    display: block !important;
}
/* ===== FIX ULOZENIA INPUTA I PRZYCISKU EMOJI ===== */
.shoutbox-home #shoutbox .panel {
    margin-top: 0 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.shoutbox-home #shoutbox .panel form {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.shoutbox-home #shoutbox .dvz-sb-input-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
}

.shoutbox-home #shoutbox .panel input.text {
    width: 100% !important;
    height: 42px !important;
    display: block !important;
    box-sizing: border-box !important;
    padding: 0 52px 0 14px !important;
    margin: 0 !important;
}

.shoutbox-home #shoutbox .dvz-sb-emoji-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
}
/* ===== SHOUTBOX - poprawny układ: nick + tekst do daty ===== */
.shoutbox-home #shoutbox .entry {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.shoutbox-home #shoutbox .entry .avatar {
    flex: 0 0 34px !important;
}

.shoutbox-home #shoutbox .entry .user {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

.shoutbox-home #shoutbox .entry .text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.shoutbox-home #shoutbox .entry .info {
    flex: 0 0 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    text-align: right !important;
    white-space: nowrap !important;
    margin-left: auto !important;
}

.shoutbox-home #shoutbox .entry .info a,
.shoutbox-home #shoutbox .entry .info .date {
    display: inline-block !important;
    white-space: nowrap !important;
}
/* ===== TOP USER - AVATAR PRZY NICKU ===== */
.menu-avatar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-right: 8px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    background: rgba(255,255,255,0.04) !important;
    vertical-align: middle !important;
}

.menu-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* ===== NICK + STRZALKA ===== */
#show-hidden2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}

/* ===== DROPDOWN USERA ===== */
.login-form2.open2 {
    background: #0d0d0f !important;
    border: 1px solid rgba(255, 45, 45, 0.18) !important;
    border-radius: 4px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
    position: absolute !important;
    z-index: 555 !important;
}

/* ===== ZOLTY -> CZERWONY DOL ===== */
.login-form2.open2::after {
    content: "" !important;
    display: block !important;
    width: calc(100% - 28px) !important;
    height: 2px !important;
    margin: 16px auto 0 !important;
    background: linear-gradient(90deg, #8f1111 0%, #ff2a2a 50%, #8f1111 100%) !important;
    border-radius: 999px !important;
}

/* ===== GORA BOXA ===== */
.userbox-top {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 4px 0 14px 0 !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

.userbox-avatar {
    display: flex !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex: 0 0 46px !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    background: rgba(255,255,255,0.04) !important;
}

.userbox-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.userbox-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    min-width: 0 !important;
}

.przywitanie-kaya {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

.userbox-pw {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ff4d4d !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.userbox-pw:hover {
    color: #fff !important;
}

/* ===== LINKI W MENU ===== */
.login-form2.open2 a.x {
    display: block !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    transition: 0.2s ease !important;
}

.login-form2.open2 a.x:hover {
    color: #ff4d4d !important;
    padding-left: 6px !important;
}

/* ===== MCP / ACP ===== */
.login-form2.open2 a.xc,
.login-form2.open2 a.xe {
    display: block !important;
    color: #ff6b6b !important;
    text-decoration: none !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.login-form2.open2 a.xc:hover,
.login-form2.open2 a.xe:hover {
    color: #fff !important;
}
/* avatar przy nicku u góry */
.menu-avatar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-right: 8px;
    text-decoration: none;
}

.enmenu-img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
}

/* nick + strzałka */
.nick-topnav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    vertical-align: middle;
}

/* czerwony akcent zamiast żółtego */
.login-form2.open2 {
    border-bottom: 2px solid #b31313 !important;
}
.pm-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.pm-link i {
    color: #fff;
    transition: 0.2s ease;
}

.pm-link.has-unread i {
    color: #e01919 !important;
    text-shadow: 0 0 10px rgba(224, 25, 25, 0.45);
}
.stars-post-classic {
    margin-top: 6px;
    text-align: center;
}

.stars-post-classic img {
    width: 16px;
    height: auto;
    margin: 0 1px;
    vertical-align: middle;
}
.memberprofil-stars {
    margin-top: 6px;
}

.memberprofil-stars img {
    width: 16px;
    height: auto;
    margin: 0 1px;
    vertical-align: middle;
}
.memberprofil-rank-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.memberprofil-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
}

.memberprofil-star-img {
    width: 18px;
    height: auto;
    display: block;
}
/* ===== ELITACS LIKE BUTTON ===== */

.add_tyl_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 8px;
	background: linear-gradient(180deg, #ff3b3b 0%, #b80f18 100%);
	border: 1px solid rgba(255,255,255,.10);
	box-shadow: 0 8px 18px rgba(184,15,24,.28);
	text-decoration: none !important;
	transition: .18s ease;
	margin-left: 8px;
	vertical-align: middle;
}

.add_tyl_button:hover {
	transform: translateY(-1px);
	background: linear-gradient(180deg, #ff4d4d 0%, #c3141d 100%);
	box-shadow: 0 10px 22px rgba(184,15,24,.34);
}

.add_tyl_button .tyl_btn_inner,
.add_tyl_button span {
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .6px;
	text-transform: uppercase;
	line-height: 1;
}

/* sekcja przycisków pod postem */
.allbutons-post-classic {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

/* prawa strona - przyciski moderacyjne/odpowiedź */
.allbutons-post-classic .postbit_buttons.post_management_buttons {
	margin-left: auto;
	float: none !important;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

/* blok z listą polubień pod postem */
.tyllist,
.tyllist_classic {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(255,255,255,.03);
	border: 1px solid rgba(255,255,255,.06);
	color: #cfd8ff;
	font-size: 12px;
	line-height: 1.55;
}

.tyl_collapsible_summary {
	display: inline-block;
	margin-bottom: 6px;
	color: #ffffff;
	font-weight: 700;
}

.tyl_data_line {
	display: block;
	padding-left: 0 !important;
}

.tyllist a,
.tyllist_classic a {
	color: #7fd6ff !important;
	text-decoration: none;
	font-weight: 700;
}

.tyllist a:hover,
.tyllist_classic a:hover {
	color: #ffffff !important;
}

/* jeśli chcesz, żeby sam button był na samym końcu po prawej */
.add_tyl_button {
	order: 99;
}
.postbit_buttons .add_tyl_button,
.postbit_buttons .del_tyl_button,
.postbit_buttons .add_tyl_button span,
.postbit_buttons .del_tyl_button span,
a.add_tyl_button,
a.del_tyl_button,
a.add_tyl_button span,
a.del_tyl_button span {
	background-image: none !important;
}

.postbit_buttons .add_tyl_button span,
.postbit_buttons .del_tyl_button span,
a.add_tyl_button span,
a.del_tyl_button span {
	padding-left: 0 !important;
}
/* ===== ELITACS PREMIUM BUTTONS ===== */

.postbit_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.postbit_buttons a,
.postbit_buttons input,
.postbit_buttons button,
.postbit_buttons .add_tyl_button,
.postbit_buttons .del_tyl_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(18,24,38,.96) 0%, rgba(10,14,24,.98) 100%) !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 6px 16px rgba(0,0,0,.28);
	color: #eaf1ff !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .45px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: .18s ease;
	margin-left: 0 !important;
	position: relative;
	overflow: hidden;
}

/* cienki czerwony akcent u góry */
.postbit_buttons a::before,
.postbit_buttons input::before,
.postbit_buttons button::before,
.postbit_buttons .add_tyl_button::before,
.postbit_buttons .del_tyl_button::before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255,59,59,.0) 0%, rgba(255,59,59,.95) 50%, rgba(255,59,59,.0) 100%);
	opacity: .9;
}

/* hover */
.postbit_buttons a:hover,
.postbit_buttons input:hover,
.postbit_buttons button:hover,
.postbit_buttons .add_tyl_button:hover,
.postbit_buttons .del_tyl_button:hover {
	transform: translateY(-1px);
	background: linear-gradient(180deg, rgba(24,31,48,.98) 0%, rgba(12,17,28,1) 100%) !important;
	border-color: rgba(255,59,59,.22) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 10px 24px rgba(0,0,0,.34);
	color: #ffffff !important;
}

/* aktywny klik */
.postbit_buttons a:active,
.postbit_buttons input:active,
.postbit_buttons button:active,
.postbit_buttons .add_tyl_button:active,
.postbit_buttons .del_tyl_button:active {
	transform: translateY(0);
}

/* tekst */
.postbit_buttons a span,
.postbit_buttons .add_tyl_button span,
.postbit_buttons .del_tyl_button span {
	color: #eef3ff !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .45px;
	text-transform: uppercase;
	line-height: 1;
	background-image: none !important;
	padding-left: 0 !important;
}

/* usuń stare ikonki/sprite */
.postbit_buttons a::after,
.postbit_buttons .add_tyl_button::after,
.postbit_buttons .del_tyl_button::after,
.postbit_buttons a span::before,
.postbit_buttons a span::after,
.postbit_buttons .add_tyl_button span::before,
.postbit_buttons .add_tyl_button span::after,
.postbit_buttons .del_tyl_button span::before,
.postbit_buttons .del_tyl_button span::after {
	content: none !important;
	background-image: none !important;
}

/* like - lekko wyróżniony, ale nie odpustowy */
.postbit_buttons .add_tyl_button,
.postbit_buttons .del_tyl_button {
	border-color: rgba(255,59,59,.16) !important;
}

.postbit_buttons .add_tyl_button:hover,
.postbit_buttons .del_tyl_button:hover {
	border-color: rgba(255,59,59,.30) !important;
}

/* opcjonalnie: mniejsze przyciski na węższych miejscach */
@media (max-width: 768px) {
	.postbit_buttons {
		gap: 6px;
	}

	.postbit_buttons a,
	.postbit_buttons input,
	.postbit_buttons button,
	.postbit_buttons .add_tyl_button,
	.postbit_buttons .del_tyl_button {
		height: 32px;
		padding: 0 12px;
		border-radius: 9px;
		font-size: 10px;
	}
}
/* ===== ELITACS PREMIUM HOVER - DELIKATNE CZERWONE PODŚWIETLENIE ===== */

.postbit_buttons a:hover,
.postbit_buttons input:hover,
.postbit_buttons button:hover,
.postbit_buttons .add_tyl_button:hover,
.postbit_buttons .del_tyl_button:hover {
	transform: translateY(-1px);
	border-color: rgba(255,59,59,.35) !important;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.05),
		0 0 0 1px rgba(255,59,59,.12),
		0 0 10px rgba(255,59,59,.18),
		0 8px 20px rgba(0,0,0,.34) !important;
	color: #ffffff !important;
}

.postbit_buttons a:hover::before,
.postbit_buttons input:hover::before,
.postbit_buttons button:hover::before,
.postbit_buttons .add_tyl_button:hover::before,
.postbit_buttons .del_tyl_button:hover::before {
	background: linear-gradient(90deg, rgba(255,59,59,0) 0%, rgba(255,59,59,.92) 50%, rgba(255,59,59,0) 100%) !important;
	opacity: 1 !important;
}
/* ===== LUBIĘ TO NA KOŃCU PO PRAWEJ ===== */

.postbit_buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}


.postbit_buttons .add_tyl_button,
.postbit_buttons .del_tyl_button {
	margin-left:  auto !important;
}
/* ===== ELITACS LIKE ACHIEVEMENTS ===== */

.avatar-post-classic {
	position: relative;
	border-radius: 16px;
	padding: 4px;
	transition: .2s ease;
}

.avatar-post-classic img {
	display: block;
	border-radius: 12px;
}

/* badge */
.elitacs-like-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 10px;
	margin-top: 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .5px;
	text-transform: uppercase;
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

/* 10 */
.elitacs-frame-znany {
	background: linear-gradient(180deg, #8a909c 0%, #535965 100%);
	box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.28);
}
.elitacs-frame-znany-badge {
	background: linear-gradient(180deg, #8a909c 0%, #535965 100%);
	color: #fff;
}

/* 20 */
.elitacs-frame-mocny {
	background: linear-gradient(180deg, #2f6b45 0%, #183926 100%);
	box-shadow: 0 0 0 1px rgba(74,153,102,.20), 0 8px 18px rgba(0,0,0,.28);
}
.elitacs-frame-mocny-badge {
	background: linear-gradient(180deg, #2f6b45 0%, #183926 100%);
	color: #eafff0;
}

/* 50 */
.elitacs-frame-swojak {
	background: linear-gradient(180deg, #3f5f96 0%, #1f3152 100%);
	box-shadow: 0 0 0 1px rgba(96,145,230,.20), 0 8px 18px rgba(0,0,0,.28);
}
.elitacs-frame-swojak-badge {
	background: linear-gradient(180deg, #3f5f96 0%, #1f3152 100%);
	color: #eef4ff;
}

/* 100 */
.elitacs-frame-rozpoznawalny {
	background: linear-gradient(180deg, #6c4aa5 0%, #362253 100%);
	box-shadow: 0 0 0 1px rgba(163,121,235,.22), 0 8px 18px rgba(0,0,0,.28);
}
.elitacs-frame-rozpoznawalny-badge {
	background: linear-gradient(180deg, #6c4aa5 0%, #362253 100%);
	color: #f5edff;
}

/* 200 */
.elitacs-frame-elita {
	background: linear-gradient(180deg, #a32732 0%, #561118 100%);
	box-shadow: 0 0 0 1px rgba(255,80,80,.22), 0 10px 22px rgba(0,0,0,.30);
}
.elitacs-frame-elita-badge {
	background: linear-gradient(180deg, #a32732 0%, #561118 100%);
	color: #fff0f1;
}

/* 300 */
.elitacs-frame-wyjadacz {
	background: linear-gradient(180deg, #7c2437 0%, #3a1019 100%);
	box-shadow: 0 0 0 1px rgba(189,82,110,.22), 0 10px 22px rgba(0,0,0,.30);
}
.elitacs-frame-wyjadacz-badge {
	background: linear-gradient(180deg, #7c2437 0%, #3a1019 100%);
	color: #fff1f5;
}

/* 500 */
.elitacs-frame-legenda {
	background: linear-gradient(180deg, #c8a24a 0%, #6c5220 100%);
	box-shadow: 0 0 0 1px rgba(255,214,108,.28), 0 10px 24px rgba(0,0,0,.32);
}
.elitacs-frame-legenda-badge {
	background: linear-gradient(180deg, #c8a24a 0%, #6c5220 100%);
	color: #fff8e7;
}

/* 750 */
.elitacs-frame-ikona {
	background:
		linear-gradient(180deg, #d5b15d 0%, #7b5a1f 100%);
	box-shadow:
		0 0 0 1px rgba(255,220,128,.32),
		0 0 14px rgba(255,72,72,.18),
		0 12px 26px rgba(0,0,0,.34);
}
.elitacs-frame-ikona-badge {
	background: linear-gradient(180deg, #d5b15d 0%, #7b5a1f 100%);
	color: #fff8e8;
}

/* lepsze ułożenie napisu */
.rang-nick-post-classic .elitacs-like-badge {
	margin-left: auto;
	margin-right: auto;
	max-width: max-content;
}

/* ===== ELITACS PREMIUM AVATAR BADGE ===== */

.post-classic-left {
	text-align: center;
}

.avatar-post-classic {
	position: relative;
	display: inline-block;
	padding: 4px;
	border-radius: 999px;
	margin: 0 auto 18px auto;
}

.avatar-post-classic img {
	display: block;
	border-radius: 999px !important;
	position: relative;
	z-index: 1;
}

/* badge przyklejony do avatara */
.rang-nick-post-classic {
	position: relative;
	margin-top: -6px;
	z-index: 3;
}

.elitacs-like-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .7px;
	text-transform: uppercase;
	line-height: 1;
	color: #f4f7ff;
	border: 1px solid rgba(255,255,255,.08);
	background: linear-gradient(180deg, rgba(16,20,30,.96) 0%, rgba(8,10,18,.98) 100%);
	box-shadow:
		0 8px 18px rgba(0,0,0,.32),
		inset 0 1px 0 rgba(255,255,255,.04);
	max-width: 132px;
	margin: 0 auto 8px auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* napis rangi zwykłej */
.rang-post-classic {
	display: block;
	margin-bottom: 6px;
}

/* gwiazdki niżej */
.rank-stars-post-classic {
	margin-top: 6px;
}

/* ===== PREMIUM RAMKI ===== */

/* 10 */
.elitacs-frame-znany {
	background: linear-gradient(180deg, #7f8691 0%, #434952 100%);
	box-shadow:
		0 0 0 1px rgba(255,255,255,.07),
		0 10px 24px rgba(0,0,0,.30);
}
.elitacs-frame-znany-badge {
	border-color: rgba(160,168,180,.20);
	box-shadow:
		0 8px 18px rgba(0,0,0,.32),
		0 0 0 1px rgba(160,168,180,.08),
		inset 0 1px 0 rgba(255,255,255,.04);
}

/* 20 */
.elitacs-frame-mocny {
	background: linear-gradient(180deg, #24543a 0%, #11281c 100%);
	box-shadow:
		0 0 0 1px rgba(79,168,114,.16),
		0 10px 24px rgba(0,0,0,.30);
}
.elitacs-frame-mocny-badge {
	border-color: rgba(79,168,114,.22);
	box-shadow:
		0 8px 18px rgba(0,0,0,.32),
		0 0 0 1px rgba(79,168,114,.10),
		inset 0 1px 0 rgba(255,255,255,.04);
}

/* 50 */
.elitacs-frame-swojak {
	background: linear-gradient(180deg, #34598e 0%, #182b47 100%);
	box-shadow:
		0 0 0 1px rgba(102,160,255,.16),
		0 10px 24px rgba(0,0,0,.30);
}
.elitacs-frame-swojak-badge {
	border-color: rgba(102,160,255,.22);
	box-shadow:
		0 8px 18px rgba(0,0,0,.32),
		0 0 0 1px rgba(102,160,255,.10),
		inset 0 1px 0 rgba(255,255,255,.04);
}

/* 100 */
.elitacs-frame-rozpoznawalny {
	background: linear-gradient(180deg, #68449b 0%, #2c1b46 100%);
	box-shadow:
		0 0 0 1px rgba(177,121,255,.18),
		0 10px 24px rgba(0,0,0,.30);
}
.elitacs-frame-rozpoznawalny-badge {
	border-color: rgba(177,121,255,.24);
	box-shadow:
		0 8px 18px rgba(0,0,0,.32),
		0 0 0 1px rgba(177,121,255,.10),
		inset 0 1px 0 rgba(255,255,255,.04);
}

/* 200 */
.elitacs-frame-elita {
	background: linear-gradient(180deg, #8e2430 0%, #431016 100%);
	box-shadow:
		0 0 0 1px rgba(255,86,86,.18),
		0 10px 24px rgba(0,0,0,.32);
}
.elitacs-frame-elita-badge {
	border-color: rgba(255,86,86,.24);
	box-shadow:
		0 8px 18px rgba(0,0,0,.32),
		0 0 0 1px rgba(255,86,86,.10),
		inset 0 1px 0 rgba(255,255,255,.04);
}

/* 300 */
.elitacs-frame-wyjadacz {
	background: linear-gradient(180deg, #6c2130 0%, #321017 100%);
	box-shadow:
		0 0 0 1px rgba(191,86,120,.18),
		0 10px 24px rgba(0,0,0,.32);
}
.elitacs-frame-wyjadacz-badge {
	border-color: rgba(191,86,120,.24);
	box-shadow:
		0 8px 18px rgba(0,0,0,.32),
		0 0 0 1px rgba(191,86,120,.10),
		inset 0 1px 0 rgba(255,255,255,.04);
}

/* 500 */
.elitacs-frame-legenda {
	background: linear-gradient(180deg, #b8923f 0%, #5b4317 100%);
	box-shadow:
		0 0 0 1px rgba(255,216,120,.22),
		0 10px 24px rgba(0,0,0,.34);
}
.elitacs-frame-legenda-badge {
	border-color: rgba(255,216,120,.28);
	box-shadow:
		0 8px 18px rgba(0,0,0,.34),
		0 0 0 1px rgba(255,216,120,.12),
		inset 0 1px 0 rgba(255,255,255,.04);
}

/* 750 */
.elitacs-frame-ikona {
	background: linear-gradient(180deg, #d1ad58 0%, #6c4f18 100%);
	box-shadow:
		0 0 0 1px rgba(255,220,128,.26),
		0 0 14px rgba(255,62,62,.10),
		0 12px 26px rgba(0,0,0,.34);
}
.elitacs-frame-ikona-badge {
	border-color: rgba(255,220,128,.30);
	box-shadow:
		0 8px 18px rgba(0,0,0,.34),
		0 0 0 1px rgba(255,220,128,.14),
		inset 0 1px 0 rgba(255,255,255,.04);
}
/* ===== DOPIESZCZENIE BADGE I RAMKI ===== */

.avatar-post-classic {
	margin: 0 auto 12px auto !important;
}

.elitacs-like-badge {
	min-height: 20px !important;
	padding: 0 9px !important;
	font-size: 8px !important;
	letter-spacing: .8px !important;
	margin: 0 auto 6px auto !important;
}

.avatar-post-classic.elitacs-frame-znany,
.avatar-post-classic.elitacs-frame-mocny,
.avatar-post-classic.elitacs-frame-swojak,
.avatar-post-classic.elitacs-frame-rozpoznawalny,
.avatar-post-classic.elitacs-frame-elita,
.avatar-post-classic.elitacs-frame-wyjadacz,
.avatar-post-classic.elitacs-frame-legenda,
.avatar-post-classic.elitacs-frame-ikona {
	padding: 3px !important;
}