
.ech-right-slider-toggle {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  z-index: 1100;
  background: rgb(0,84,134);
  color: rgb(242,242,242);
  border-top: 1px solid rgb(217,217,217);
  border-left: 1px solid rgb(217,217,217);
  border-bottom: 1px solid rgb(217,217,217);
  border-right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;

}

.ech-right-slider-toggle:hover {
  text-decoration: none;
}

.ech-right-slider-toggle:focus-visible {
  outline: 2px solid rgb(217,217,217);
  outline-offset: 2px;
}

@media (prefers-color-scheme: dark) {
  .ech-right-slider-toggle {
    background: rgb(0,84,134);
    color: rgb(242,242,242);

    border-top: 1px solid rgb(217,217,217);
    border-left: 1px solid rgb(217,217,217);
    border-bottom: 1px solid rgb(217,217,217);
    border-right: 0px;
  }
}
.ech-slider-open .ech-right-slider-toggle {
  right: 10px;
}

.ech-slider-overlay {
  position: fixed;
  inset: 0px;
  display: none;
  z-index: 1200;
}
.ech-slider-open .ech-slider-overlay {
  display: block;
}

.ech-right-slider {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 300px;
  max-width: 300px;
  border-radius: 10px;
  padding: 20px;
  z-index: 1300;
  overflow-y: auto;
  box-shadow: -16px 0px 28px rgb(0,0,0, 0.5);
  background: rgb(0,84,134);
  color: rgb(242,242,242);
  font-size: 14px;
  transform: translateX(110%);
  transition: transform 300ms ease-out;
}
.ech-right-slider.is-open {
  transform: translateX(0px);
}

@media (prefers-color-scheme: dark) {
  .ech-right-slider {
    background: rgb(0,84,134);
    color: rgb(242,242,242);
  }
}

.ech-right-slider h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0px 6px 0px;
  font-weight: bold;
  color: inherit;
}

.ech-right-slider p {
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 4px 0px;
  color: inherit;
}

.ech-block-logo {
  height: 30px;
  width: auto;
  display: block;
}

.ech-contact-block { margin-bottom: 10px; }
.ech-spacer-10 { height: 10px; }

.ech-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0px;
}

.ech-row img {
  width: 20px;
  height: 20px;
  display: block;
}

.ech-right-slider a {
  color: inherit;
  text-decoration: underline;
  font-size: 14px;
  background-color: rgb(0,84,134);
}
.ech-right-slider a:hover,
.ech-right-slider a:focus {
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .ech-right-slider a {
    background-color: rgb(0,84,134);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ech-right-slider { transition: none; }
}

@media (max-width: 480px) {
  .ech-right-slider {
    left: 10px; 
	right: 10px;
    width: auto;
    max-width: 300px;
  }


  .ech-slider-open .ech-right-slider-toggle {
    right: 0px;
  }
}


@media print {
  .ech-right-slider,
  .ech-right-slider-toggle,
  .ech-slider-overlay {
    display: none !important;
  }
}
