/* Custom styling for mkdocstrings symbol type labels */
/* Change abbreviated labels to full words for better readability */

code.doc-symbol-method::after {
    content: "method" !important;
}

code.doc-symbol-class::after {
    content: "class" !important;
}

code.doc-symbol-function::after {
    content: "function" !important;
}

code.doc-symbol-attribute::after {
    content: "attribute" !important;
}

code.doc-symbol-module::after {
    content: "module" !important;
}
