/* ============================================
   LA MIDNIGHT - BRUTALIST OVERRIDE
   Ersetzt das Standard-MyBB css3.css

   Setzt alle border-radius auf 0.
   Brutalist = keine runden Ecken.
   ============================================ */

/* --- Tabellen: Ecken entfernen --- */
.tborder,
.tborder tbody tr:last-child > td:first-child,
.tborder tbody tr:last-child > td:last-child,
.thead,
.thead_collapsed,
.thead_left,
.thead_right,
.tcat_menu,
.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
    border-radius: 0 !important;
}

/* --- Tabellen: Zellenraender beibehalten --- */
tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
    border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
    border-right: 0;
}

.tborder tbody tr:last-child > td {
    border-bottom: 0;
}

/* --- Formular-Elemente: Ecken entfernen --- */
button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
a.button {
    border-radius: 0 !important;
}

/* --- UI-Komponenten: Ecken entfernen --- */
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.popup_menu .popup_item_container .popup_item,
.postbit_buttons > a,
.post.classic .post_author,
.pagination a,
.pollbar,
div.error {
    border-radius: 0 !important;
}
