/* Reset global styles for annual report webinar page */
.bee-page-container p {
  all: unset !important;
  display: block !important;
}

/* Restore specific styles after reset */
.bee-row-3 .bee-col-1 .bee-block-1 p {
  color: #ffffff !important;
  direction: ltr !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  margin: 0 !important;
  padding: 0 !important;
} 