/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* styling calculator */
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;
}