/* Promotion Details Section */
.promotion-form {
  width: 560px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.promotion-form .content {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.promotion-form .content .wrapper {
  width: 255px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.promotion-form .content .wrapper .description {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form .content .wrapper .summary {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  letter-spacing: 0.16px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form button {
  width: 100%;
  max-width: 250px;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: none;
  background-color: #df0611;
  color: #ffffff;
}

.promotion-form button:hover {
  background-color: #e71f3d;
  color: #ffffff;
}

.promotion-form button span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
}

.promotion-form .content-image {
  width: 273px;
  height: 321px;
  border-radius: 12px;
}

.promotion-form .period {
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  letter-spacing: 0.16px;
  text-align: left;
  color: #383838;
}

.promotion-form .preview-banner {
  width: 291px;
  height: 321px;
  display: flex;
  width: 100%;
  background-size: 100% 100%;
}

.promotion-form .preview-banner img {
  width: 298.09px;
  height: 321px;
}

.promotion-form .preview-banner .inner-content {
  width: 273px;
  max-height: 321px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 65.5px auto auto 18px;
}

.promotion-form .preview-banner .inner-content h2 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form .preview-banner .inner-content h2 span {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

.promotion-form .preview-banner .inner-content p {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.2px;
  text-align: left;
  color: var(--main-color);
}

.promotion-form .preview-banner .inner-content-hot {
  width: 273px;
  max-height: 321px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 65.5px auto auto 18px;
}

.promotion-form .preview-banner .inner-content-hot h2,
.promotion-form .preview-banner .inner-content-hot span,
.promotion-form .preview-banner .inner-content-hot p {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
