* {
  font-family: "Lato", sans-serif;
}
body{
  background-color: #111110;
}
.kc-sbc-wrap {
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background-color: #111110;
}

.kc-sbc-btn {
  background-color: #EBBA48;
  padding: 10px 16px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;

}

.kc-sbc-wrap a {
  /* color: white; */
  text-decoration: none;
}

.kc-sbc-wrap a.kc-sbc-hits-vote-link {
  color: #EBBA48;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
}

.kc-sbc-wrap a.kc-sbc-hits-vote-link svg {
  fill: #EBBA48;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.kc-sbc-hit-link {
  color: #EBBA48 !important;
  display: block;

  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.kc-sbc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px
}

.kc-sbc-header--title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kc-sbc-header--title-main {
  display: flex;
  align-items: center;
  gap: 20px;
}

.kc-sbc-header--edition-logo {
  display: inline-flex;
  align-items: center;
  max-height: 72px;
}

.kc-sbc-header--edition-logo img {
  display: block;
  max-height: 72px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .kc-sbc-header {
    flex-direction: column;
    gap: 16px;
  }

  .kc-sbc-header--title-main {
    gap: 12px;
    flex-wrap: wrap;
  }

  .kc-sbc-header--edition-logo,
  .kc-sbc-header--edition-logo img {
    max-height: 52px;
    max-width: 140px;
  }
}

.kc-sbc-title {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;

}

.kc-sbc-sub {
  font-size: 14px;
  line-height: 17px;
  color: #A3A3A3;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
}

.kc-sbc-sub--value {
  color: white;
}

.kc-sbc-help {
  border: 1px solid #EBBA48;
  background: #EBBA48;
  color: white;
  padding: 10px 16px;
  font-weight: bold;
  cursor: pointer;

  display: flex;
  align-items: center;
  transition: all 0.2s;

  font-size: 16px;
  line-height: 16px;
}
.kc-sbc-help svg{
width: 18px;
height: 18px;
flex: 0 0 18px;
}
.kc-sbc-help:hover {
  background: rgba(235, 186, 72, 0.28);
}

.kc-sbc-help-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.kc-sbc-help-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.kc-sbc-help-modal-dialog {
  position: relative;
  width: min(920px, calc(100vw - 40px));
  margin: 120px auto;
  background: #2e2209;
  border: 1px solid #ebba48;
  color: #fff;
  padding: 32px;
  max-height: calc(100vh - 180px);
  overflow: auto;
}

.kc-sbc-help-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #ebba48;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.kc-sbc-help-modal-head {
  margin-bottom: 20px;
}

.kc-sbc-help-modal-title {
  text-align: center;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 500;
}

.kc-sbc-help-modal-content {
  text-align: center;
  font-size: 34px;
  line-height: 1.35;
}

.kc-sbc-help-modal-content p {
  margin: 0 0 20px;
}

@media (max-width: 900px) {
  .kc-sbc-help-modal-dialog {
    margin: 80px auto;
    padding: 24px 18px;
    max-height: calc(100vh - 110px);
  }

  .kc-sbc-help-modal-title {
    font-size: 34px;
  }

  .kc-sbc-help-modal-content {
    font-size: 22px;
  }
}

.kc-sbc-grid-box {
  display: flex;
  gap: 30px;

}

.kc-sbc-grid-box .left-col {
  flex: 1;
  min-width: 1px;

}

.kc-sbc-grid-box .right-col {
  flex: 0 0 430px;
  padding-left: 30px;
  border-left: 1px solid #272727;
}

.kc-sbc-top-grid {
  /* display: grid;
  grid-template-columns: 1.6fr 1fr; */
  /* gap: 14px; */
  margin-bottom: 50px;
  padding-bottom: 50px;
  /* padding-bottom: 25px; */
  border-bottom: 1px solid #272727;
}

.kc-sbc-bottom-grid {
  /* display: grid;
  grid-template-columns: 2fr 1fr; */
  /* gap: 14px */
}

.kc-sbc-top-grid .left-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.kc-sbc-card {}

.kc-sbc-card-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: white;
  margin-bottom: 25px;
}

.kc-sbc-progress {
  margin-bottom: 12px
}

