/* =========================================================
   TOP NAVBAR PRINCIPAL
   ========================================================= */

.sd-topnav-shell{
  width: 100%;
  margin-left: -1rem;
  height: 40px;
  min-height: 40px;
  background: #151a1c;
  position: fixed;
  top: 0;
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,.10);
  box-sizing: border-box;
  overflow: visible;
}

.sd-topnav-left{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 5rem;
  min-width: 0;
}

.sd-topnav-right{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 10px;
}

/* =========================================================
   ICONO DE PÁGINA ACTUAL
   ========================================================= */

.sd-topnav-current-page-icon{
  width: 27px;
  height: 27px;
  object-fit: contain;
  margin-left: 2rem;
  margin-right: .4rem;
  flex: 0 0 auto;
}

/* =========================================================
   PILLS DE TABS
   ========================================================= */

.sd-topnav-pill{
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;

  background: transparent;
  color: #eaeaea;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 4px 14px rgba(0,0,0,.18);

  transform: translateY(0);
  transition:
    background .18s ease,
    color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;

  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  outline: none;
}

.sd-topnav-pill:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.20);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}

.sd-topnav-pill.is-active{
  background: transparent;
  color: #5FFF92;
  border-color: #5FFF92;
  box-shadow:
    0 0 0 1px rgba(95,255,146,.25) inset,
    0 8px 22px rgba(0,0,0,.28);
  transform: translateY(-1px);
}

.sd-topnav-pill.is-active:hover{
  box-shadow:
    0 0 0 1px rgba(95,255,146,.45) inset,
    0 10px 26px rgba(0,0,0,.32);
}

.sd-topnav-tab-label{
  display: inline-block;
  line-height: 1;
}

/* =========================================================
   BOTONES ICONO DERECHA
   ========================================================= */

.sd-topnav-iconbtn{
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  position: relative;
  overflow: visible;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: transparent;
  box-shadow: 0 4px 14px rgba(0,0,0,.16);

  cursor: pointer;
  transition:
    background .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.sd-topnav-iconbtn:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.20);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}

