.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: 20px;
}

.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 .avatar {
    display: none !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 .avatar {
    display: none !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;
