/* Bug Bounty Programs - live multi-platform scope directory */

.sc-bounty-main {
  overflow: hidden;
  padding-bottom: 88px;
  background: #090b11;
}

.sc-bounty-main h1,
.sc-bounty-main h2,
.sc-bounty-main h3 {
  font-family: "Poppins", sans-serif;
}

.sc-bounty-hero-band {
  position: relative;
  padding: 76px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background:
    radial-gradient(circle at 78% 24%, rgba(109, 123, 255, .16), transparent 28%),
    radial-gradient(circle at 18% 8%, rgba(168, 85, 247, .14), transparent 32%),
    linear-gradient(180deg, #0d101a 0%, #090b11 100%);
}

.sc-bounty-hero-band::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .12;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(109, 123, 255, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 123, 255, .22) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.sc-bounty-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, .86fr);
  gap: 48px;
  align-items: center;
  min-height: 360px;
}

.sc-bounty-hero-copy {
  padding-bottom: 48px;
}

.sc-bounty-kicker,
.sc-bounty-eyebrow {
  margin: 0 0 15px;
  color: #8b9aff;
  font: 700 .75rem/1.4 "Poppins", sans-serif;
  letter-spacing: .14em;
}

.sc-bounty-hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.4rem, 4.8vw, 4.3rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.sc-bounty-hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #7fd5ff 4%, #7b86ff 48%, #c17cff 96%);
  background-clip: text;
  -webkit-background-clip: text;
}

.sc-bounty-hero-desc {
  max-width: 700px;
  margin: 0 0 28px;
  color: #aeb6c6;
  font-size: 1.05rem;
  line-height: 1.72;
}

.sc-bounty-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sc-bounty-hero-actions .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.sc-bounty-bounty-jump {
  color: #c9d0dc;
  background: rgba(255, 255, 255, .03);
}

.sc-bounty-freshness {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 20px 0 0;
  color: #6f7a8d;
  font-size: .82rem;
}

.sc-bounty-live-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 5px rgba(74, 222, 128, .09), 0 0 14px rgba(74, 222, 128, .45);
}

.sc-bounty-hero-art {
  min-height: 300px;
  display: grid;
  place-items: center;
}

.sc-bounty-orb {
  position: relative;
  width: min(280px, 78%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(109, 123, 255, .2);
  background:
    radial-gradient(circle at 35% 30%, rgba(168, 85, 247, .28), transparent 42%),
    radial-gradient(circle at 70% 70%, rgba(109, 123, 255, .22), transparent 48%),
    #12151f;
}

.sc-bounty-ring {
  position: absolute;
  border: 1px solid rgba(127, 213, 255, .18);
  border-radius: 50%;
}

.sc-bounty-ring.r1 { inset: 12%; }
.sc-bounty-ring.r2 { inset: 24%; }
.sc-bounty-ring.r3 { inset: 36%; animation: sc-bounty-pulse 3.6s ease-in-out infinite; }

.sc-bounty-orb strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font: 700 2.4rem/1 "Poppins", sans-serif;
  letter-spacing: -.04em;
}

.sc-bounty-orb em {
  position: absolute;
  bottom: 18%;
  z-index: 1;
  color: #7fd5ff;
  font: 700 .72rem/1 "Poppins", sans-serif;
  letter-spacing: .18em;
  font-style: normal;
}

@keyframes sc-bounty-pulse {
  0%, 100% { opacity: .45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.sc-bounty-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 34px;
}

.sc-bounty-stats > div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--border, #272b36);
  border-radius: 16px;
  background: rgba(21, 23, 31, .88);
}

.sc-bounty-stat-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #9aa8ff;
  background: rgba(109, 123, 255, .12);
  font-size: 1rem;
}

.sc-bounty-stats strong {
  display: block;
  color: #fff;
  font: 700 1.35rem/1.1 "Poppins", sans-serif;
}

.sc-bounty-stats span {
  color: var(--muted, #78838f);
  font-size: .78rem;
}

.sc-bounty-section {
  padding-top: 42px;
}

.sc-bounty-section-heading {
  margin-bottom: 22px;
}

.sc-bounty-section-heading h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.sc-bounty-section-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--text, #c6ccd8);
  line-height: 1.65;
}

