.pum-container.popmake:has(.applying__field-group) {
  border: none;
  box-shadow: none;
  background: var(--white-color);
  max-width: 762px !important;
  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;
  border-radius: 4px;
  font-weight: 400;
  font-size: 0;
  line-height: 0;
  transition: background 0.25s ease, border-radius 0.25s ease;
}

.pum-container.popmake:has(.applying__field-group) .pum-close:hover {
  background: #e4ebff;
}

.pum-container.popmake:has(.applying__field-group) .pum-close::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%230D1118' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

@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%;
  }
}
