.sliderGallery--liveDrops {
  position: relative;
  margin-top: 28px;
  margin-bottom: 24px;
  padding: 1rem;
  border-radius: 18px;
  background: #090507 !important;
}

.sliderGallery--liveDrops .djw-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.sliderGallery--liveDrops .djw-card {
  background: linear-gradient(180deg, hsla(0, 30%, 8%, 0.85) 0%, hsla(0, 0%, 4%, 0.95) 100%);
  border: 1px solid hsla(0, 60%, 25%, 0.4);
  border-radius: 14px;
  padding: 1.2rem;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 hsla(20, 80%, 50%, 0.1),
    0 0 0 1px hsla(0, 0%, 0%, 0.5),
    0 20px 40px -20px hsla(0, 80%, 30%, 0.4);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.sliderGallery--liveDrops .djw-card:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.sliderGallery--liveDrops .djw-card:nth-child(3) {
  display: flex;
  flex-direction: column;
}

.sliderGallery--liveDrops .djw-card:nth-child(2) .djw-total-card {
  margin-top: auto;
  margin-bottom: 0;
}

.sliderGallery--liveDrops .djw-card:nth-child(2) .djw-card-head {
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
}

.sliderGallery--liveDrops .djw-history-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid hsla(16, 68%, 28%, 0.4);
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, hsla(22, 94%, 58%, 0.12) 0%, transparent 40%),
    linear-gradient(180deg, hsla(0, 28%, 10%, 0.92) 0%, hsla(250, 26%, 8%, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 hsla(45, 90%, 70%, 0.08),
    0 16px 28px -24px hsla(0, 0%, 0%, 0.95);
}

.sliderGallery--liveDrops .djw-history-copy {
  min-width: 0;
}

.sliderGallery--liveDrops .djw-history-label {
  color: hsl(45, 82%, 72%);
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sliderGallery--liveDrops .djw-history-status {
  margin-top: 0.18rem;
  color: hsl(0, 0%, 62%);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sliderGallery--liveDrops .djw-history-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

.sliderGallery--liveDrops .djw-history-picker {
  position: relative;
}

.sliderGallery--liveDrops .djw-history-trigger {
  min-width: 176px;
  height: 40px;
  padding: 0 0.9rem 0 1rem;
  border: 1px solid hsla(257, 34%, 24%, 0.82);
  border-radius: 11px;
  background:
    radial-gradient(circle at top center, hsla(255, 85%, 68%, 0.08) 0%, transparent 48%),
    linear-gradient(180deg, hsla(248, 36%, 10%, 0.96) 0%, hsla(245, 32%, 7%, 0.98) 100%);
  color: hsl(0, 0%, 88%);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 hsla(255, 100%, 100%, 0.05),
    0 12px 22px -16px hsla(0, 0%, 0%, 0.9);
}

.sliderGallery--liveDrops .djw-history-trigger:hover,
.sliderGallery--liveDrops .djw-history-trigger[aria-expanded="true"] {
  border-color: hsla(24, 100%, 58%, 0.9);
  box-shadow:
    inset 0 1px 0 hsla(45, 100%, 82%, 0.12),
    0 0 0 1px hsla(24, 100%, 58%, 0.18),
    0 0 22px hsla(24, 100%, 50%, 0.12);
}

.sliderGallery--liveDrops .djw-history-trigger:focus {
  outline: none;
  border-color: hsla(24, 100%, 58%, 0.9);
  box-shadow:
    0 0 0 1px hsla(24, 100%, 58%, 0.22),
    0 0 22px hsla(24, 100%, 50%, 0.12);
}

.sliderGallery--liveDrops .djw-history-triggerText {
  line-height: 1;
}

.sliderGallery--liveDrops .djw-history-triggerIcon {
  color: hsl(45, 82%, 72%);
  font-size: 0.95rem;
  line-height: 1;
}

.sliderGallery--liveDrops .djw-calendar-popover {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  z-index: 25;
  width: 320px;
}

.sliderGallery--liveDrops .djw-calendar-popover[hidden] {
  display: none;
}

.sliderGallery--liveDrops .djw-calendar-shell {
  position: relative;
  padding: 1rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(28, 16, 36, 0.94) 0%, rgba(18, 12, 27, 0.98) 100%);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.sliderGallery--liveDrops .djw-calendar-shell::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(233, 30, 99, 0.08));
  border-radius: 50%;
  transform: translate(-84px, -96px);
}

.sliderGallery--liveDrops .djw-calendar-shell::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(33, 144, 255, 0.08), rgba(49, 255, 56, 0.06));
  border-radius: 50%;
  right: -52px;
  bottom: -68px;
}

