<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright 2018-2023 Epic Systems Corporation */
body {
  min-width: 321px;
}

#content {
  max-width: 100%;
}

.driving-directions-standalone {
  width: 50%;
  margin: auto;
}
.driving-directions-standalone .step-header {
  text-align: center;
}
.driving-directions-standalone .step-header .emblem {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background-color: white;
  border-radius: 50%;
  padding: 1.5rem;
}
.driving-directions-standalone .step-header .emblem svg {
  width: 5rem;
  height: 5rem;
}
.driving-directions-standalone .step-content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .driving-directions-standalone {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .driving-directions-standalone {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .driving-directions-standalone {
    width: auto;
  }
}
.driving-directions-standalone .step-header .header {
  text-align: center;
}
.driving-directions-standalone .step-content {
  text-align: center;
}
.driving-directions-standalone .step-content .button {
  max-width: 20rem;
  align-content: center;
  margin: 0.5rem auto;
}
.driving-directions-standalone .step-content .button.previousstep {
  background-color: #ffffff;
  color: #006b6e;
  border: 1px solid currentColor;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}
.mobile .driving-directions-standalone .step-content .button.previousstep {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
.driving-directions-standalone .step-content .button.previousstep:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode .driving-directions-standalone .step-content .button.previousstep {
  border-color: #80b5b7;
  color: #80b5b7;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

.driving-directions-standalone .step-content .button.previousstep:hover, .driving-directions-standalone .step-content .button.previousstep:active {
  background-color: #e6f0f1;
  color: #005b5e;
}
.darkmode .driving-directions-standalone .step-content .button.previousstep:hover, .darkmode .driving-directions-standalone .step-content .button.previousstep:active {
  background-color: #002021;
  color: #80b5b7;
  border-color: transparent;
}

.tvmode .driving-directions-standalone .step-content .button.previousstep:hover, .tvmode .driving-directions-standalone .step-content .button.previousstep:active, .tvmode .driving-directions-standalone .step-content .button.previousstep:focus {
  background-color: #e6f0f1;
  color: #005b5e;
}
.tvmode.darkmode .driving-directions-standalone .step-content .button.previousstep:hover, .tvmode.darkmode .driving-directions-standalone .step-content .button.previousstep:active, .tvmode.darkmode .driving-directions-standalone .step-content .button.previousstep:focus {
  background-color: #002021;
  color: #80b5b7;
  border-color: transparent;
}

.driving-directions-standalone .step-content .button.continue {
  margin-top: 2rem;
}
</pre></body></html>