.sd-topnav-iconimg{
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.sd-topnav-iconbtn > img,
.sd-topnav-iconbtn .sd-topnav-iconimg{
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  object-fit: contain;
  display: block;
}

.sd-topnav-notif-badge{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 9px;
  min-width: 9px;
  height: 9px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #30d158;
  color: transparent;
  border: 1.5px solid rgba(10,14,24,.92);
  box-shadow: 0 0 0 1px rgba(255,255,255,.32), 0 0 9px rgba(48,209,88,.62);
  font-size: 0;
  line-height: 1;
  font-weight: 800;
  pointer-events: none;
  box-sizing: border-box;
}

/* =========================================================
   PERFIL / AVATAR
   ========================================================= */

.sd-topnav-profile-menu{
  margin-left: 4px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sd-topnav-profile-menu .dropdown-menu{
  min-width: 178px;
  padding: 8px;
  margin-top: 10px;
  background:
    radial-gradient(circle at top right, rgba(95,255,146,.12), transparent 42%),
    linear-gradient(180deg, rgba(31,36,40,.98) 0%, rgba(17,22,25,.98) 100%);
  border: 1px solid rgba(95,255,146,.20);
  border-radius: 12px;
  box-shadow:
    0 18px 42px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.05);
  overflow: hidden;
}

.sd-topnav-profile-menu .dropdown-divider{
  margin: 7px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.sd-topnav-profile-toggle{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: auto !important;
  height: 30px !important;
  min-width: 0 !important;
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  border-radius: 999px !important;
}

.sd-topnav-profile-toggle::after{
  display: none !important;
}

.sd-topnav-profile-pill{
  height: 30px;
  max-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px 0 4px;
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 4px 14px rgba(0,0,0,.16);
  box-sizing: border-box;
  transition:
    background .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease,
    color .18s ease;
}

.sd-topnav-profile-toggle:hover .sd-topnav-profile-pill,
.sd-topnav-profile-menu.show .sd-topnav-profile-pill{
  color: #ffffff;
  background: rgba(255,255,255,.075);
  border-color: rgba(95,255,146,.42);
  box-shadow:
    0 6px 18px rgba(0,0,0,.22),
    0 0 14px rgba(95,255,146,.08);
  transform: translateY(-1px);
}

.sd-topnav-avatar{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  cursor: pointer;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .18s ease, filter .18s ease;
}

.sd-topnav-profile-name{
  min-width: 0;
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.sd-topnav-profile-toggle:hover .sd-topnav-avatar,
.sd-topnav-profile-menu.show .sd-topnav-avatar{
  filter:
    drop-shadow(0 4px 10px rgba(0,0,0,.28))
    drop-shadow(0 0 7px rgba(95,255,146,.22));
}

.sd-topnav-dropdown-header{
  padding: 12px 8px 10px;
  text-align: center;
}

.sd-topnav-dropdown-avatar-wrap{
  width: 58px;
  height: 58px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 30%, rgba(95,255,146,.18), transparent 56%),
    rgba(255,255,255,.04);
  border: 1px solid rgba(95,255,146,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.sd-topnav-dropdown-avatar{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}

.sd-topnav-dropdown-username{
  text-align: center;
  padding: 0;
  color: #f4fff8;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  word-break: break-word;
}

.sd-topnav-dropdown-subtitle{
  margin-top: 3px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.sd-topnav-logout-wrap{
  padding: 0;
}

.sd-topnav-logout-link{
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  color: rgba(255,255,255,.82);
  text-decoration: none !important;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.07);
  font-size: 12px;
  font-weight: 800;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.sd-topnav-logout-link:hover{
  color: #ffffff;
  background: rgba(255,86,86,.12);
  border-color: rgba(255,120,120,.28);
}

.sd-topnav-logout-img{
  width: 17px;
  height: 17px;
  object-fit: contain;
  display: block;
  opacity: .9;
}

.sd-topnav-dropdown-item{
  min-height: 34px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px !important;
  border-radius: 8px;
  color: rgba(255,255,255,.84) !important;
  background: transparent !important;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  transition: background .18s ease, color .18s ease;
}

.sd-topnav-dropdown-item:hover,
.sd-topnav-dropdown-item:focus{
  color: #ffffff !important;
  background: rgba(95,255,146,.10) !important;
}

.sd-topnav-dropdown-item--danger:hover,
.sd-topnav-dropdown-item--danger:focus{
  background: rgba(255,86,86,.12) !important;
}

.sd-topnav-dropdown-item-icon{
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  opacity: .9;
}

/* =========================================================
   VENTANA NOTIFICACIONES
   ========================================================= */

.sd-topnav-notifications-window{
  display: none;
  position: absolute;
  top: 46px;
  right: 18px;
  width: min(440px, calc(100vw - 24px));
  max-height: min(72vh, 620px);
  background:
    radial-gradient(circle at top right, rgba(95,255,146,.12), transparent 36%),
    linear-gradient(180deg, rgba(18,23,26,.98) 0%, rgba(8,12,14,.98) 100%);
  color: white;
  z-index: 1000;
  box-shadow:
    0 24px 60px rgba(0,0,0,.52),
    inset 0 1px 0 rgba(255,255,255,.05);
  padding: 14px;
  overflow-y: auto;
  transition: opacity .2s ease, transform .2s ease;
  border: 1px solid rgba(95,255,146,.16);
  border-radius: 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.18) transparent;
}

.sd-topnav-notifications-window::-webkit-scrollbar{
  width: 8px;
}

.sd-topnav-notifications-window::-webkit-scrollbar-track{
  background: transparent;
}

.sd-topnav-notifications-window::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.16);
  border-radius: 999px;
}

.sd-topnav-notifications-title{
  position: sticky;
  top: -14px;
  z-index: 2;
  margin: -14px -14px 12px;
  padding: 14px 14px 12px;
  color: #f4fff8;
  background:
    linear-gradient(180deg, rgba(18,23,26,.98) 0%, rgba(18,23,26,.94) 72%, rgba(18,23,26,0) 100%);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
}

#notificaciones-content > div:not(.sd-change-panel):not(.sd-change-card):not(.sd-change-empty-state){
  display: none !important;
}

.sd-change-card{
  padding: 11px 11px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045) 0%, rgba(255,255,255,.018) 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 10px 22px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.035);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.sd-change-card:hover{
  transform: translateY(-1px);
  border-color: rgba(95,255,146,.28);
  background:
    radial-gradient(circle at top left, rgba(95,255,146,.07), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.024) 100%);
}

