.point-check-box {
  border: 2px dotted #e6c5c5;
  border-radius: 12px;
  padding: 2em;
  background-color: #ffffff;
  margin: 2em auto;
  max-width: 650px;
  box-sizing: border-box;
}

.point-check-box * {
  box-sizing: border-box;
}

.point-check-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.point-check-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: 700;
  color: #5c4a4a;
  line-height: 1.5;
}

.point-check-list li:last-child {
  margin-bottom: 0;
}

.point-check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238c6a6a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='4' ry='4'/%3E%3Cpath d='M8 12l3 3 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.solution-text {
  display: block;
  margin-top: 4px;
  font-size: 0.85em;
  font-weight: normal;
  color: #333;
}

.solution-label {
  color: #e06c61;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .point-check-box {
    padding: 1.5em 1em;
  }

  .point-check-list li {
    font-size: 15px;
  }

  .point-check-icon {
    margin-top: 2px;
  }
}

/* Editor helpers */
.point-check-toolbar {
  margin-bottom: 16px;
}

.point-check-item {
  position: relative;
}

.point-check-remove {
  margin-left: 12px;
  height: fit-content;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
}

.point-check-remove:hover {
  background: #fee2e2;
  border-color: #f87171;
}

.point-check-content {
  flex: 1;
}
