/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
#minification-demonstration p
{
    margin-top: 20px;
}
#minification-demonstration pre
{
    background-color: #404040;
    padding: 15px;
    max-width: 500px;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#minification-demonstration code
{
    background: none;
    padding: 0;
}
h2
{
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Advanced paths (textareas) */
#adv_path_container
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.adv_path_textarea_column
{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    min-width: 40%;
}
.adv_path_textarea_column label
{
    font-weight: bold;
    margin-bottom: 10px;
}
.adv_path_textarea_column textarea
{
    width: 100%;
    min-height: 200px;
    font-size: 13px;
}