.sd-change-card-header{
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: center;
}

.sd-change-team-shield-wrap{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}

.sd-change-team-shield{
  width: 32px;
  height: 32px;
  object-fit: cover;
  display: block;
  border-radius: 999px;
  clip-path: circle(50% at 50% 50%);
  background: rgba(255,255,255,.08);
  filter: drop-shadow(0 3px 7px rgba(0,0,0,.26));
}

.sd-change-team-shield-fallback{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #5FFF92;
  background:
    radial-gradient(circle at 50% 30%, rgba(95,255,146,.14), transparent 58%),
    rgba(255,255,255,.045);
  border: 1px solid rgba(95,255,146,.26);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.sd-change-main-text{
  min-width: 0;
}

.sd-change-teams-line{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.sd-change-team-name{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f5f7f6;
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 900;
}

.sd-change-team-name--local{
  text-align: right;
}

.sd-change-team-name--visitor{
  text-align: left;
}

.sd-change-vs{
  color: rgba(255,255,255,.52);
  font-size: 9.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.sd-change-meta-row{
  min-width: 0;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.sd-change-meta-icons{
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
}

.sd-change-meta-icon{
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}

.sd-change-meta-text{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255,255,255,.56);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

.sd-change-chip-list{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.sd-change-chip{
  min-height: 26px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.sd-change-chip--date{
  border-color: rgba(255,198,41,.28);
  background: rgba(255,198,41,.08);
}

.sd-change-chip--time{
  border-color: rgba(92,184,255,.30);
  background: rgba(92,184,255,.08);
}

.sd-change-chip--field{
  border-color: rgba(95,255,146,.30);
  background: rgba(95,255,146,.075);
}

.sd-change-chip-label{
  color: #ffffff;
}

.sd-change-chip-old{
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255,255,255,.56);
}

.sd-change-chip-arrow{
  color: rgba(255,255,255,.42);
}

.sd-change-chip-new{
  max-width: 136px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f4fff8;
}

.sd-change-empty-state{
  padding: 18px 14px;
  border-radius: 12px;
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.sd-change-panel{
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.sd-change-panel-head{
  position: sticky;
  top: -14px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin: -14px -14px 2px;
  padding: 15px 14px 18px;
  background:
    linear-gradient(180deg, rgba(18,23,26,.98) 0%, rgba(18,23,26,.95) 76%, rgba(18,23,26,0) 100%);
}

.sd-change-panel-title{
  color: #f4fff8;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 900;
}

.sd-change-filter-row{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.sd-change-filter-pill{
  appearance: none;
  -webkit-appearance: none;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}

.sd-change-filter-pill.is-active,
.sd-change-filter-pill--all.is-active{
  color: #5fff92;
  background: rgba(95,255,146,.12);
  border-color: rgba(95,255,146,.42);
}

.sd-change-filter-pill:not(.is-disabled):hover{
  color: #ffffff;
  background: rgba(255,255,255,.085);
  border-color: rgba(255,255,255,.18);
}

.sd-change-filter-pill.is-disabled,
.sd-change-filter-pill:disabled{
  opacity: .42;
  cursor: not-allowed;
}

.sd-change-filter-count{
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 10px;
  font-weight: 900;
}

.sd-change-filter-pill.is-active .sd-change-filter-count{
  color: #06140d;
  background: #5fff92;
  border-color: rgba(95,255,146,.75);
}

.sd-change-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sd-topnav-notifications-window .sd-change-card{
  position: relative;
  margin-bottom: 0;
  padding: 34px 12px 12px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at top left, rgba(95,255,146,.055), transparent 48%),
    linear-gradient(180deg, rgba(21,28,32,.94) 0%, rgba(12,17,20,.96) 100%);
  border: 1px solid rgba(255,255,255,.11);
}

.sd-topnav-notifications-window .sd-change-card--date,
.sd-topnav-notifications-window .sd-change-card--date-time{
  border-color: rgba(255,198,41,.22);
}

.sd-topnav-notifications-window .sd-change-card--time{
  border-color: rgba(92,184,255,.20);
}

.sd-topnav-notifications-window .sd-change-card--field{
  border-color: rgba(95,255,146,.22);
}

.sd-change-kind-chip{
  position: absolute;
  top: 8px;
  left: 10px;
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 9.5px;
  line-height: 1;
  font-weight: 900;
}

.sd-change-kind-chip--date,
.sd-change-kind-chip--date-time{
  color: #ffdf73;
  background: rgba(255,198,41,.12);
  border-color: rgba(255,198,41,.28);
}

.sd-change-kind-chip--time{
  color: #9bd9ff;
  background: rgba(92,184,255,.12);
  border-color: rgba(92,184,255,.28);
}

.sd-change-kind-chip--field{
  color: #84ffad;
  background: rgba(95,255,146,.10);
  border-color: rgba(95,255,146,.28);
}

.sd-topnav-notifications-window .sd-change-card-header{
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 12px;
}

.sd-topnav-notifications-window .sd-change-team-shield-wrap{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  border-color: rgba(255,255,255,.14);
}

.sd-topnav-notifications-window .sd-change-team-shield{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  clip-path: circle(50% at 50% 50%);
}

.sd-topnav-notifications-window .sd-change-team-shield-fallback{
  width: 36px;
  height: 36px;
}

.sd-topnav-notifications-window .sd-change-team-name{
  font-size: 12px;
}

.sd-topnav-notifications-window .sd-change-vs{
  min-width: 24px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.58);
  font-size: 9px;
}

.sd-topnav-notifications-window .sd-change-meta-row{
  margin-top: 7px;
}

.sd-change-table{
  margin-top: 12px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(4,8,10,.34);
  border: 1px solid rgba(255,255,255,.055);
}

.sd-change-table-head,
.sd-change-table-row{
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.sd-change-table-head{
  padding: 7px 10px 4px;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
}

.sd-change-table-row{
  min-height: 30px;
  padding: 6px 10px;
  border-top: 1px solid rgba(255,255,255,.045);
  background: rgba(255,255,255,.018);
}

.sd-change-table-label{
  color: rgba(255,255,255,.72);
  font-size: 10.5px;
  font-weight: 900;
}

.sd-change-table-heading{
  color: rgba(255,255,255,.46);
  text-align: center;
  font-size: 9px;
  font-weight: 900;
}

.sd-change-table-heading--new{
  color: rgba(95,255,146,.78);
}

.sd-change-table-old,
.sd-change-table-new{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 10.5px;
  line-height: 1.15;
  font-weight: 900;
}

.sd-change-table-old{
  color: rgba(255,255,255,.48);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.sd-change-table-new{
  color: #5fff92;
}

.sd-change-table-arrow{
  color: rgba(255,255,255,.42);
  text-align: center;
  font-size: 10px;
  font-weight: 900;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px){
  .sd-topnav-left{
    gap: 6px;
  }

  .sd-topnav-pill{
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 768px){
  .sd-topnav-shell{
    padding: 0 6px;
  }

  .sd-topnav-left{
    margin-left: 3.8rem;
    gap: 5px;
  }

  .sd-topnav-current-page-icon{
    width: 24px;
    height: 24px;
    margin-left: 1rem;
    margin-right: .3rem;
  }

  .sd-topnav-pill{
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }

  .sd-topnav-iconbtn{
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .sd-topnav-avatar{
    width: 22px;
    height: 22px;
  }

  .sd-topnav-profile-name{
    max-width: 68px;
  }

  .sd-topnav-notifications-window{
    width: calc(100vw - 20px);
    right: 10px;
    max-height: 70vh;
    padding: 12px;
  }

  .sd-topnav-notifications-title{
    top: -12px;
    margin: -12px -12px 10px;
    padding: 12px 12px 10px;
  }

  .sd-change-card-header{
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 7px;
  }

  .sd-change-team-shield-wrap{
    width: 34px;
    height: 34px;
  }

  .sd-change-team-shield{
    width: 28px;
    height: 28px;
  }

  .sd-change-team-shield-fallback{
    width: 26px;
    height: 26px;
    font-size: 9px;
  }

  .sd-change-team-name{
    font-size: 11px;
  }

  .sd-change-chip-old,
  .sd-change-chip-new{
    max-width: 92px;
  }
}
