/* Transparent background for iframe embedding - matches parent page background */
html,
body {
  background: transparent !important;
  color: #FF3208;
}

.uk-card-default {
  background-color: transparent !important;
  box-shadow: none;
  color: #FF3208;
}
