.lpi-carousel {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
}

.lpi-left {
  flex: 0 0 300px;
}

.lpi-right {
  display: flex;
  flex: 1 1 auto;
}
.lpi-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid #05b6bc;
  padding-right: 20px;
}

.lpi-title-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lpi-title-list li {
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #05b6bc;
}

.lpi-carousel button[type="button"].lpi-title-btn {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Cinzel", Sans-serif;
  line-height: 1.1em;
  text-transform: none;
  white-space: normal;
}
.wp-admin .lpi-carousel button[type="button"].lpi-title-btn {
  color: #0f0f0f;
}
.lpi-carousel button[type="button"].lpi-title-btn.is-active {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wp-admin .lpi-carousel button[type="button"].lpi-title-btn.is-active {
  color: #0f0f0f;
}
.lpi-carousel button[type="button"].lpi-title-btn:hover {
  text-decoration: underline;
}

.lpi-carousel button[type="button"].lpi-nav {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 8px 10px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.1;
  text-transform: lowercase;
}
.wp-admin .lpi-carousel button[type="button"].lpi-nav {
  color: #0f0f0f;
}
.lpi-carousel button[type="button"].lpi-nav:hover {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: underline;
}
.wp-admin .lpi-carousel button[type="button"].lpi-nav:hover {
  color: #0f0f0f;
}
.lpi-nav-row {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lpi-right .lpi-panel {
  display: none;
}

.lpi-right .lpi-panel.is-active {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 28px;
  width: 100%;
}

.lpi-panel-media {
  flex: 0 0 379px;
  max-width: 379px;
  min-width: 0;
  align-self: stretch;
}

.lpi-panel-content {
  flex: 1 1 auto;
  min-width: 0;
}

.lpi-panel .lpi-panel-media img {
  width: 100%;
  height: 100%;
  max-height: 253px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  border: 1px solid #05b6bc;
}

.lpi-panel .lpi-panel-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-family: "Cinzel", Sans-serif;
  line-height: 1.1em;
  font-weight: 700;
}
.lpi-panel .lpi-panel-content h3 a {
  color: #ffffff;
}
.lpi-panel .lpi-panel-content h3 a:hover {
  color: #ffffff;
}
.wp-admin .lpi-panel .lpi-panel-content h3 a:hover {
  color: #0f0f0f;
}
.wp-admin .lpi-panel .lpi-panel-content h3 a {
  color: #0f0f0f;
}

.lpi-panel .lpi-panel-content .lpi-date {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: uppercase;
}
.wp-admin .lpi-panel .lpi-panel-content .lpi-date {
  color: #0f0f0f;
}
.lpi-panel .lpi-panel-content .lpi-excerpt {
  margin: 0;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 1.2em;
  color: #ffffff;
}
.wp-admin .lpi-panel .lpi-panel-content .lpi-excerpt {
  color: #0f0f0f;
}
@media (max-width: 900px) {
  .lpi-carousel {
    flex-direction: column;
  }

  .lpi-right .lpi-panel.is-active {
    flex-direction: column;
    align-items: stretch;
  }

  .lpi-right .lpi-panel.is-active .lpi-panel-media {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }

  .lpi-left {
    border-right: 0;
    padding-right: 0;
  }

  .lpi-panel .lpi-panel-content h3 {
    font-size: 2rem;
  }

  .lpi-panel .lpi-panel-content .lpi-date,
  .lpi-panel .lpi-panel-content .lpi-excerpt,
  .lpi-carousel button[type="button"].lpi-title-btn {
    font-size: 16px;
  }
}