.sliderGallery--liveDrops .djw-calendar-header,
.sliderGallery--liveDrops .djw-calendar-weekdays,
.sliderGallery--liveDrops .djw-calendar-grid {
  position: relative;
  z-index: 1;
}

.sliderGallery--liveDrops .djw-calendar-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.sliderGallery--liveDrops .djw-calendar-nav {
  width: 40px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 235, 242, 0.95));
  color: #1a1622;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 18px -14px rgba(255, 255, 255, 0.7);
}

.sliderGallery--liveDrops .djw-calendar-title {
  color: #fff7ea;
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 0 0 12px rgba(255, 184, 84, 0.12);
}

.sliderGallery--liveDrops .djw-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.3rem;
  margin-bottom: 0.45rem;
}

.sliderGallery--liveDrops .djw-calendar-weekday {
  padding: 0.45rem 0.1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #15121b;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.sliderGallery--liveDrops .djw-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: 38px;
  gap: 0.3rem;
}

.sliderGallery--liveDrops .djw-calendar-day {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(74, 56, 118, 0.18);
  color: #f6f0ff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  justify-self: stretch;
  align-self: stretch;
  appearance: none;
  -webkit-appearance: none;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sliderGallery--liveDrops .djw-calendar-day:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  box-shadow: 0 10px 18px -14px rgba(255, 255, 255, 0.45);
}

.sliderGallery--liveDrops .djw-calendar-day.is-today,
.sliderGallery--liveDrops .djw-calendar-day.is-selected {
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  text-shadow: none;
}

.sliderGallery--liveDrops .djw-calendar-day.is-selected {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px -14px rgba(255, 255, 255, 0.8);
}

.sliderGallery--liveDrops .djw-calendar-day.is-muted {
  opacity: 0.14;
  pointer-events: none;
  background: transparent;
}

.sliderGallery--liveDrops .djw-history-today {
  height: 40px;
  padding: 0 0.95rem;
  border: 1px solid hsla(22, 96%, 58%, 0.76);
  border-radius: 11px;
  background:
    radial-gradient(circle at top center, hsla(34, 100%, 68%, 0.24) 0%, transparent 58%),
    linear-gradient(180deg, hsl(12, 72%, 24%) 0%, hsl(7, 76%, 18%) 100%);
  color: hsl(45, 100%, 86%);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow:
    inset 0 1px 0 hsla(45, 100%, 82%, 0.24),
    inset 0 0 38px hsla(18, 95%, 42%, 0.16),
    0 18px 32px -18px hsla(14, 92%, 35%, 0.7);
}

.sliderGallery--liveDrops .djw-history-today:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 hsla(45, 100%, 82%, 0.28),
    inset 0 0 42px hsla(18, 95%, 42%, 0.2),
    0 18px 32px -16px hsla(14, 92%, 35%, 0.88);
}

.sliderGallery--liveDrops .djw-card:hover {
  border-color: hsla(20, 80%, 45%, 0.6);
  box-shadow:
    inset 0 1px 0 hsla(20, 80%, 50%, 0.2),
    0 0 0 1px hsla(0, 0%, 0%, 0.5),
    0 20px 50px -20px hsla(20, 90%, 40%, 0.5);
}

.sliderGallery--liveDrops .djw-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, hsla(20, 90%, 50%, 0.6), hsla(45, 90%, 55%, 0.4), transparent);
}

.sliderGallery--liveDrops .djw-card-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid hsla(0, 50%, 20%, 0.4);
}

.djw-page-actions {
  position: absolute;
  top: 150px;
  right: 84px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  margin: 0;
  pointer-events: auto;
}

.djw-page-actions .djw-card-action {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.djw-page-actions .djw-card-action:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 12px hsla(24, 100%, 58%, 0.28));
}

.djw-page-actions .djw-card-action img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.sliderGallery--liveDrops .djw-card-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
  padding-top: 0.1rem;
}

.sliderGallery--liveDrops .djw-card-actions--totals {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.sliderGallery--liveDrops .djw-total-switch {
  min-width: 72px;
  height: 30px;
  padding: 0 0.72rem;
  border: 1px solid hsla(252, 34%, 24%, 0.82);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, hsla(255, 85%, 68%, 0.08) 0%, transparent 46%),
    linear-gradient(180deg, hsla(248, 36%, 10%, 0.96) 0%, hsla(245, 32%, 7%, 0.98) 100%);
  color: hsl(0, 0%, 79%);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow:
    inset 0 1px 0 hsla(255, 100%, 100%, 0.05),
    0 12px 22px -16px hsla(0, 0%, 0%, 0.9);
}

