.post-right-sidebar-container {
  right: 19.4444444444%; /* Old value */
  top: 312px;
  /* position: absolute; /* For old posts */
  position: fixed; /* for 'proper-width-article' posts */
  display: grid;
  gap: 20px;
  width: 18%;
  min-width: 300px;
  max-width: 400px;
}

.post-right-box p {
  display: flex; /* Minor hack to remove spacing cause by line height */
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.3;
  margin-bottom: 20px;
}

.post-right-cta {
  padding: 30px;
  border-bottom: 1px solid #ececed;
}
.post-right-cta .button {
  height: auto !important;
  font-size: 0.8rem;
  line-height: 45px;
  text-align: center;
}

.post-right-cta .cta-date{
  font-size: 16px;
  font-size: 1rem;
}

.post-right-cta .cta-time{
  font-size: 16px;
  font-size: 1rem;
}

.entry-content .post-right-box {
  top: 307px; /* This is fallback for non-JS clients. */
  padding: 30px;
  border-bottom: 1px solid #ececed;
  right: 19.4444444444%;
}

.entry-content .post-right-box ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.entry-content .post-right-box ul > li {
  position: relative;
  padding-left: 30px;
}

.entry-content .post-right-box ul > li > a {
  display: block;
  text-indent: 0px;
}

.entry-content .post-right-box ul > li > a svg {
  position: absolute;
  top: 0px;           /* Align the top with the top of the icon with the top of the text */
                      /* Chrome aligns at 0px, FF aligns at 1px. */
                      /* Chrome is also inconsistent between lines for anything other than 0? */
  left: 0px;          /* Position the icon absolutely at the left padding */
  rotate: 90deg;
}

.entry-content .post-right-box {
  border-radius: 20px;
}

.entry-content .post-right-suggested ul > li > a {
  color: var(--encore-darkgrey);
}
.entry-content .post-right-suggested ul > li > a:hover {
  color: var(--encore-pink);
}

.entry-content .post-right-box hr {
  margin-bottom: 12px;
  height: 1px;
  color: var(--encore-whitesmoke);
  background: var(--encore-whitesmoke);
  font-size: 0;
  border: 0;
}

.entry-content .post-right-suggested ul > li::before {
  all: unset;
}

.entry-content .post-right-box h3 {
  margin-bottom: 12px; /* main.css adds 30px */
}

.entry-content .post-right-box ul > li {
  margin-bottom: 15px;
  line-height: 1.3; /* 1.5 is the default for li, 1.4 is body. */
}
.entry-content .post-right-box ul > li:last-child {
  margin-bottom: 0px;
}


@media (max-width: 1440px) {
  .entry-content .post-right-sidebar-container {
    right: 8%;
  }
}

@media only screen and (max-width: 1050px) {
  .post-right-sidebar-container {
    display: none !important;
  }
}
