.ik-code {
    display: flex;
    border-radius: 8px;
    background-color: var(--on-background-color-5);
    padding: 10px;
    /* Safari scroll fix */
    height: max-content;
}

.ik-code__content {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 400;
}

.ik-code__actions {
    flex: 0 0 auto;
    min-width: 0;
    padding-left: 5px;
}

.ik-code pre {
    display: inline-block;
    color: var(--primary-color);
    border: none;
    border-radius: 0;
    background: none;
    padding: 7px 0;
    margin: 0;
    font-size: 13px;
    overflow: visible;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    word-break: break-all;
    word-wrap: break-word;
    cursor: text;
}

.ik-code pre code {
    white-space: pre;
}