.sliderGallery--liveDrops .djw-total-switch:hover {
  color: hsl(45, 96%, 76%);
  border-color: hsla(28, 84%, 46%, 0.72);
  transform: translateY(-1px);
}

.sliderGallery--liveDrops .djw-total-switch.is-active {
  background:
    radial-gradient(circle at top center, hsla(34, 100%, 68%, 0.24) 0%, transparent 58%),
    linear-gradient(180deg, hsl(12, 72%, 24%) 0%, hsl(7, 76%, 18%) 100%);
  border-color: hsla(22, 96%, 58%, 0.9);
  color: hsl(45, 100%, 86%);
  box-shadow:
    inset 0 1px 0 hsla(45, 100%, 82%, 0.24),
    inset 0 0 28px hsla(18, 95%, 42%, 0.18),
    0 16px 28px -18px hsla(14, 92%, 35%, 0.72);
}

.sliderGallery--liveDrops .djw-card-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, hsl(0, 60%, 20%), hsl(20, 70%, 25%));
  border: 1px solid hsla(20, 80%, 45%, 0.5);
  color: hsl(45, 90%, 60%);
  box-shadow: 0 0 20px hsla(20, 100%, 40%, 0.3);
  font-size: 1.05rem;
  line-height: 1;
}

.sliderGallery--liveDrops .djw-card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.sliderGallery--liveDrops .djw-card-icon--allitems {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.sliderGallery--liveDrops .djw-card-icon--allitems img {
  width: 72px;
  height: 72px;
  max-width: none;
  max-height: none;
}

#liveDropsBoard.djw-grid .djw-card-head .djw-card-icon {
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  flex: 0 0 38px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#liveDropsBoard.djw-grid .djw-card-head .djw-card-icon--allitems {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  flex: 0 0 96px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

#liveDropsBoard.djw-grid .djw-card-head .djw-card-icon--allitems img {
  width: 96px !important;
  height: 44px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  transform: translateX(-14px) !important;
}

#liveDropsBoard.djw-grid .djw-card:first-child .djw-card-head > div:last-child {
  transform: translateX(-22px);
}

#liveDropsBoard.djw-grid .djw-card-head .djw-card-icon--topfarm {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  flex: 0 0 60px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

#liveDropsBoard.djw-grid .djw-card-head .djw-card-icon--topfarm img {
  width: 60px !important;
  height: 46px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

#liveDropsBoard.djw-grid .djw-card-head .djw-card-icon--totals {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  flex: 0 0 60px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

#liveDropsBoard.djw-grid .djw-card-head .djw-card-icon--totals img {
  width: 60px !important;
  height: 46px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

.sliderGallery--liveDrops .djw-card-title {
  font-family: "Cinzel", serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: hsl(45, 80%, 70%);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.04;
}

.sliderGallery--liveDrops .djw-card-sub {
  font-size: 0.66rem;
  color: hsl(0, 0%, 50%);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 2px;
}

.sliderGallery--liveDrops .djw-empty {
  padding: 0.85rem 0;
  color: hsl(0, 0%, 60%);
  font-size: 0.85rem;
}

.sliderGallery--liveDrops .djw-feed {
  max-height: 440px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-right: 0.25rem;
}

.sliderGallery--liveDrops .djw-feed::-webkit-scrollbar {
  width: 6px;
}

.sliderGallery--liveDrops .djw-feed::-webkit-scrollbar-track {
  background: hsl(0, 0%, 5%);
  border-radius: 3px;
}

.sliderGallery--liveDrops .djw-feed::-webkit-scrollbar-thumb {
  background: hsl(0, 50%, 25%);
  border-radius: 3px;
}

.sliderGallery--liveDrops .djw-feed-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  background: hsla(0, 0%, 5%, 0.5);
  border: 1px solid hsla(0, 30%, 15%, 0.5);
  transition: all 0.25s ease;
}

.sliderGallery--liveDrops .djw-feed-row--new {
  animation: djw-feed-teleport-in 1s cubic-bezier(0.18, 0.82, 0.2, 1);
  box-shadow:
    0 0 0 1px hsla(35, 96%, 62%, 0.16),
    0 12px 26px -18px hsla(18, 95%, 48%, 0.52);
}

