/* Wiki Message Overrides - Import the common module styles and override as needed */

/* Import the common module message styles */
@import url('/static/css/module_messages.css');

/* Add any wiki-specific customization here */
.wiki-main-content .messages-container {
    /* Custom wiki-specific styling if needed */
    margin-top: 0;
    margin-bottom: 1.5rem;
}