.html2e-widget-html2e-drawerclosebtn-widget-cd1a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.4rem;
  color: #ffffff;
  outline: none;
  border: 1px solid rgba(255, 51, 68, 0.4);
  background: rgba(255, 51, 68, 0.15);
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s ease;
}

.html2e-widget-html2e-drawerclosebtn-widget-cd1a:hover {
  background: #ff3344;
  color: #ffffff;
}