.sliderGallery--liveDrops .djw-feed-row:hover {
  background: hsla(20, 60%, 10%, 0.6);
  border-color: hsla(20, 70%, 35%, 0.5);
  box-shadow: 0 0 18px hsla(20, 80%, 40%, 0.25);
  transform: translateX(2px);
}

.sliderGallery--liveDrops .djw-feed-time {
  font-size: 0.68rem;
  color: hsl(0, 0%, 40%);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.sliderGallery--liveDrops .djw-feed-player {
  font-size: 0.82rem;
  color: hsl(190, 90%, 65%);
  font-weight: 600;
  text-shadow: 0 0 10px hsla(190, 90%, 50%, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sliderGallery--liveDrops .djw-feed-player.has-class-color {
  color: var(--djw-player-class-color);
  text-shadow: 0 0 10px var(--djw-player-class-color);
}

.sliderGallery--liveDrops .djw-feed-item {
  font-size: 0.78rem;
  color: hsl(40, 90%, 60%);
  font-weight: 600;
  text-shadow: 0 0 8px hsla(40, 90%, 50%, 0.4);
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#liveDropsBoard.djw-grid .djw-cat-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.5rem !important;
  margin-bottom: 1rem !important;
  padding: 0.1rem 0 0.05rem !important;
}

#liveDropsBoard.djw-grid .djw-cat-tab {
  min-height: 2rem;
  padding: 0.62rem 0.72rem;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 50% 0%, hsla(255, 85%, 68%, 0.08) 0%, transparent 46%),
    linear-gradient(180deg, hsla(248, 36%, 10%, 0.96) 0%, hsla(245, 32%, 7%, 0.98) 100%);
  border: 1px solid hsla(252, 34%, 24%, 0.82);
  border-radius: 10px;
  color: hsl(0, 0%, 79%);
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-align: center;
  line-height: 1.15;
  box-shadow:
    inset 0 1px 0 hsla(255, 100%, 100%, 0.05),
    inset 0 -12px 22px hsla(240, 50%, 4%, 0.3),
    0 12px 22px -16px hsla(0, 0%, 0%, 0.9);
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
}

#liveDropsBoard.djw-grid .djw-cat-badge {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

#liveDropsBoard.djw-grid .djw-cat-badgeImg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 6px hsla(45, 95%, 70%, 0.22));
}

#liveDropsBoard.djw-grid .djw-cat-tab[data-category-key="socket"] .djw-cat-badge,
#liveDropsBoard.djw-grid .djw-cat-tab[data-category-key="wings"] .djw-cat-badge,
#liveDropsBoard.djw-grid .djw-cat-tab[data-category-key="excellent"] .djw-cat-badge {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

#liveDropsBoard.djw-grid .djw-cat-tab[data-category-key="socket"] .djw-cat-badgeImg,
#liveDropsBoard.djw-grid .djw-cat-tab[data-category-key="wings"] .djw-cat-badgeImg,
#liveDropsBoard.djw-grid .djw-cat-tab[data-category-key="excellent"] .djw-cat-badgeImg {
  width: 16px;
  height: 16px;
  transform: scale(2.7);
  transform-origin: center;
}

#liveDropsBoard.djw-grid .djw-cat-text {
  min-width: 0;
  white-space: nowrap;
}

#liveDropsBoard.djw-grid .djw-cat-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, hsla(255, 100%, 100%, 0.05), transparent 42%),
    linear-gradient(90deg, transparent, hsla(255, 100%, 100%, 0.03), transparent);
  pointer-events: none;
  opacity: 0.78;
}

#liveDropsBoard.djw-grid .djw-cat-tab::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, hsla(255, 88%, 78%, 0.18), transparent);
  pointer-events: none;
}

.sliderGallery--liveDrops .djw-cat-tab::before {
  display: none;
}

