.pum-container.popmake:has(.applying__field-group) {
  border: none;
  box-shadow: none;
  background: var(--white-color);
  max-width: 762px;
  padding: 40px;
  box-shadow: -4px 0 4px 0 rgba(45, 96, 226, 0.05), 4px 0 4px 0 rgba(45, 96, 226, 0.05);
  border-radius: 16px;
}

.pum-container.popmake:has(.applying__field-group) h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

.pum-container.popmake .applying__field-group {
  margin-top: 40px;
}

.pum-container.popmake:has(.applying__field-group) .pum-close {
  display: block !important;
  right: 16px;
  top: 16px;
  color: black;
  background-color: transparent;
  box-shadow: none;
  width: 28px;
  height: 28px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pum-container.popmake:has(.applying__field-group) {
    padding: 24px;
  }

  .pum-container.popmake .applying__head {
    flex-direction: column;
  }

  .pum-container.popmake .apply__button {
    width: 100%;
  }
}