.lcd-sidebar-driver {
  border: 1px solid #d1d3d4;
  padding: 14px;
  margin-top: 16px;
  background: #ffffff;
}

.lcd-sidebar-driver__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.lcd-sidebar-driver__image-link {
  display: block;
}

.lcd-sidebar-driver__title-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.lcd-sidebar-driver__title {
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #333132;
}

.lcd-sidebar-driver__body {
  margin-bottom: 10px;
  color: #333132;
  line-height: 1.5;
}

.lcd-sidebar-driver__body p {
  margin: 0 0 8px 0;
}

.lcd-sidebar-driver__cta {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

.lcd-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.lcd-hidden {
  display: none !important;
}

.lcd-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.lcd-popup__dialog {
  position: relative;
  max-width: 560px;
  width: calc(100% - 32px);
  margin: 8vh auto 0;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-height: 84vh;
  overflow-y: auto;
}

.lcd-popup__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lcd-popup__title {
  margin: 0 0 10px 0;
  padding-right: 24px;
}

.lcd-popup__body {
  margin-bottom: 12px;
  line-height: 1.5;
}

.lcd-popup__body p {
  margin: 0 0 10px 0;
}

.lcd-popup__image-wrap {
  margin-bottom: 12px;
}

.lcd-popup__image {
  width: 100%;
  height: auto;
  display: block;
}

.lcd-popup__cta {
  display: inline-block;
  background: #333132;
  color: #ffffff !important;
  padding: 10px 14px;
  text-decoration: none;
}

body.lcd-popup-open {
  overflow: hidden;
}