.sliderGallery--liveDrops .djw-cat-tab:hover {
  color: hsl(45, 96%, 76%);
  border-color: hsla(28, 84%, 46%, 0.72);
  background:
    radial-gradient(circle at 50% 0%, hsla(24, 100%, 64%, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, hsla(6, 56%, 14%, 0.96) 0%, hsla(12, 52%, 10%, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 hsla(45, 95%, 72%, 0.18),
    inset 0 0 30px hsla(15, 85%, 42%, 0.15),
    0 16px 28px -18px hsla(16, 90%, 30%, 0.88),
    0 0 0 1px hsla(20, 90%, 55%, 0.14);
  transform: translateY(-2px);
}

.sliderGallery--liveDrops .djw-cat-tab[data-active="true"] {
  background:
    radial-gradient(circle at top center, hsla(34, 100%, 68%, 0.24) 0%, transparent 58%),
    linear-gradient(180deg, hsl(12, 72%, 24%) 0%, hsl(7, 76%, 18%) 100%);
  border-color: hsla(22, 96%, 58%, 0.9);
  color: hsl(45, 100%, 86%);
  box-shadow:
    inset 0 1px 0 hsla(45, 100%, 82%, 0.24),
    inset 0 0 38px hsla(18, 95%, 42%, 0.22),
    0 18px 32px -18px hsla(14, 92%, 35%, 0.95),
    0 0 24px hsla(18, 96%, 42%, 0.24);
}


.sliderGallery--liveDrops .djw-podium {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.95rem;
  animation: djw-fade-in 0.35s ease;
}

.sliderGallery--liveDrops .djw-podium-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.74rem 0.92rem;
  border-radius: 14px;
  background: hsla(0, 0%, 5%, 0.6);
  border: 1px solid hsla(0, 30%, 15%, 0.5);
  transition: all 0.25s ease;
  box-shadow:
    inset 0 1px 0 hsla(0, 0%, 100%, 0.03),
    0 12px 28px -20px hsla(0, 0%, 0%, 0.95);
  position: relative;
  overflow: hidden;
}

.sliderGallery--liveDrops .djw-podium-row:hover {
  transform: translateX(3px);
}

.sliderGallery--liveDrops .djw-podium-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, hsla(255, 78%, 70%, 0.55), hsla(255, 78%, 40%, 0));
  opacity: 0.4;
}

.sliderGallery--liveDrops .djw-podium-rank {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 0.9rem;
  width: 38px;
  min-width: 38px;
  height: 38px;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, hsl(0, 0%, 14%), hsl(0, 0%, 9%));
  color: hsl(0, 0%, 86%);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  box-shadow:
    inset 0 1px 0 hsla(0, 0%, 100%, 0.08),
    0 10px 18px -14px hsla(0, 0%, 0%, 0.95);
}

.sliderGallery--liveDrops .djw-podium-name {
  font-size: 0.98rem;
  color: hsl(0, 0%, 88%);
  font-weight: 700;
}

.sliderGallery--liveDrops .djw-podium-count {
  font-size: 1.15rem;
  font-weight: 800;
  color: hsl(45, 90%, 65%);
  text-shadow: 0 0 12px hsla(45, 90%, 50%, 0.5);
  font-variant-numeric: tabular-nums;
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="1"] {
  min-height: 68px;
  padding: 14px 18px;
  background: linear-gradient(90deg, hsla(45, 70%, 12%, 0.7), hsla(0, 0%, 5%, 0.6));
  border-color: hsla(45, 90%, 50%, 0.55);
  box-shadow: inset 0 1px 0 hsla(45, 90%, 50%, 0.2), 0 0 22px hsla(45, 90%, 40%, 0.3);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="1"]::before {
  background: linear-gradient(180deg, hsla(45, 100%, 70%, 0.9), hsla(45, 100%, 40%, 0));
  opacity: 0.95;
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="1"] .djw-podium-rank {
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  text-shadow: none;
}

.sliderGallery--liveDrops .djw-podium-rank--1 {
  background: linear-gradient(135deg, hsl(47, 100%, 62%), hsl(13, 88%, 51%));
  color: hsl(20, 100%, 14%);
}

