headless-tech-playground {
    display: inline-block
}

headless-tech-playground>pre {
    border-color: #444 !important;
    border-style: solid !important;
    border-width: 3px 2px 3px 7px !important;
    width: fit-content
}

headless-tech-playground>pre>code {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    padding: 0 !important;
    white-space: pre-wrap !important
}

headless-tech-playground>pre>.code-title {
    border-bottom: 3px solid #ccc;
    border-radius: 4px;
    font-style: italic;
    margin-bottom: 2px;
    padding-left: 2px
}

headless-tech-playground>.tech-playground-controls {
    display: flex;
    gap: 2px
}

headless-tech-playground>.tech-playground-output>details {
    margin-bottom: 10px
}