.kc-sbc-progress-bar {
  height: 7px;
  background: #3d331b;
  
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #3d331b;
}
.kc-sbc-progress-fill {
  height: 100%;
  position: relative;

  /* stały kafelek (px) => 100% bezszwowe zapętlenie */
  --kc-sbc-tile: 180px;

  background-image: repeating-linear-gradient(
    90deg,
    #EBBA48 0px,
    #B2892C calc(var(--kc-sbc-tile) * 0.25),
    #D3A231 calc(var(--kc-sbc-tile) * 0.50),
    /* #966900 calc(var(--kc-sbc-tile) * 0.75), */
    #EBBA48 var(--kc-sbc-tile)
  );

  background-size: var(--kc-sbc-tile) 100%;
  background-position: 0 0;

  animation: kcSbcProgressFlow 3.2s linear infinite;
  will-change: background-position;
}

@keyframes kcSbcProgressFlow {
  from { background-position: 0 0; }
  to   { background-position: calc(var(--kc-sbc-tile) * -1) 0; }
}

@media (prefers-reduced-motion: reduce) {
  .kc-sbc-progress-fill { animation: none; }
}

.kc-sbc-progress-meta {
  margin-top: 8px;
  font-weight: 800;
  opacity: .9
}

.kc-sbc-reward-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.kc-sbc-reward {
  position: relative
}

.kc-sbc-reward-box {
  border: 1px solid #000000;

  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;

  align-items: center;
  justify-content: center;
  background: url("img/product-background.png") center/cover no-repeat;
  overflow: hidden;

  position: relative;

}

.kc-sbc-reward-box--content {
  padding: 15px 20px;
  position: relative;
}

.kc-sbc-reward.is-locked {
  /* opacity: .65 */
}

.kc-sbc-reward.is-dim {
  opacity: .25
}

.kc-sbc-reward-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 999px;
  padding: 4px 8px
}

.kc-sbc-reward-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;


  width: 100%;
  aspect-ratio: 300/280;

}

.kc-sbc-reward-img img {
  max-width: 50%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.kc-sbc-reward-img-ph {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.kc-sbc-reward-locked-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.70);
  pointer-events: none
}

.kc-sbc-reward-lock-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url("img/lock-padlock.svg") center/contain no-repeat
}

.kc-sbc-reward-locked-label {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #EBBA48;
  max-width: 70%;
  text-transform: uppercase;


}

.kc-sbc-reward-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: white;


}

.kc-sbc-reward-value {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #EBBA48;

  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 8px;
}

.kc-sbc-reward-value--val {
  font-weight: bold;
}

.kc-sbc-reward-desc {
  font-size: 13px;

  color: #A8A8A8;
}

.kc-sbc-lock {
  margin-top: 8px;
  font-size: 12px;
  color: #d8a93f
}

.kc-sbc-live {
  font-size: 12px;
  font-weight: 800;
  color: #f3c76d;
  margin-left: 8px
}

.kc-sbc-hit-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kc-sbc-hits-block {
  margin-bottom: 35px
}
.kc-sbc-hits-block--sell-top{
  margin-bottom: 25px;
}
.kc-sbc-hits-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #A3A3A3;

}

.kc-sbc-hits-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.kc-sbc-hits-vote-link {
  font-size: 12px;
  color: #EBBA48;
  text-decoration: none;
  white-space: nowrap;
}

.kc-sbc-hits-vote-link:hover {
  text-decoration: underline;
}

.kc-sbc-hit-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  /* margin-bottom: 8px; */
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0;
 
  cursor: pointer;
}

.kc-sbc-hit-row:hover {
  background: rgba(235, 186, 72, .08);
}

.kc-sbc-hit-row:focus-visible {
  outline: 1px solid #EBBA48;
  outline-offset: 1px;
}

.kc-sbc-hit-main {
  margin-right: auto;
}

.kc-sbc-hit-img {
  width: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
}

.kc-sbc-hit-img img {
  width: 100%;
  height: auto;
  object-fit: contain;

}

.kc-sbc-hit-ph {
  width: 36px;
  height: 50px;
  border-radius: 0px;
  background: #111;
  border: 1px dashed #EBBA48;
}

.kc-sbc-hit-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
}

.kc-sbc-hit-desc {
  font-size: 14px;
  line-height: 17px;
  color: #A8A8A8;
  margin-top: 2px;
}

.kc-sbc-hit-who {
  font-size: 12px;
  opacity: .8;
  margin-top: 2px
}

