.project-category-button {
  background-color: #00a9e0;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 8px;
  width: fit-content;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.project-category-button > a {
  color: #ffffff;
}

#project-create-org {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #717171;
  border-bottom: 1px solid #717171;
  border-bottom-style: solid;
  transition: all 0.3s ease;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.share-icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background-color: #f4f4f4;
}

.share-icon:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#project-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  word-break: break-word;
  color: rgba(74, 74, 74, 1);
}

#project-img-preview {
  border-radius: 12px;
}

#project-current-amount {
  color: #00a9e0;
  font-size: 32px;
  font-weight: 600;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  line-height: 125%;
  letter-spacing: 0%;
}

#project-target-amount-container {
  color: #717171;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.blue-button-outline {
  cursor: pointer;
  color: #00a9e0;
  border-radius: 16px;
  border: 1px solid #00a9e0;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  width: fit-content;
}

.blue-button-outline:hover {
  background-color: #eef8fc;
}

#track-project-button {
  font-size: 16px;
}

/* on pad font size 14px */
@media (max-width: 1200px) {
  #track-project-button {
    font-size: 14px;
  }
}

#project-donate-button-text {
  font-size: 16px;
}

/* on pad font size 14px */
@media (max-width: 1200px) {
  #project-donate-button-text {
    font-size: 14px;
  }
}

#project-donate-button-text-mobile {
  font-size: 16px;
}

/* on pad font size 14px */
@media (max-width: 1200px) {
  #project-donate-button-text-mobile {
    font-size: 14px;
  }
}

.stat-container div:first-child {
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #00a9e0;
}

.stat-container div:last-child {
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #717171;
}

.project-time-container {
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #717171;
}

.status-container {
  flex: 1;
  max-width: 428px;
  background-color: #ffeb9d;
  color: #4a4a4a;
  gap: 8px;
  border-radius: 28px;
  padding: 8px 16px;
}

.modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #00a9e0;
}

.modal-content-item img {
  width: 24px;
  height: 24px;
}

.modal-content-item {
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #4a4a4a;
}

.custom-size-modal {
  max-width: 600px;
}

/* on mobile max width 287px */
@media (max-width: 480px) {
  .custom-size-modal {
    max-width: 287px;
  }
}