.sliderGallery--liveDrops .djw-podium-rank--art {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.sliderGallery--liveDrops .djw-podium-rank--art .rank-icon {
  width: 116px;
  height: 116px;
  object-fit: contain;
  display: block;
  max-width: none;
  max-height: none;
  margin: -6px;
  filter: drop-shadow(0 4px 10px hsla(18, 94%, 44%, 0.32));
}

.sliderGallery--liveDrops .djw-podium-rank--art-1 .rank-icon {
  margin-left: -10px;
}

.sliderGallery--liveDrops .djw-podium-rank--2 {
  background: linear-gradient(135deg, hsl(0, 0%, 86%), hsl(0, 0%, 60%));
  color: hsl(0, 0%, 14%);
  border-color: hsla(0, 0%, 100%, 0.32);
}

.sliderGallery--liveDrops .djw-podium-rank--3 {
  background: linear-gradient(135deg, hsl(28, 82%, 58%), hsl(14, 65%, 32%));
  color: hsl(0, 0%, 10%);
  border-color: hsla(25, 100%, 76%, 0.3);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="1"] .djw-podium-name {
  color: hsl(45, 95%, 78%);
  text-shadow: 0 0 10px hsla(45, 90%, 50%, 0.5);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="1"] .djw-podium-count {
  font-size: 1.15rem;
  color: hsl(45, 100%, 65%);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="2"] {
  background: linear-gradient(90deg, hsla(0, 0%, 18%, 0.6), hsla(0, 0%, 5%, 0.6));
  border-color: hsla(0, 0%, 55%, 0.4);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="2"]::before {
  background: linear-gradient(180deg, hsla(0, 0%, 92%, 0.78), hsla(0, 0%, 60%, 0));
  opacity: 0.8;
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="2"] .djw-podium-rank {
  background: linear-gradient(135deg, hsl(0, 0%, 75%), hsl(0, 0%, 55%));
  color: hsl(0, 0%, 5%);
  border-color: hsl(0, 0%, 85%);
  box-shadow: 0 0 12px hsla(0, 0%, 70%, 0.5);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="2"] .djw-podium-name {
  color: hsl(0, 0%, 92%);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="3"] {
  background: linear-gradient(90deg, hsla(25, 50%, 14%, 0.6), hsla(0, 0%, 5%, 0.6));
  border-color: hsla(25, 70%, 40%, 0.4);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="3"]::before {
  background: linear-gradient(180deg, hsla(25, 100%, 70%, 0.82), hsla(25, 100%, 46%, 0));
  opacity: 0.88;
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="3"] .djw-podium-rank {
  background: linear-gradient(135deg, hsl(25, 80%, 50%), hsl(15, 70%, 35%));
  color: hsl(0, 0%, 5%);
  border-color: hsl(25, 90%, 60%);
  box-shadow: 0 0 12px hsla(25, 80%, 45%, 0.5);
}

.sliderGallery--liveDrops .djw-podium-row[data-rank="3"] .djw-podium-name {
  color: hsl(25, 80%, 72%);
}

.sliderGallery--liveDrops .djw-total-card {
  margin-top: 0.1rem;
  margin-bottom: 0;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background:
    radial-gradient(ellipse at top left, hsla(20, 80%, 25%, 0.46), transparent 70%),
    radial-gradient(circle at 82% 50%, hsla(35, 100%, 64%, 0.08) 0%, transparent 22%),
    linear-gradient(180deg, hsla(0, 50%, 8%, 0.85), hsla(0, 0%, 4%, 0.9));
  border: 1px solid hsla(20, 80%, 40%, 0.5);
  box-shadow:
    inset 0 1px 0 hsla(45, 90%, 50%, 0.15),
    0 0 22px hsla(20, 90%, 35%, 0.25),
    0 18px 36px -24px hsla(0, 0%, 0%, 0.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  animation: djw-fade-in 0.35s ease;
}

.sliderGallery--liveDrops .djw-total-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, hsla(45, 90%, 55%, 0.08), transparent);
  background-size: 200% 100%;
  animation: djw-total-shine 4s ease-in-out infinite;
  pointer-events: none;
}

.sliderGallery--liveDrops .djw-total-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(0, 0%, 65%);
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 0 18px hsla(20, 90%, 45%, 0.08);
}

.sliderGallery--liveDrops .djw-total-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsl(20, 95%, 55%);
  box-shadow: 0 0 10px hsl(20, 95%, 55%), 0 0 20px hsla(20, 95%, 55%, 0.6);
  animation: djw-total-pulse 1.6s ease-in-out infinite;
  flex: 0 0 auto;
}

.sliderGallery--liveDrops .djw-total-value {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, hsl(45, 100%, 70%), hsl(20, 95%, 55%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 24px hsla(45, 90%, 50%, 0.42);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.sliderGallery--liveDrops .djw-slots-title {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: hsl(0, 0%, 45%);
  margin-bottom: 0.7rem;
  border-top: 1px dashed hsla(0, 40%, 18%, 0.6);
  padding-top: 0.95rem;
}

.sliderGallery--liveDrops .djw-slots-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 92px));
  gap: 0.55rem;
  align-content: start;
  justify-content: center;
}

.sliderGallery--liveDrops .djw-slot {
  aspect-ratio: 1 / 1;
  min-height: 76px;
  border-radius: 8px;
  background: radial-gradient(circle at 30% 20%, hsl(0, 0%, 12%), hsl(0, 0%, 4%));
  border: 1px solid hsla(20, 60%, 25%, 0.5);
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow:
    inset 0 2px 4px hsla(0, 0%, 0%, 0.6),
    inset 0 -1px 2px hsla(20, 60%, 30%, 0.2);
}

