@import "../lart_du_prompt/style_art_du_prompt.css";

.h5p {
  background-color: #0d46b18c;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.h5p p {
  color: var(--white);
  margin-bottom: 0;
}

.containerCaramel {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.containerElea {
  margin: 0 10px;
}

.containerElea span {
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.containerCaramel img {
  width: 100%;
}

.MAJ{
  border-radius: 10px;
  background-color: rgba(153, 0, 255, 0.137);
  padding: 10px;
  margin-bottom: 10px;
}

.liste{
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
  line-height: 1.7;
}

.liste li{
  line-height: 1.7;
  margin-bottom: 10px;
}

.raw-text-scroll {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "Cascadia Code", "Fira Code", Consolas, "Courier New", monospace;
  font-size: 0.94rem;
  line-height: 1.62;
  letter-spacing: 0.01em;
  tab-size: 2;
  padding: 16px 18px;
  border: 1px solid #d3d7de;
  border-radius: 8px;
  background: #f7f8fa;
  color: black;
}

@media (max-width: 850px) {
  .containerCaramel {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
