
.esd-directory, .esd2-directory {
  color: #fff;
  width: 100%;
  --esd2-accent: var(--esd-accent, #4f7cff);
  --esd2-shell: #0c1320;
  --esd2-card: #141c2d;
  --esd2-card-2: #101726;
  --esd2-border: rgba(90, 116, 170, 0.28);
  --esd2-text: #ffffff;
  --esd2-muted: #b7c3d9;
}

.esd-shell {
  background: linear-gradient(180deg, #0b1220, #09111a);
  border: 1px solid rgba(79, 124, 255, 0.14);
  border-radius: 26px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.esd-header { margin-bottom: 18px; }
.esd-title { margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -0.04em; color: #fff; }
.esd-intro { margin: 8px 0 0; color: #93a3c5; }
.esd-section { margin-bottom: 22px; }
.esd-section:last-child { margin-bottom: 0; }
.esd-section-head { margin-bottom: 14px; }
.esd-section-head h3 { margin: 0; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: #aebee0; }

.esd-grid, .esd2-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
}

.esd-card, .esd2-card {
  flex: 0 0 calc((100% - 36px) / 3);
  max-width: calc((100% - 36px) / 3);
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--esd2-card), var(--esd2-card-2));
  border: 1px solid var(--esd2-border);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.esd2-head {
  position: relative;
  display: flex;
  gap: 14px;
  padding: 16px;
  min-height: 82px;
}

.esd2-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px;
  box-sizing: border-box;
}

.esd2-logo img { width:100%; height:100%; object-fit:contain; display:block; }
.esd2-logo span { color:#fff; font-size:1.2rem; font-weight:800; }

.esd2-copy { min-width:0; flex:1; }
.esd2-title { margin: 0 0 3px; padding-right: 92px; color:#fff; font-size: 1.08rem; line-height:1.18; }
.esd2-subtitle { margin: 0 0 6px; color:#8f9ab3; font-size:0.9rem; min-height: 1.1em; }

.esd2-badges { position:absolute; top:14px; right:14px; display:flex; flex-wrap:wrap; justify-content:flex-end; gap:6px; max-width:100px; }
.esd2-badge { display:inline-flex; align-items:center; justify-content:center; min-height:24px; padding:4px 10px; border-radius:10px; font-size:10px; font-weight:800; border:1px solid transparent; }
.esd2-badge-featured, .esd2-badge-pick { background: linear-gradient(180deg, #f5c86a, #e2a948); color:#111827; border-color: rgba(245,200,106,0.35); }
.esd2-badge-new { background: linear-gradient(180deg, #34c8e1, #25afd2); color:#08121a; border-color: rgba(52,200,225,0.32); }
.esd2-badge-hot { background: linear-gradient(180deg, #5689ff, #3b67db); color:#fff; border-color: rgba(86,137,255,0.35); }
.esd2-badge-verified { background: rgba(255,255,255,0.08); color:#fff; border-color: rgba(255,255,255,0.08); }

.esd-rating { display:flex; gap:2px; min-height:18px; margin:0; }
.esd-star { font-size:15px; line-height:1; position:relative; }
.esd-star-full { color:#f4c542; }
.esd-star-empty, .esd-star-half { color:rgba(244,197,66,0.22); }
.esd-star-half-fill { position:absolute; top:0; left:0; width:50%; overflow:hidden; color:#f4c542; }

.esd2-divider { height:1px; background: rgba(255,255,255,0.07); }

.esd2-strip {
  margin: 14px 16px 10px;
  min-height: 42px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  background: linear-gradient(180deg, rgba(68,87,181,0.84), rgba(52,68,145,0.84));
  border: 1px solid rgba(101,124,210,0.26);
}

.esd2-gift { width:18px; height:18px; flex:0 0 18px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='9' width='18' height='11' rx='2' fill='%23ffffff' fill-opacity='0.9'/%3E%3Crect x='11' y='5' width='2' height='15' fill='%23000000'/%3E%3Cpath d='M12 9C9.7 9 8 7.7 8 6.2 8 4.8 9.3 4 10.7 4c1.5 0 2.4 1 2.3 2.3M12 9c2.3 0 4-1.3 4-2.8C16 4.8 14.7 4 13.3 4c-1.5 0-2.4 1-2.3 2.3' fill='%23000000'/%3E%3Crect x='3' y='8' width='18' height='3' rx='1.5' fill='%23000000'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:center; background-size:18px 18px; }
.esd2-strip-text { color:#f8fbff; font-size:0.92rem; font-weight:700; line-height:1.25; }

.esd2-list { list-style:none; margin:0; padding:0 16px 10px; display:flex; flex-direction:column; gap:8px; }
.esd2-list li { position:relative; padding-left:18px; color:var(--esd2-muted); font-size:0.9rem; line-height:1.3; }
.esd2-list li::before { content:'✓'; position:absolute; left:0; top:0; color:#10e1b0; font-weight:900; }

.esd2-footer { display:grid; gap:6px; padding:0 16px 16px; }
.esd2-rewards-label { text-align:center; color:#ffba2c; font-size:0.8rem; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; }

.esd-payout-row.esd2-rewards-row { display:flex; justify-content:center; gap:0; min-height:34px; }
.esd-payout-row.esd2-rewards-row .esd-payout-icon { width:34px; height:34px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; background:#0f1624; border:1px solid rgba(121,146,190,0.22); overflow:hidden; }
.esd-payout-row.esd2-rewards-row .esd-payout-icon + .esd-payout-icon { margin-left: -1px; }
.esd-payout-row.esd2-rewards-row .esd-payout-icon img { width:100%; height:100%; object-fit:contain; padding:5px; box-sizing:border-box; }
.esd-payout-row.esd2-rewards-row .esd-payout-icon > span { color:#fff; font-size:11px; font-weight:800; }

.esd-button.esd2-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:40px;
  border-radius:14px;
  background: linear-gradient(90deg, #355fcb 0%, #3f73dd 52%, #5c88ef 100%);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 12px 24px rgba(24,58,132,0.26);
}
.esd-button.esd2-button:hover { filter:brightness(1.05); color:#fff; }

.esd-hidden { display:none !important; }

.esd-hot-popup { position:fixed; right:16px; bottom:16px; width:min(320px, calc(100vw - 24px)); padding:14px; border-radius:18px; background:#131b2a; border:1px solid rgba(255,255,255,0.08); box-shadow:0 18px 36px rgba(0,0,0,0.3); z-index:50; }
.esd-hot-label { color: var(--esd2-accent); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:6px; }
.esd-hot-title { font-size:1rem; font-weight:800; margin-bottom:4px; }
.esd-hot-copy { color:#b8c4d9; font-size:0.92rem; }
.esd-hot-close { position:absolute; top:6px; right:10px; background:transparent; border:0; color:#9ba8c2; font-size:22px; cursor:pointer; }

.esd2-preview-card { display:flex; flex-direction:column; border-radius:20px; overflow:hidden; background: linear-gradient(180deg, var(--esd2-card), var(--esd2-card-2)); border:1px solid var(--esd2-border); }
.esd2-preview-head { position:relative; display:flex; gap:14px; padding:16px; min-height:82px; }
.esd2-preview-logo { width:58px; height:58px; flex:0 0 58px; border-radius:16px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.08); padding:4px; box-sizing:border-box; }
.esd2-preview-logo img { width:100%; height:100%; object-fit:contain; }
.esd2-preview-logo span { color:#fff; font-size:1.2rem; font-weight:800; }
.esd2-preview-copy { min-width:0; flex:1; }
.esd2-preview-copy h3 { margin:0 0 3px; padding-right:92px; color:#fff; font-size:1.08rem; line-height:1.18; }
.esd2-preview-subtitle { margin:0 0 6px; color:#8f9ab3; font-size:0.9rem; }
.esd2-preview-badges { position:absolute; top:14px; right:14px; display:flex; flex-wrap:wrap; justify-content:flex-end; gap:6px; max-width:100px; }
.esd2-preview-card .esd2-badge { display:inline-flex; align-items:center; justify-content:center; min-height:24px; padding:4px 10px; border-radius:10px; font-size:10px; font-weight:800; border:1px solid transparent; }
.esd2-preview-card .esd2-badge-featured, .esd2-preview-card .esd2-badge-pick { background: linear-gradient(180deg, #f5c86a, #e2a948); color:#111827; border-color: rgba(245,200,106,0.35); }
.esd2-preview-card .esd2-badge-new { background: linear-gradient(180deg, #34c8e1, #25afd2); color:#08121a; border-color: rgba(52,200,225,0.32); }
.esd2-preview-card .esd2-badge-hot { background: linear-gradient(180deg, #5689ff, #3b67db); color:#fff; border-color: rgba(86,137,255,0.35); }
.esd2-preview-card .esd2-badge-verified { background: rgba(255,255,255,0.08); color:#fff; border-color: rgba(255,255,255,0.08); }
.esd2-preview-strip { margin:14px 16px 10px; min-height:42px; border-radius:12px; display:flex; align-items:center; gap:10px; padding:10px 12px; background: linear-gradient(180deg, rgba(68,87,181,0.84), rgba(52,68,145,0.84)); border: 1px solid rgba(101,124,210,0.26); color:#f8fbff; font-size:0.92rem; font-weight:700; }
.esd2-preview-gift { width:18px; height:18px; flex:0 0 18px; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='9' width='18' height='11' rx='2' fill='%23ffb73a'/%3E%3Crect x='11' y='5' width='2' height='15' fill='%23ffffff'/%3E%3Cpath d='M12 9C9.7 9 8 7.7 8 6.2 8 4.8 9.3 4 10.7 4c1.5 0 2.4 1 2.3 2.3M12 9c2.3 0 4-1.3 4-2.8C16 4.8 14.7 4 13.3 4c-1.5 0-2.4 1-2.3 2.3' fill='%23ff6fa6'/%3E%3Crect x='3' y='8' width='18' height='3' rx='1.5' fill='%23ff6fa6'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:center; background-size:18px 18px; }
.esd2-preview-list { list-style:none; margin:0; padding:0 16px 10px; display:flex; flex-direction:column; gap:8px; }
.esd2-preview-list li { position:relative; padding-left:18px; color:var(--esd2-muted); font-size:0.9rem; line-height:1.3; }
.esd2-preview-list li::before { content:'✓'; position:absolute; left:0; top:0; color:#10e1b0; font-weight:900; }
.esd2-preview-footer { display:grid; gap:6px; padding:0 16px 16px; }
.esd2-preview-rewards-label { text-align:center; color:#ffba2c; font-size:0.8rem; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; }
.esd2-preview-icons { display:flex; justify-content:center; gap:0; }
.esd2-preview-icons span { width:34px; height:34px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; background:#0f1624; border:1px solid rgba(121,146,190,0.22); color:#fff; font-size:11px; font-weight:800; }
.esd2-preview-icons span + span { margin-left:-1px; }
.esd2-preview-button { min-height:40px; border:0; background: linear-gradient(90deg, #355fcb 0%, #3f73dd 52%, #5c88ef 100%); box-shadow:0 12px 24px rgba(24,58,132,0.26); }

@media (max-width: 1100px) {
  .esd-card, .esd2-card { flex-basis: calc((100% - 18px) / 2); max-width: calc((100% - 18px) / 2); }
}

@media (max-width: 680px) {
  .esd-shell { padding:14px; border-radius:20px; }
  .esd-card, .esd2-card { flex-basis: 100%; max-width: 100%; }
  .esd2-title, .esd2-preview-copy h3 { padding-right: 80px; }
  .esd2-badges, .esd2-preview-badges { max-width: 82px; }
  .esd2-strip, .esd2-preview-strip { margin: 12px 14px 10px; }
  .esd2-list, .esd2-preview-list { padding: 0 14px 10px; }
  .esd2-footer, .esd2-preview-footer { padding: 0 14px 14px; }
  .esd-hot-popup, .esd-directory[data-popup-position="left"] .esd-hot-popup { left:12px; right:12px; width:auto; bottom:12px; }
}


/* v2.0.1 polish pass */
.esd-card, .esd2-card {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.esd-card:hover, .esd2-card:hover {
  transform: translateY(-2px);
  border-color: rgba(92,136,239,0.38);
  box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.esd2-footer {
  margin-top: 2px;
  padding-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.03);
}

.esd2-rewards-label {
  margin-bottom: -2px;
}

.esd-payout-row.esd2-rewards-row {
  margin-bottom: 4px;
}

.esd-button.esd2-button {
  margin-top: 2px;
}


/* v2.0.2 cleaner visual refresh */
.esd-shell {
  background: linear-gradient(180deg, #0b1220, #08111a);
}

.esd-card, .esd2-card {
  background: linear-gradient(180deg, #131a2a, #0f1624);
  border-color: rgba(88, 111, 160, 0.22);
  box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

.esd-card:hover, .esd2-card:hover {
  transform: none;
  border-color: rgba(88, 111, 160, 0.28);
  box-shadow: 0 10px 22px rgba(0,0,0,0.16);
}

.esd2-strip {
  background: linear-gradient(180deg, rgba(66, 84, 165, 0.68), rgba(50, 65, 135, 0.68));
  border-color: rgba(101,124,210,0.18);
}

.esd2-strip-text {
  font-size: 0.9rem;
}

.esd2-badge {
  min-height: 22px;
  padding: 3px 9px;
  border-radius: 9px;
}

.esd2-badge-featured, .esd2-badge-pick {
  background: rgba(245, 200, 106, 0.18);
  color: #ffd66e;
  border-color: rgba(245, 200, 106, 0.24);
}

.esd2-badge-new {
  background: rgba(52, 200, 225, 0.16);
  color: #6ee9f5;
  border-color: rgba(52, 200, 225, 0.22);
}

.esd2-badge-hot {
  background: rgba(86, 137, 255, 0.16);
  color: #8fb2ff;
  border-color: rgba(86, 137, 255, 0.22);
}

.esd2-footer {
  border-top: 0;
  padding-top: 0;
}

.esd2-rewards-label {
  color: #f4c65a;
}

.esd-button.esd2-button {
  background: linear-gradient(90deg, #2f5cc7 0%, #3b6fd8 52%, #4d82ea 100%);
  box-shadow: 0 10px 20px rgba(24,58,132,0.2);
}


/* v2.0.3 payout-bar layout */
.esd-card, .esd2-card {
  border-radius: 20px;
}

.esd2-head {
  padding: 14px;
  min-height: 76px;
}

.esd2-logo {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

.esd2-title {
  font-size: 1.02rem;
  margin-bottom: 2px;
}

.esd2-subtitle {
  margin-bottom: 5px;
  font-size: 0.86rem;
}

.esd2-strip,
.esd2-payout-bar {
  margin: 12px 14px 8px;
  min-height: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(66, 84, 165, 0.68), rgba(50, 65, 135, 0.68));
  border: 1px solid rgba(101,124,210,0.18);
}

.esd2-payout-title,
.esd2-strip-text {
  color: #f8fbff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.esd2-payout-bar .esd2-rewards-row {
  margin-left: auto;
  min-height: 30px;
}

.esd-payout-row.esd2-rewards-row .esd-payout-icon {
  width: 30px;
  height: 30px;
}

.esd-payout-row.esd2-rewards-row .esd-payout-icon + .esd-payout-icon {
  margin-left: -1px;
}

.esd2-list {
  padding: 0 14px 8px;
  gap: 6px;
}

.esd2-list li {
  font-size: 0.86rem;
}

.esd2-footer {
  padding: 0 14px 14px;
}

.esd-button.esd2-button {
  min-height: 38px;
  border-radius: 12px;
}

@media (max-width: 680px) {
  .esd2-strip,
  .esd2-payout-bar {
    margin: 12px 12px 8px;
    padding: 8px 10px;
  }

  .esd2-payout-title,
  .esd2-strip-text {
    font-size: 0.84rem;
  }

  .esd2-list {
    padding: 0 12px 8px;
  }

  .esd2-footer {
    padding: 0 12px 12px;
  }
}


/* v2.0.4 brighter theme + centered payout bar + tighter header */
.esd-shell {
  background: linear-gradient(180deg, #0b1322, #09111a);
  border-color: rgba(88, 140, 255, 0.18);
}

.esd-card, .esd2-card {
  background: linear-gradient(180deg, #16203a, #101827);
  border-color: rgba(88, 140, 255, 0.24);
  box-shadow: 0 12px 26px rgba(0,0,0,0.18);
}

.esd2-head {
  padding: 14px 14px 10px;
  min-height: 72px;
}

.esd2-title {
  margin-bottom: 1px;
}

.esd2-subtitle {
  margin-bottom: 4px;
}

.esd2-badge-featured, .esd2-badge-pick {
  background: linear-gradient(180deg, #ffd463, #f2b33f);
  color: #111827;
}

.esd2-badge-new {
  background: linear-gradient(180deg, #49d8ef, #2db7dc);
  color: #08121a;
}

.esd2-badge-hot {
  background: linear-gradient(180deg, #6d9cff, #4b78eb);
  color: #ffffff;
}

.esd2-payout-bar {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.esd2-payout-title {
  text-align: center;
}

.esd2-payout-bar .esd2-rewards-row {
  margin-left: 0;
  width: 100%;
  justify-content: center;
}

.esd2-payout-bar .esd-payout-icon {
  width: 32px;
  height: 32px;
}

.esd2-divider {
  opacity: 0.8;
}

.esd-button.esd2-button {
  background: linear-gradient(90deg, #3e6fff 0%, #4c7dff 50%, #5c8cff 100%);
  box-shadow: 0 10px 22px rgba(46,94,255,0.24);
}


/* v2.0.5 payout head + tighter top gap */
.esd2-head {
  padding-bottom: 8px;
  min-height: 68px;
}

.esd2-subtitle {
  margin-bottom: 3px;
}

.esd2-payout-bar {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.esd2-payout-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.esd2-payout-title {
  color: #f8fbff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.esd2-payout-bar .esd2-rewards-row {
  margin-left: 0;
  width: 100%;
  justify-content: center;
}

.esd-payout-icon-more {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f1624;
  border: 1px solid rgba(121,146,190,0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}


/* v2.0.6 payout bar back to single row */
.esd2-payout-bar {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
}

.esd2-payout-head {
  min-width: 0;
  flex: 1 1 auto;
}

.esd2-payout-title {
  white-space: nowrap;
}

.esd2-payout-bar .esd2-rewards-row {
  margin-left: auto;
  width: auto;
  justify-content: flex-end;
}

@media (max-width: 680px) {
  .esd2-payout-bar {
    gap: 10px;
  }
}


/* v2.0.7 tighter top divider spacing */
.esd2-head {
  padding-bottom: 4px;
  min-height: 62px;
}

.esd2-subtitle {
  margin-bottom: 2px;
}


/* v2.0.8 shrink logo-to-divider gap */
.esd2-head {
  padding-bottom: 1px;
  min-height: 56px;
}


/* v3.0.2 desktop 3-up fix */
.esd-card, .esd2-card {
  box-sizing: border-box;
  min-width: 0;
  flex: 0 0 calc((100% - 36px) / 3 - 0.1px);
  max-width: calc((100% - 36px) / 3 - 0.1px);
}

@media (max-width: 1100px) {
  .esd-card, .esd2-card {
    flex: 0 0 calc((100% - 18px) / 2 - 0.1px);
    max-width: calc((100% - 18px) / 2 - 0.1px);
  }
}

@media (max-width: 680px) {
  .esd-card, .esd2-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* v3.0.3 mobile name/star alignment */
.esd2-copy, .esd2-preview-copy {
  padding-top: 2px;
}

@media (max-width: 680px) {
  .esd2-copy, .esd2-preview-copy {
    padding-top: 6px;
  }

  .esd-rating {
    margin-top: 4px;
  }
}


/* v3.0.4 line glow hover/click */
.esd-card, .esd2-card {
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.esd-card:hover, .esd2-card:hover,
.esd-card:focus-within, .esd2-card:focus-within {
  border-color: rgba(96, 152, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(96, 152, 255, 0.42),
    0 14px 28px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(120, 170, 255, 0.18);
}

.esd-card:active, .esd2-card:active {
  border-color: rgba(112, 168, 255, 0.62);
  box-shadow:
    0 0 0 1px rgba(112, 168, 255, 0.48),
    0 16px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(140, 188, 255, 0.2);
}

/* v3.0.5 logo fit */
.esd2-logo img,
.esd2-preview-logo img,
.esd-payout-row.esd2-rewards-row .esd-payout-icon img {
  object-fit: cover;
}

/* v3.0.6 fixed method rows + payout icon fit */
.esd2-list,
.esd2-preview-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  min-height: 52px;
  align-content: start;
}

.esd2-list li,
.esd2-preview-list li {
  min-width: 0;
}

.esd2-logo img,
.esd2-preview-logo img {
  object-fit: contain;
}

.esd-payout-row.esd2-rewards-row .esd-payout-icon img {
  object-fit: contain;
  padding: 1px;
  transform: scale(1.08);
}

@media (max-width: 680px) {
  .esd2-list,
  .esd2-preview-list {
    grid-template-columns: 1fr;
    min-height: 74px;
  }
}


/* v3.0.7 restore site logo sizing exactly */
.esd2-logo,
.esd2-preview-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px;
  box-sizing: border-box;
}

.esd2-logo img,
.esd2-preview-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: none;
  padding: 0;
}


/* v3.0.9 payout logos fill squares */
.esd-payout-row.esd2-rewards-row .esd-payout-icon {
  background: #0f1624;
  overflow: hidden;
}

.esd-payout-row.esd2-rewards-row .esd-payout-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  transform: scale(1.16);
  display: block;
}