.sc-bounty-toolbar {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.sc-bounty-search {
  position: relative;
  display: block;
}

.sc-bounty-search > span[aria-hidden] {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b9aff;
  font-size: 1rem;
}

.sc-bounty-search input,
.sc-bounty-filters select,
.sc-bounty-results-bar select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--heading, #fff);
  border: 1px solid var(--border, #272b36);
  border-radius: 14px;
  background: var(--panel, #15171f);
  font: 500 .95rem/1.4 "Nunito", sans-serif;
}

.sc-bounty-search input {
  padding-left: 42px;
  padding-right: 44px;
}

.sc-bounty-search::after {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  display: none;
  border: 2px solid rgba(109, 123, 255, .22);
  border-top-color: #8b9aff;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  animation: sc-bounty-search-spin .7s linear infinite;
}

.sc-bounty-main.is-searching .sc-bounty-search::after {
  display: block;
}

@keyframes sc-bounty-search-spin {
  to { transform: translateY(-50%) rotate(360deg); }
}

.sc-bounty-search input:focus,
.sc-bounty-filters select:focus,
.sc-bounty-results-bar select:focus {
  outline: none;
  border-color: #6d7bff;
  box-shadow: 0 0 0 3px rgba(109, 123, 255, .18);
}

.sc-bounty-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.sc-bounty-filters label,
.sc-bounty-results-bar label {
  display: grid;
  gap: 6px;
}

.sc-bounty-filters label > span,
.sc-bounty-results-bar label > span {
  color: var(--muted, #78838f);
  font-size: .74rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#sc-bounty-clear {
  min-height: 48px;
  padding: 0 14px;
  color: #c9d0dc;
  border: 1px solid var(--border, #272b36);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  cursor: pointer;
  font: 600 .9rem/1 "Poppins", sans-serif;
}

#sc-bounty-clear:hover {
  border-color: #6d7bff;
  color: #fff;
}

.sc-bounty-results-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sc-bounty-results-bar p {
  margin: 0;
  color: var(--muted, #78838f);
}

.sc-bounty-results-bar strong {
  color: #fff;
}

.sc-bounty-results-bar label {
  min-width: 180px;
}

.sc-bounty-loading {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 28px 22px;
  border: 1px dashed rgba(109, 123, 255, .35);
  border-radius: 18px;
  background: rgba(21, 23, 31, .7);
  color: var(--text, #c6ccd8);
}

.sc-bounty-loading[hidden] {
  display: none;
}

.sc-bounty-spinner {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(109, 123, 255, .25);
  border-top-color: #6d7bff;
  border-radius: 50%;
  animation: sc-bounty-spin .8s linear infinite;
}

@keyframes sc-bounty-spin {
  to { transform: rotate(360deg); }
}

.sc-bounty-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--border, #272b36);
  border-radius: 0 0 16px 16px;
  background: #11141b;
}

.sc-bounty-table-head,
.sc-bounty-card {
  display: grid;
  grid-template-columns: minmax(240px, 1.7fr) minmax(110px, .75fr) minmax(125px, .85fr) minmax(100px, .7fr) minmax(170px, 1.15fr) 26px;
  gap: 14px;
  align-items: center;
}

.sc-bounty-table-head {
  padding: 11px 16px;
  border: 1px solid var(--border, #272b36);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #0f1219;
  color: #687386;
  font: 600 .67rem/1.2 "Poppins", sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sc-bounty-card {
  min-height: 76px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: #14171f;
  transition: background .18s, box-shadow .18s;
}

.sc-bounty-card:last-child {
  border-bottom: 0;
}

.sc-bounty-card.is-clickable {
  cursor: pointer;
}

.sc-bounty-card:hover,
.sc-bounty-card:focus {
  position: relative;
  z-index: 1;
  background: #1a1e28;
  box-shadow: inset 3px 0 #6d7bff;
  outline: none;
}

.sc-bounty-program-cell {
  min-width: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.sc-bounty-program-copy {
  min-width: 0;
}

.sc-bounty-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font: 700 .78rem/1 "Poppins", sans-serif;
  background: rgba(var(--platform-rgb, 109, 123, 255), .18);
  border: 1px solid rgba(var(--platform-rgb, 109, 123, 255), .35);
}

.sc-bounty-card h3 {
  overflow: hidden;
  margin: 0 0 4px;
  color: #fff;
  font-size: .98rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-bounty-meta {
  overflow: hidden;
  margin: 0;
  color: var(--muted, #78838f);
  font-size: .76rem;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.sc-bounty-platform-cell,
.sc-bounty-reward-cell,
.sc-bounty-scope-cell,
.sc-bounty-type-cell {
  min-width: 0;
}

.sc-bounty-reward-cell,
.sc-bounty-scope-cell {
  display: grid;
  justify-items: start;
  gap: 3px;
}

.sc-bounty-reward-cell small,
.sc-bounty-scope-cell small {
  color: #6f7a8d;
  font-size: .7rem;
}

.sc-bounty-scope-cell strong {
  color: #dce1eb;
  font: 700 .95rem/1 "Poppins", sans-serif;
}

.sc-bounty-scope-cell span {
  color: #7d8798;
  font-size: .7rem;
}

.sc-bounty-type-cell {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sc-bounty-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
  color: #c9d0dc;
  font: 600 .72rem/1 "Poppins", sans-serif;
  letter-spacing: .02em;
}

.sc-bounty-badge.is-platform { color: #9aa8ff; border-color: rgba(109, 123, 255, .35); background: rgba(109, 123, 255, .12); }
.sc-bounty-badge.is-bounty { color: #4ade80; border-color: rgba(74, 222, 128, .35); background: rgba(74, 222, 128, .1); }
.sc-bounty-badge.is-vdp { color: #fbbf24; border-color: rgba(251, 191, 36, .35); background: rgba(251, 191, 36, .1); }
.sc-bounty-badge.is-paused { color: #ff5a5f; border-color: rgba(255, 90, 95, .35); background: rgba(255, 90, 95, .1); }

.sc-bounty-row-arrow {
  color: #667085;
  font-size: 1.45rem;
  text-align: right;
  transition: color .18s, transform .18s;
}

.sc-bounty-card:hover .sc-bounty-row-arrow,
.sc-bounty-card:focus .sc-bounty-row-arrow {
  color: #9aa8ff;
  transform: translateX(2px);
}

.sc-bounty-empty {
  padding: 36px 22px;
  border: 1px solid var(--border, #272b36);
  border-radius: 18px;
  background: var(--panel, #15171f);
  text-align: center;
}

.sc-bounty-empty strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.1rem;
}

.sc-bounty-empty p {
  margin: 0 0 16px;
  color: var(--muted, #78838f);
}

.sc-bounty-load-more {
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  cursor: pointer;
}

body.sc-bounty-modal-active {
  overflow: hidden;
}

.sc-bounty-modal[hidden] {
  display: none;
}

.sc-bounty-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.sc-bounty-modal,
.sc-bounty-modal * {
  box-sizing: border-box;
}

.sc-bounty-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 9, .84);
  backdrop-filter: blur(6px);
}

.sc-bounty-modal-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #343a4b;
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 0, rgba(109, 123, 255, .09), transparent 28%),
    #151922;
  box-shadow: 0 32px 110px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 255, 255, .025);
}

.sc-bounty-modal-panel::before {
  position: absolute;
  z-index: 2;
  inset: 0 24px auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #6d7bff, #a855f7, transparent);
}

.sc-bounty-modal-header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 26px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.sc-bounty-modal-kicker {
  margin: 0 0 8px;
  color: #66d9c6;
  font: 700 .68rem/1.3 "Poppins", sans-serif;
  letter-spacing: .13em;
}

.sc-bounty-modal-header h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.2;
}

.sc-bounty-modal-header a {
  display: block;
  max-width: 600px;
  overflow: hidden;
  color: #65d6c4;
  font-size: .88rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-bounty-modal-x {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--border, #272b36);
  border-radius: 10px;
  background: rgba(255, 255, 255, .03);
  color: #c9d0dc;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.sc-bounty-modal-x:hover,
.sc-bounty-modal-x:focus {
  border-color: #6d7bff;
  color: #fff;
  outline: none;
}

.sc-bounty-modal-content {
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 26px;
  scrollbar-color: #3a3f50 #101219;
  scrollbar-width: thin;
}

.sc-bounty-modal-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.sc-bounty-modal-stat {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .065);
  border-radius: 12px;
  background: rgba(9, 12, 18, .36);
}

.sc-bounty-modal-stat span,
.sc-bounty-modal-types > span {
  display: block;
  margin-bottom: 5px;
  color: #6f7a8d;
  font: 600 .68rem/1.3 "Poppins", sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sc-bounty-modal-stat strong {
  display: block;
  color: #e8ebf2;
  font: 700 1rem/1.35 "Nunito", sans-serif;
}

.sc-bounty-modal-types {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.sc-bounty-modal-types > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sc-bounty-modal-assets-section {
  margin-top: 22px;
}

.sc-bounty-modal-assets-head {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 12px;
}

.sc-bounty-modal-assets-head h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1rem;
}

.sc-bounty-modal-assets-head p {
  margin: 0;
  color: #6f7a8d;
  font-size: .78rem;
}

.sc-bounty-modal-assets-head label {
  width: min(290px, 48%);
}

.sc-bounty-modal-assets-head input {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--border, #272b36);
  border-radius: 10px;
  background: #10131a;
  color: #fff;
  font: 500 .84rem/1.3 "Nunito", sans-serif;
}

.sc-bounty-modal-assets-head input:focus {
  border-color: #6d7bff;
  box-shadow: 0 0 0 3px rgba(109, 123, 255, .16);
  outline: none;
}

.sc-bounty-modal-asset-columns,
.sc-bounty-modal-asset-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 135px;
  gap: 12px;
  align-items: center;
}

.sc-bounty-modal-asset-columns {
  padding: 0 11px 7px;
  color: #687386;
  font: 600 .65rem/1.2 "Poppins", sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sc-bounty-modal-assets {
  max-height: 340px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  background: #0e1118;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02);
}

.sc-bounty-modal-asset-row {
  min-height: 45px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  color: #9aa4b5;
  font-size: .78rem;
  transition: background .15s;
}

.sc-bounty-modal-asset-row:hover {
  background: rgba(109, 123, 255, .055);
}

.sc-bounty-modal-asset-row > * {
  min-width: 0;
}

.sc-bounty-modal-asset-row:last-child {
  border-bottom: 0;
}

.sc-bounty-modal-asset-row code {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow-wrap: anywhere;
  white-space: normal !important;
  color: #d9deea;
  font: 500 .77rem/1.35 "JetBrains Mono", ui-monospace, monospace;
}

.sc-bounty-modal-asset-type {
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding: 4px 7px;
  border-radius: 7px;
  background: rgba(109, 123, 255, .1);
  color: #9aa8ff;
  font: 600 .64rem/1.2 "Poppins", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-bounty-modal-more {
  display: block;
  margin: 12px auto 0;
  cursor: pointer;
}

.sc-bounty-modal-more[hidden] {
  display: none;
}

.sc-bounty-modal-no-assets {
  margin: 0;
  padding: 28px 16px;
  color: #78838f;
  text-align: center;
}

.sc-bounty-modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 16px 26px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  background: #131720;
}

.sc-bounty-modal-footer .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.sc-bounty-modal-close {
  color: #c9d0dc;
  background: transparent;
}

@media (max-width: 980px) {
  .sc-bounty-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sc-bounty-hero-art {
    display: none;
  }

  .sc-bounty-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-bounty-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-bounty-table-head,
  .sc-bounty-card {
    grid-template-columns: minmax(220px, 1.6fr) 100px 120px 90px 24px;
  }

  .sc-bounty-table-head > :nth-child(5),
  .sc-bounty-type-cell {
    display: none;
  }
}

@media (max-width: 640px) {
  .sc-bounty-hero-band {
    padding-top: 48px;
  }

  .sc-bounty-stats,
  .sc-bounty-filters {
    grid-template-columns: 1fr;
  }

  .sc-bounty-table-head {
    display: none !important;
  }

  .sc-bounty-list {
    border-radius: 16px;
  }

  .sc-bounty-card {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    padding: 14px 42px 14px 14px;
  }

  .sc-bounty-program-cell {
    grid-column: 1 / -1;
  }

  .sc-bounty-platform-cell,
  .sc-bounty-type-cell {
    display: none;
  }

  .sc-bounty-reward-cell {
    grid-column: 1;
  }

  .sc-bounty-scope-cell {
    grid-column: 2;
  }

  .sc-bounty-row-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .sc-bounty-modal {
    padding: 10px;
  }

  .sc-bounty-modal-panel {
    max-height: calc(100vh - 20px);
    border-radius: 14px;
  }

  .sc-bounty-modal-header,
  .sc-bounty-modal-content,
  .sc-bounty-modal-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sc-bounty-modal-stats {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .sc-bounty-modal-assets-head {
    align-items: stretch;
    flex-direction: column;
  }

  .sc-bounty-modal-assets-head label {
    width: 100%;
  }

  .sc-bounty-modal-asset-columns {
    display: none;
  }

  .sc-bounty-modal-asset-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .sc-bounty-modal-asset-row > span:last-child {
    grid-column: 1 / -1;
  }

  .sc-bounty-modal-footer {
    flex-direction: column-reverse;
  }

  .sc-bounty-modal-footer .btn {
    width: 100%;
  }
}
