/**
 * Theme Name: intrimmenergie-react
 * Template: astra
 */

table,
tr,
td,
th {
  border: none;
}

/* DatePicker */
.mantine-Popover-dropdown {
  width: unset !important;
}
.mantine-Popover-dropdown button {
  box-shadow: unset !important;
  font-weight: unset !important;
}
.mantine-Popover-dropdown table {
  width: unset !important;
  margin: 0 !important;
}

.entry-content h1 {
  margin: unset;
}
.entry-content h2 {
  margin: unset;
}
.entry-content h3 {
  margin: unset;
}
.entry-content h4 {
  margin: unset;
}
.entry-content h5 {
  margin: unset;
}

.mantine-Popover-dropdown th {
  padding: unset !important;
}

/* this fixes the mobile hamburger menu */
input[name='fullscreen_menu_input'] {
  width: 100%;
  height: 100%;
}
