.sp-lamaran-draft-status {
  align-items: center;
  background: #f4f8fc;
  border: 1px solid #cbd8e6;
  border-radius: 10px;
  color: #4f6478;
  display: flex;
  font-size: 14px;
  gap: 14px;
  justify-content: space-between;
  margin: 0 0 18px;
  padding: 11px 14px;
}

.sp-lamaran-draft-error {
  color: #b42318;
}

.sp-lamaran-draft-clear {
  background: transparent;
  border: 1px solid #b7c5d4;
  border-radius: 999px;
  color: #445b70;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 13px;
  padding: 5px 12px;
}

.sp-lamaran-draft-clear:hover,
.sp-lamaran-draft-clear:focus {
  background: #e5edf5;
  outline: none;
}

@media (max-width: 575px) {
  .sp-lamaran-draft-status {
    align-items: flex-start;
    flex-direction: column;
  }
}
