.app-picks-widget {
  --app-picks-bg: #f3f3f3;
  padding: 0 1.4em 1.6em;
  border: 0;
  background: transparent;
}

.app-picks-title {
  margin: 0 0 0.9em;
  color: #999;
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.app-picks-links {
  margin: 0 0 0.8em;
  color: #777;
  font-family: Lora, Garamond, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4;
}

.app-picks-links a {
  color: #ce6825;
  text-decoration: none;
}

.app-picks-links a:hover {
  color: #a0521c;
  text-decoration: underline;
}

.app-picks-separator {
  color: #999;
}

.app-picks-description-wrap {
  margin-top: 0.2em;
}

.app-picks-description {
  position: relative;
  overflow: hidden;
  max-height: 4.8em;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
  transition: max-height 0.22s ease-in;
}

.app-picks-description p {
  margin: 0 0 0.7em;
}

.app-picks-description p:last-child {
  margin-bottom: 0;
}

.app-picks-description.is-collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.6em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--app-picks-bg) 85%);
  pointer-events: none;
}

.app-picks-description.is-expanded {
  max-height: 90em;
}

.app-picks-read-review {
  appearance: none;
  display: block;
  width: fit-content;
  margin: 0.7em auto 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  box-shadow: none;
  color: #ce6825;
  cursor: pointer;
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.app-picks-read-review:hover {
  color: #a0521c;
  text-decoration: underline;
  outline: 0;
  background: none;
  box-shadow: none;
}

.app-picks-read-review:focus {
  outline: 1px dotted #ce6825;
  outline-offset: 2px;
  background: none;
  box-shadow: none;
}

.app-picks-widget .app-picks-read-review,
.app-picks-widget .app-picks-read-review:hover,
.app-picks-widget .app-picks-read-review:focus,
.app-picks-widget .app-picks-read-review:active {
  border: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
}
