.campaign {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px #ececec solid;
}

.campaign-list {
  padding: 0 20px;
}

.campaign-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;

  width: calc(100% - 15px - 110px);
}

.campaign-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.2rem;
}

.campaign-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.campaign-thumbnail-wrap {
  width: 110px;
  height: 110px;
  flex-shrink: 0;

  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;

  border: 1px solid #f3f3f5;
}

.campaign-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h3.campaign-name {
  font-size: 14px;
  font-weight: bold;
}

.campaign-supply-item {
  color: #333333;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.9rem;
  word-break: keep-all;
}

.campaign-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 20px;
}

.campaign-channel-icon-wrap {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

img.campaign-channel-icon {
  vertical-align: unset;
}

.campaign-applicant {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
}

.campaign-apply-cnt {
  color: #333333;
  font-weight: bold;
}

.campaign-simple-desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.campaign-btn {
  display: block;
  width: 60px;
  border-radius: 3px;
  font-size: 9px;
  padding: 5px;
  border: 1px #e70f47 solid;
  /* color: #e70f47; */
  background-color: #e70f47;
  color: white;
  text-align: center;
}

.campaign-btn.end {
  background-color: #e70f47;
  color: white;
  border-color: #e70f47;
}

.campaign-btn.non-selected {
  color: white;
  border-color: #666666;
  background-color: #666666;
}

.campaign-pet-type-icon {
  width: 15px;
  margin-right: 5px;
}

.campaign-pet-type-icon:last-child {
  margin-right: 0;
}
