[data-bs-theme=dark] .section-details .ck-content pre {
    padding: 2em;
    color: hsl(0deg 4.05% 60.76%);
    background: hsl(222.22deg 47.69% 38.49% / 16%);
    border: 0px solid hsl(0, 0%, 77%);
    border-radius: 15px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
[data-bs-theme=light] .section-details .ck-content pre {
    padding: 2em;
    color: hsl(0deg 3.76% 20.63%);
    background: hsl(222.22deg 47.69% 38.49% / 16%);
    border: 0px solid hsl(0, 0%, 77%);
    border-radius: 15px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}