/* fundraising.css - Figma fundraising (노드 id 1191:458) */
@font-face {
    font-family: 'Pretendard Variable';
    src: url('fonts/PretendardVariable.woff2') format('woff2');
    font-weight: 400 900;
    font-display: swap;
  }
html, body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  font-family: 'Pretendard', 'Apple SD Gothic Neo', Arial, sans-serif;
  background-color: #19181D;
}

#streaming_list {
  width: 100vw;
  max-width: 375px;
  min-height: 100vh;
  height: 1200px;
  margin: 0 auto;
  background: url('/images/stlist_bg.png') center center/cover no-repeat;
  box-shadow: 0 0 8px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 24px;
  position: relative;
  overflow: visible;
}
.bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-img {
  margin: 12px 24px 16px 24px;            /* 위/아래 여백 */
  display: flex;                  /* 가운데 정렬용 */
  justify-content: center;        /* 수평 중앙 */
}
.hero-img img {
  display: block;                 
  width: 100%;                    /* 폰 화면 가득 채우기 */ 
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  height: auto;                   /* 비율 유지 */
  object-fit: cover;
}
.vote_topbar {
  display: flex;
  align-items: center;
  height: 50px;
  /* background: #f5f5f7; */
  border-bottom: 0px solid #ececec;
  padding: 7px 16px;
  position: relative;
  top: 0;
  z-index: 10;
}
.vote_topbar-left {
  flex: 0 0 40px;
  z-index: 2;
}

.chevron-left {
  width: 28px;
  height: 28px;
  background: url('/images/back.png') no-repeat center/contain;
  border: none;
  outline: none;
  cursor: pointer;
}
.vote_topbar-logo {
   width: 32px;
  height: 32px;
  /* background: #fff; */
  border-radius: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.vote_topbar-logo img {
 width: 100%;
  height: 100%;
  object-fit: contain;
}

.fund-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 32px 0 33px 24px;
  letter-spacing: -0.65px;
}


.copy-btn-paypal img {
  width: 25px;
  height: 25px;
}
.copy-btn img {
  width: 25px;
  height: 25px;
}