.sliderGallery--liveDrops .djw-slot:hover {
  transform: scale(1.08);
  border-color: hsl(20, 90%, 50%);
  box-shadow:
    inset 0 2px 4px hsla(0, 0%, 0%, 0.4),
    0 0 16px hsla(20, 90%, 45%, 0.6);
  z-index: 5;
}

.sliderGallery--liveDrops .djw-slot[data-type="jewel"] {
  border-color: hsla(280, 60%, 35%, 0.5);
}

.sliderGallery--liveDrops .djw-slot[data-type="jewel"]:hover {
  border-color: hsl(280, 90%, 60%);
  box-shadow:
    inset 0 2px 4px hsla(0, 0%, 0%, 0.4),
    0 0 16px hsla(280, 90%, 50%, 0.6);
}

.sliderGallery--liveDrops .djw-slot-icon {
  font-size: 1.35rem;
  font-weight: 700;
  filter: drop-shadow(0 0 6px hsla(20, 90%, 50%, 0.6));
}

.sliderGallery--liveDrops .djw-slot[data-type="jewel"] .djw-slot-icon {
  filter: drop-shadow(0 0 6px hsla(280, 90%, 60%, 0.7));
}

.sliderGallery--liveDrops .djw-slot-tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: hsl(0, 0%, 6%);
  border: 1px solid hsla(20, 70%, 40%, 0.6);
  color: hsl(45, 90%, 70%);
  font-size: 0.68rem;
  padding: 0.3rem 0.5rem;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  box-shadow: 0 6px 20px hsla(0, 0%, 0%, 0.6);
  z-index: 10;
}

.sliderGallery--liveDrops .djw-slot:hover .djw-slot-tooltip {
  opacity: 1;
}

.sliderGallery--liveDrops .djw-board {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
  justify-content: space-between;
}

.sliderGallery--liveDrops .djw-board-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  min-height: 64px;
  padding: 0.78rem 0.92rem;
  border-radius: 10px;
  background: hsla(0, 0%, 5%, 0.6);
  border: 1px solid hsla(0, 30%, 15%, 0.5);
  transition: all 0.3s ease;
  position: relative;
}

.sliderGallery--liveDrops .djw-board-row--detail {
  align-items: start;
}

.sliderGallery--liveDrops .djw-board-meta {
  min-width: 0;
}

.sliderGallery--liveDrops .djw-board-row:hover {
  transform: translateX(3px);
  background: hsla(20, 50%, 10%, 0.6);
}

.sliderGallery--liveDrops .djw-board-rank {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 0.85rem;
  background: hsl(0, 0%, 8%);
  color: hsl(0, 0%, 60%);
  border: 1px solid hsl(0, 30%, 20%);
}

.sliderGallery--liveDrops .djw-board-rank--art {
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  display: block;
}

.sliderGallery--liveDrops .djw-board-row .djw-board-rank--art,
.sliderGallery--liveDrops .djw-board-row[data-rank="1"] .djw-board-rank--art,
.sliderGallery--liveDrops .djw-board-row[data-rank="2"] .djw-board-rank--art,
.sliderGallery--liveDrops .djw-board-row[data-rank="3"] .djw-board-rank--art,
.sliderGallery--liveDrops .djw-board-row[data-rank="4"] .djw-board-rank--art,
.sliderGallery--liveDrops .djw-board-row[data-rank="5"] .djw-board-rank--art {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.sliderGallery--liveDrops .djw-board-rank--art .board-rank-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
  max-width: none;
  max-height: none;
  margin: -5px;
  filter: drop-shadow(0 4px 10px hsla(18, 94%, 44%, 0.28));
}

.sliderGallery--liveDrops .djw-board-name {
  font-size: 0.88rem;
  color: hsl(0, 0%, 85%);
  font-weight: 600;
}

