.dcl.toast {
  margin: 10px;
  padding: 15px 25px;
  min-width: 200px;
  max-width: 500px;
  max-height: 500px;
  border-radius: 10px;
  position: relative;
  background-color: var(--toast);
  color: var(--toast-text);
}

.dcl.toast .dcl.close {
  position: absolute;
  top: 18px;
  right: 12px;
  cursor: pointer;
}

.dcl.toast .title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--toast-text);
}
