#gpr-kominfo-widget-header { display: none !important; }
#gpr-kominfo-widget-footer { display: none !important; }
#gpr-kominfo-widget-container {padding-bottom: 5px !important; background-color: #0093DD !important; border-top: 5px solid #0093DD!important; }

.no-tailwind {
  all: revert;
}

/* Reset heading styles */
.no-tailwind h1,
.no-tailwind h2,
.no-tailwind h3,
.no-tailwind h4,
.no-tailwind h5,
.no-tailwind h6 {
  all: revert;
  font-weight: revert;
  font-size: revert;
  margin: revert;
  line-height: revert;
  text-align: inherit;
  color: inherit;
}

/* Reset paragraph */
.no-tailwind p {
  all: revert;
  margin: revert;
  line-height: revert;
  color: inherit;
  text-align: inherit;
}

/* Reset ordered list */
.no-tailwind ol {
  all: revert;
  list-style: decimal;
  margin-left: 1.5em;
  padding-left: 0;
  text-align: inherit;
}

/* Reset unordered list */
.no-tailwind ul {
  all: revert;
  list-style: disc;
  margin-left: 1.5em;
  padding-left: 0;
  text-align: inherit;
}

/* Reset list items */
.no-tailwind li {
  all: revert;
  margin: revert;
  padding: revert;
  text-align: inherit;
  color: inherit;
}

/* Optional: keep inheritance for nested elements */
.no-tailwind * {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