.sliderGallery--liveDrops .djw-board-breakdown {
  display: block;
  margin-top: 0.28rem;
  color: hsl(0, 0%, 62%);
  font-size: 0.68rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.sliderGallery--liveDrops .djw-board-count {
  font-size: 1rem;
  font-weight: 700;
  color: hsl(45, 90%, 65%);
  text-shadow: 0 0 12px hsla(45, 90%, 50%, 0.5);
  font-variant-numeric: tabular-nums;
}

.sliderGallery--liveDrops .djw-board-row[data-rank="1"] {
  background: linear-gradient(90deg, hsla(45, 70%, 12%, 0.7), hsla(0, 0%, 5%, 0.6));
  border-color: hsla(45, 90%, 50%, 0.5);
  box-shadow: inset 0 1px 0 hsla(45, 90%, 50%, 0.2), 0 0 25px hsla(45, 90%, 40%, 0.3);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="1"] .djw-board-rank {
  background: linear-gradient(135deg, hsl(45, 90%, 55%), hsl(35, 90%, 45%));
  color: hsl(0, 0%, 5%);
  border-color: hsl(45, 100%, 70%);
  box-shadow: 0 0 18px hsla(45, 90%, 50%, 0.7);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="1"] .djw-board-name {
  color: hsl(45, 95%, 75%);
  text-shadow: 0 0 10px hsla(45, 90%, 50%, 0.5);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="1"] .djw-board-count {
  font-size: 1.15rem;
  color: hsl(45, 100%, 65%);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="2"] {
  background: linear-gradient(90deg, hsla(0, 0%, 18%, 0.6), hsla(0, 0%, 5%, 0.6));
  border-color: hsla(0, 0%, 55%, 0.4);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="2"] .djw-board-rank {
  background: linear-gradient(135deg, hsl(0, 0%, 75%), hsl(0, 0%, 55%));
  color: hsl(0, 0%, 5%);
  border-color: hsl(0, 0%, 85%);
  box-shadow: 0 0 14px hsla(0, 0%, 70%, 0.5);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="2"] .djw-board-name {
  color: hsl(0, 0%, 90%);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="3"] {
  background: linear-gradient(90deg, hsla(25, 50%, 14%, 0.6), hsla(0, 0%, 5%, 0.6));
  border-color: hsla(25, 70%, 40%, 0.4);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="3"] .djw-board-rank {
  background: linear-gradient(135deg, hsl(25, 80%, 50%), hsl(15, 70%, 35%));
  color: hsl(0, 0%, 5%);
  border-color: hsl(25, 90%, 60%);
  box-shadow: 0 0 14px hsla(25, 80%, 45%, 0.5);
}

.sliderGallery--liveDrops .djw-board-row[data-rank="3"] .djw-board-name {
  color: hsl(25, 80%, 70%);
}

.sliderGallery--liveDrops .djw-board-trophy {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, hsl(45, 95%, 55%), hsl(30, 90%, 45%));
  border-radius: 50%;
  border: 2px solid hsl(0, 0%, 5%);
  box-shadow: 0 0 12px hsla(45, 90%, 50%, 0.8);
  font-size: 0.7rem;
}

@keyframes djw-fade-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes djw-feed-teleport-in {
  0% {
    opacity: 0;
    transform: translateY(-26px) scale(0.985);
    filter: blur(3px);
    background: hsla(18, 78%, 18%, 0.8);
    border-color: hsla(28, 94%, 58%, 0.62);
    box-shadow:
      0 0 0 1px hsla(35, 96%, 62%, 0.22),
      0 20px 34px -18px hsla(18, 95%, 48%, 0.72);
  }

  38% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    background: hsla(18, 66%, 12%, 0.74);
    border-color: hsla(24, 88%, 52%, 0.48);
    box-shadow:
      0 0 0 1px hsla(35, 96%, 62%, 0.18),
      0 16px 28px -18px hsla(18, 95%, 48%, 0.56);
  }

  72% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    background: hsla(12, 54%, 10%, 0.64);
    border-color: hsla(18, 72%, 42%, 0.34);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    background: hsla(0, 0%, 5%, 0.5);
    border-color: hsla(0, 30%, 15%, 0.5);
    box-shadow: none;
  }
}

@keyframes djw-total-shine {
  0%,
  100% {
    background-position: -100% 0;
  }

  50% {
    background-position: 200% 0;
  }
}

@keyframes djw-total-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

@media (max-width: 1024px) {
  .sliderGallery--liveDrops .djw-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sliderGallery--liveDrops .djw-card:nth-child(3) {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .sliderGallery--liveDrops .djw-grid {
    grid-template-columns: 1fr;
  }

  .sliderGallery--liveDrops .djw-card:nth-child(3) {
    grid-column: span 1;
  }

  #liveDropsBoard.djw-grid .djw-cat-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  .sliderGallery--liveDrops .djw-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sliderGallery--liveDrops .djw-history-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .djw-page-actions {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 1rem;
  }

  .sliderGallery--liveDrops .djw-history-actions {
    justify-content: stretch;
  }

  .sliderGallery--liveDrops .djw-history-trigger,
  .sliderGallery--liveDrops .djw-history-today {
    width: 100%;
  }

  .sliderGallery--liveDrops .djw-calendar-popover {
    left: 0;
    right: auto;
    width: 100%;
  }
}
