.lw-ra-nav-entry-r6 {
  appearance: none;
  width: calc(100% - 28px);
  height: 44px;
  margin: 2px 14px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #c7d6e3;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 14px;
  font: 600 14px/1 "Montserrat", "Segoe UI", sans-serif;
  cursor: pointer;
  box-sizing: border-box;
}
.lw-ra-nav-entry-r6 svg { width: 21px; height: 21px; fill: none; stroke: #10c9ef; stroke-width: 1.7; }
.lw-ra-nav-entry-r6:hover { background: rgba(24,152,204,.09); border-color: rgba(44,190,235,.24); color: #fff; }
.lw-ra-nav-entry-r6.active { background: linear-gradient(90deg,rgba(22,133,185,.2),rgba(8,35,58,.72)); border-color: #2b9bd0; color: #fff; }
#lw-recordatorios-host-r6 { position: fixed; z-index: 880; overflow: hidden; background: #020d1b; transition: left .22s ease,width .22s ease; }
#lw-recordatorios-host-r6 iframe { width: 100%; height: 100%; display: block; border: 0; background: #020d1b; }
@media (max-width: 760px) {
  #lw-recordatorios-host-r6 { left: 0 !important; width: 100vw !important; }
}