.kc-sbc-hit-votes-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.kc-sbc-hit-votes {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #EBBA48;
  min-width: 34px;

  position: relative;

  overflow: hidden;
  background: transparent linear-gradient(90deg, #342500 0%, #111110 100%) 0% 0% no-repeat padding-box;
  padding: 3px 6px;
}

.kc-sbc-hit-votes::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #EBBA48 0%, #111110 100%);

  /* maska = zostaje tylko "ramka" */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.kc-sbc-hit-votes-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.kc-sbc-hits-foot {
  opacity: .7;
  font-size: 12px;
  margin-top: 8px
}

.kc-sbc-hit-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.kc-sbc-hit-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.kc-sbc-hit-modal-dialog {
  position: relative;
  width: min(720px, calc(100% - 24px));
  margin: 24px auto;
  background: linear-gradient(180deg, #342500 0%, #111110 100%);
  border: 1px solid #EBBA48;
  padding: 12px;
}

.kc-sbc-hit-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 0;
  background: transparent;
  color: #EBBA48;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.kc-sbc-hit-modal-body {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 16px;
  align-items: start;
}

.kc-sbc-hit-modal-media {
  min-height: 220px;
}

.kc-sbc-hit-modal-media img {
  width: 100%;
  height: auto;
  display: block;
}

.kc-sbc-hit-modal-media .kc-sbc-hit-ph {
  width: 100%;
  height: 220px;
}

.kc-sbc-hit-modal-title {
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}

.kc-sbc-hit-modal-desc,
.kc-sbc-hit-modal-who {
  font-size: 30px;
  line-height: 1.2;
  color: #dfdfdf;
}

.kc-sbc-hit-modal-votes {
  display: inline-block;
  margin-top: 14px;
  background: #EBBA48;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  padding: 8px 16px;
}

.kc-sbc-hit-modal-vote-link {
  display: inline-flex;
  margin-top: 18px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .kc-sbc-hit-modal-body {
    grid-template-columns: 1fr;
  }

  .kc-sbc-hit-modal-title {
    font-size: 28px;
  }

  .kc-sbc-hit-modal-desc,
  .kc-sbc-hit-modal-who,
  .kc-sbc-hit-modal-votes,
  .kc-sbc-hit-modal-vote-link {
    font-size: 20px;
  }
}

/* ODLICZANIE */

.kc-sbc-count-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px
}

.kc-sbc-count-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;

  position: relative;
  padding: 17px;
  text-align: center;
  overflow: hidden;
  background: transparent linear-gradient(0deg, #342500 0%, #111110 100%) 0% 0% no-repeat padding-box;

}

.kc-sbc-count-icon {
  height: 37px;
  width: 37px;
  object-fit: contain;
}


.kc-sbc-count-card-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(0deg, #EBBA48 0%, #111110 100%);

  /* maska = zostaje tylko "ramka" */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.kc-sbc-count-card {
  position: relative;
  z-index: 1;
}



.kc-sbc-count-time {
  font-weight: 500;
  color: #EBBA48;
  font-size: 19px;
  line-height: 23px;
}

.kc-sbc-count-label {

  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  margin-top: 3px;
  color: white;

}

/* --------------------------------- */

/* RANKING */

.kc-sbc-rank-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;

}

.kc-sbc-rank-card {

  padding: 25px;
  overflow: hidden;
  background: transparent linear-gradient(180deg, #342500 0%, #111110 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.kc-sbc-rank-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(180deg, #EBBA48 0%, #111110 100%);

  /* maska = zostaje tylko "ramka" */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}



.kc-sbc-rank-title {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0;
}

.kc-sbc-rank-title-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kc-sbc-rank-subtitle {
  color: #A3A3A3;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.kc-sbc-rank-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
}
.kc-sbc-rank-table{
  display: flex;
    flex-direction: column;
    gap: 10px;
}
.kc-sbc-rank-icon {
  height: 44px;
  width: 44px;
  object-fit: contain;
}
.kc-sbc-rank-card-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.kc-sbc-rank-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 0;

}

.kc-sbc-rank-row:last-child {
  border-bottom: none
}

.kc-sbc-rank-pos {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #FFFFFF;
}

.kc-sbc-rank-pos-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.kc-sbc-rank-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #FFFFFF;
}

.kc-sbc-rank-score {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #FFFFFF;
}

.kc-sbc-yourpos {
  font-size: 13px;
  line-height: 16px;
  color: #EBBA48;
  font-weight: 400;

}
.kc-sbc-login-link{
  display: inline-block;
   font-size: 13px;
    line-height: 16px;
    color: #EBBA48;
    font-weight: 400;
}
.kc-sbc-rank-more {
  
    font-size: 13px;
    line-height: 16px;
    color: #EBBA48;
    background: transparent;
    padding: 0px;
    outline: none;
    cursor: pointer;
    border: 0px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 400;
}
.kc-sbc-rank-more svg{
      fill: #EBBA48;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    object-fit: contain;
        transform: rotate(90deg);
}


