/* IPP Journal: Tumblr quote widget only. Palette follows the native sidebar. */
body .ipp-journal-quotes-widget {
  margin: 0 0 36px;
}

body .ipp-journal-quotes-widget .widget-title {
  font-family: lores-12, monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
  margin: 0 0 18px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid rgba(128, 128, 128, .4);
}

body .ipp-journal-quotes [hidden] {
  display: none !important;
}

body .ipp-journal-quotes__figure {
  margin: 0;
  padding: 0;
}

body .ipp-journal-quotes .ipp-journal-quotes__text {
  position: relative;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: inherit;
  font-family: articulat-cf, Arial, sans-serif;
  font-size: clamp(21px, 1.6vw, 27px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.035em;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

/* Uncode's decorative blockquote icon is not used in this compact sidebar. */
body .ipp-journal-quotes__text::before,
body .ipp-journal-quotes__text::after {
  content: none;
  display: none;
}

body .ipp-journal-quotes__source {
  margin: 0 0 12px;
  padding: 0;
  color: inherit;
  font-family: articulat-cf, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

body.ipp-site .ipp-journal-quotes a.ipp-journal-quotes__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  max-width: 100%;
  color: inherit !important;
  background: transparent;
  box-shadow: none;
  font-family: lores-12, monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-decoration: none;
}

body.ipp-site .ipp-journal-quotes a.ipp-journal-quotes__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.ipp-site .ipp-journal-quotes a.ipp-journal-quotes__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

body.ipp-site .ipp-journal-quotes a.ipp-journal-quotes__link:active {
  color: #0f1116 !important;
  background: var(--ipp-green, #00ff00);
}

body .ipp-journal-quotes__link svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}
