/* Warmane original: frame styles (from ui.css) */
.wm-ui-generic-frame {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0F0F0F;
    position: relative;
}

.wm-ui-top-border {
    border-top: 1px solid #1e1e1e;
}

.wm-ui-content-fontstyle {
    font-size: 1rem;   /* Inherits global 13px baseline from html — matches rest of site */
}

/* .wm-ui-issuebox — content inner box style (currently no overrides needed) */
