@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

.easypage-container {
  justify-content: flex-start !important;
}

.title-component {
  margin: 0 24px;
  padding: 0 3px;
  color: #333;
  width: 100%;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 130.769% */
}
.title-component.top {
  margin-top: 32px;
}
.title-component.pink-background {
  margin: 0 24px 0 0;
  background: linear-gradient(to top, #ffc2b4 60%, transparent 40%);
  width: fit-content;
}
.title-component.name {
  margin: 0 0 0 24px;
  font-weight: 700;
}
.line-divider {
  margin: 24px 24px 32px;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.namecard-image {
  margin: 0 24px 32px;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.image-button {
  margin-bottom: 32px;
  overflow: hidden;
  width: calc((100% - 60px) / 2);
  border-radius: 16px;
  border: 1px solid rgba(204, 204, 204, 0.93);
  background: #fff;
}
.image-button.index-1 {
  margin-left: 24px;
  margin-right: 12px;
}
.image-button.index-2 {
  margin-right: 24px;
}
.button-component {
  margin: 0 24px 16px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}
.bottom-padding {
  min-height: min(calc(100vh - 683px), 300px);
}
.preview-container .bottom-padding {
  min-height: 80px;
}
