/**
 * destination.one event widget compatibility.
 *
 * This stylesheet is loaded on the event page only. Restore the browser's
 * regular root font size so destination.one can calculate its rem values as
 * intended.
 */
html {
  font-size: 100% !important;
}

.ktm-destination-events {
  width: 100% !important;
  max-width: none !important;
}

.ktm-destination-events done-result-list {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
