body {  
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%
}

.ql-editor {
  min-height: 200px;
}

a {
  text-decoration: none !important;
}

/* table {
  word-break: break-all;
} */
.table {
  display: grid;
  --bs-table-bg: none !important;
}

@media(max-width: 480px) {
  th,
  td {
    display: block;
    width: 100% !important;
  }
}

.ck-content a {
  color: hsl(0, 100%, 50%);
}

.btn-danger {
  background-color: hsl(0, 100%, 50%) !important;
}

.text-danger {
  color: hsl(0, 100%, 50%) !important;
}

