/* Start custom CSS */body::before,
body::after {
  content: "DRAFT";
  font-size: 12vw;
  font-weight: bold;
  line-height: 1.3;
  opacity: 0.06;
  pointer-events: none;
  position: fixed;
  width: 107%;
  z-index: 9999999;
  transform: rotate(355deg);
}

body::before {
  color: black;
  left: 2vw;
  top: 0vh;
}

body::after {
  bottom: 2vh;
  color: white;
  right: 2vw;
  text-align: right;
}
 .sd_post-details .elementor-widget-text-editor table tr td {
    width: 50%;
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: white !important;
}

table tbody>tr:nth-child(odd):hover>td, 
table tbody>tr:nth-child(odd):hover>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353) !important;
}/* End custom CSS */