.kc-sbc-rank-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.kc-sbc-rank-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}

.kc-sbc-rank-modal-dialog {
  position: relative;
  width: min(760px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  margin: 24px auto;
  background: #111110;
  border: 1px solid #EBBA48;
  padding: 24px;
}

.kc-sbc-rank-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.kc-sbc-rank-modal-source-title {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 4px;
}

.kc-sbc-rank-modal-source-subtitle {
  color: #A3A3A3;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 16px;
}

.kc-sbc-empty {
  opacity: .7;
  font-size: 12px;
  padding: 10px
}

.kc-sbc-final-box {
  padding: 15px;
  position: relative;
  background: transparent linear-gradient(90deg, #342500 0%, #111110 100%) 0% 0% no-repeat padding-box;
}

.kc-sbc-final-box:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, #EBBA48 0%, #111110 100%);

  /* maska = zostaje tylko "ramka" */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.kc-sbc-final-time {
  font-size: 23px;
  line-height: 28px;
  font-weight: 500;
  color: #EBBA48;

}

.kc-sbc-final-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}

.kc-sbc-final-sub {
  font-size: 13px;
  line-height: 16px;
  color: white;
  font-style: italic;
  color: white;
  margin-top: 3px;
  font-weight: 400;
}

.kc-sbc-final-btn {
  /* display: inline-block;
  margin-top: 10px;
  background: #f3c76d;
  color: #1b1b1b;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 900 */
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 77, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 77, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 77, 0, 0);
  }
}

.kc-sbc-final-live-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kc-sbc-final-live-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

.kc-sbc-final-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.kc-sbc-final-link {
  min-height: 78px;
  padding: 10px 12px;
  border: 1px solid #2E2E2E;
  background: #272727;
  color: #606060 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .2s ease;
}

.kc-sbc-final-link.is-active {
  background: #342D1B;
  border-color: #5D4A1A;
  color: #EBBA48 !important;
}

.kc-sbc-final-link.is-disabled {
  cursor: default;
  pointer-events: none;
}

.kc-sbc-final-link:not(.is-disabled):hover {
  border-color: #8A7131;
}

.kc-sbc-final-link-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.kc-sbc-final-link-logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .kc-sbc-final-live-title {
    font-size: 24px;
    line-height: 30px;
  }

  .kc-sbc-final-link {
    min-height: 56px;
    padding: 8px 10px;
  }
}

@media (max-width: 768px) {
  .kc-sbc-final-live-grid {
    grid-template-columns: 1fr;
  }

  .kc-sbc-final-link {
    min-height: 50px;
  }

  .kc-sbc-final-live-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.kc-sbc-final-list-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.kc-sbc-final-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.kc-sbc-final-list ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: final-list-item;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kc-sbc-final-list li {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding-left: 36px;

  display: flex;
  align-items: center;
  position: relative;

}

.kc-sbc-final-list li::before {
  counter-increment: final-list-item;
  content: "#" counter(final-list-item);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* width: 28px; */
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
}

@media(max-width: 1200px) {
  .kc-sbc-final-list li {
    font-size: 24px;
    line-height: 30px;
    min-height: 22px;
  }

  .kc-sbc-final-list li::before {
    font-size: 21px;
    line-height: 26px;
  }
}

@media(max-width: 768px) {
  .kc-sbc-final-list li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 30px;
    min-height: 20px;
  }

  .kc-sbc-final-list li::before {
    width: 24px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media(max-width:1100px) {

  .kc-sbc-top-grid,
  .kc-sbc-bottom-grid {
    grid-template-columns: 1fr
  }

  .kc-sbc-count-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .kc-sbc-rank-grid {
    grid-template-columns: 1fr
  }

  .kc-sbc-reward-grid {
    grid-template-columns: 1fr
  }
}


/* Reward progress per karta (segmentowy) */
.kc-sbc-reward-progress {
  margin-bottom: 10px;
}



.kc-sbc-reward-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 12px;
  opacity: .85;
  font-weight: 700;
}

.kc-sbc-reward-progress-range {
  color: #A3A3A3;
}

.kc-sbc-reward-progress-pct {
  color: #f3c76d;
}
