/* Add custom CSS styles below */

/* hidden whatsapp button*/
div[id^="gb-widget"] {
  display: none !important;
}
.s-comments-item-timestamp{
  display: none !important;
}
.space-y-5>:not([hidden])~:not([hidden]) {
    display: none;
}