:root {
    --be-bulma-border-color: #dee2e6;
    --be-bulma-border-radius: 0.375rem;
    --be-bulma-pre-bg: #f8f9fa;
    /*masthead*/
    --be-bulma-body-bg-rgb: 255,255,255;
    --be-bulma-primary-rgb: 13,110,253;
    --be-bulma-accent-rgb: 255, 228, 132;
    --be-bulma-violet-rgb: 112.520718, 44.062154, 249.437846;
    --be-bulma-pink-rgb: 214, 51, 132;
}

[data-theme=light] {
    --be-bulma-pre-bg: #f5f2f0;
}

[data-theme=dark] {
    --be-bulma-border-color: #495057;
    --be-bulma-pre-bg: #1b1f22;
}

h1:focus-visible {
    outline: inherit !important;
}

.be-bulma-masthead {
    background-image: linear-gradient(180deg, rgba(var(--be-bulma-body-bg-rgb), 0.01), rgba(var(--be-bulma-body-bg-rgb), 1) 85%),radial-gradient(ellipse at top left, rgba(var(--be-bulma-primary-rgb), 0.5), transparent 50%),radial-gradient(ellipse at top right, rgba(var(--be-bulma-accent-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center right, rgba(var(--be-bulma-violet-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center left, rgba(var(--be-bulma-pink-rgb), 0.5), transparent 50%)
}

.be-bulma-doc-example {
    margin-bottom: 1rem;
    border: 1px solid var(--be-bulma-border-color);
    border-radius: var(--be-bulma-border-radius);
}

.be-bulma-doc-example-demo {
    border: 0 !important;
    margin: 0 !important;
}

.be-bulma-doc-example-demo {
    padding: 1rem;
}

.be-bulma-doc-example-toolbar {
    background-color: var(--be-bulma-pre-bg);
    border-top: 1px solid var(--be-bulma-border-color);
    border-bottom: 1px solid var(--be-bulma-border-color);
}

.be-bulma-doc-example-snippet {
    background-color: var(--be-bulma-pre-bg);
}

    .be-bulma-doc-example-snippet pre {
        background-color: var(--be-bulma-pre-bg) !important;
        border: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

.be-bulma-doc-float-end {
    float: right !important;
}

.be-bulma-doc-hr {
    background-color: var(--bulma-primary) !important;
    border-radius: 9999px;
    height: .25rem;
    margin: 1em auto;
    width: 4em;
}

.be-bulma-doc-hr-title {
    margin-left: 0;
}

.be-bulma-doc-subtitle {
    color: var(--bulma-text-weak);
}
