/* css styles */
#quarto-content {
    max-width: 100% !important;
}

#quarto-appendix.default {
    background-color: transparent !important;
    padding-top: 0.5em;
}

.footnotes {
  background-color: transparent !important; 
  padding: 0.5rem;          
  border-radius: 8px;       
}

.tippy-box .quarto-figure {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.tippy-box img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

figcaption {
  text-align: center; 
}

pre > code::before {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
}

pre > code.python::before { content: "Python"; }
pre > code.r::before      { content: "R"; }
pre > code.bash::before   { content: "Bash"; }
pre > code.julia::before  { content: "Julia"; }
pre > code.sql::before    { content: "SQL"; }
pre > code.stata::before  { content: "Stata"; }
pre > code.matlab::before { content: "MATLAB"; }
pre > code.yaml::before   { content: "YAML"; }
pre > code.markdown::before { content: "Markdown"; }
pre > code.json::before   { content: "JSON"; }
