.rtpp-container .rtpp-header {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 60px 0;
  align-items: center;
}
.rtpp-container .rtpp-header .rtpp-heading h2 {
  font-weight: 700;
}
.rtpp-container .rtpp-header .rtpp-sort .facetwp-type-sort {
  margin: 0;
  height: 48px;
}
.rtpp-container .rtpp-header .rtpp-sort .facetwp-type-sort select {
  height: 100%;
}
.rtpp-container .rtpp-results {
  padding-bottom: 60px;
  border-bottom: 1px solid #D1D5DB;
}
.rtpp-container .rtpp-results .rtpp-presentations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 45px;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-image {
  height: 220px;
  width: 300px;
  display: flex;
  background-color: #EEEEEE;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-image img.default {
  object-fit: contain !important;
  padding: 0 20px !important;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-published-download {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-published-download .rtpp-published-date {
  padding: 2px 5px;
  background-color: #EEEEEE;
  color: #6B7280;
  font-weight: 450;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-published-download .rtpp-published-date .rtpp-meta {
  font-weight: 400;
  color: #6B7280;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-published-download .rtpp-download {
  display: flex;
  border: 1px solid #9CA3AF;
  padding: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-published-download .rtpp-download:hover {
  background-color: #6B7280;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-published-download .rtpp-download:hover path {
  fill: #FFFFFF;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-title {
  margin: 10px 0 5px 0;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-title .rtpp-h {
  padding: 0;
  font-weight: 700;
  line-height: 24px;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6B7280;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-modified {
  margin-top: 10px;
}
.rtpp-container .rtpp-results .rtpp-presentations .rtpp-presentation-single .rtpp-modified .rtpp-meta {
  font-weight: 400;
  color: #9CA3AF;
}
.rtpp-container .rtpp-pagination {
  margin-top: 30px;
  text-align: center;
}
.rtpp-container .rtpp-pagination .facetwp-pager .facetwp-page {
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  padding: 8px 14px;
  border-radius: 0;
  color: #6B7280;
  margin-right: 5px;
  width: 40px;
  height: 40px;
}
.rtpp-container .rtpp-pagination .facetwp-pager .facetwp-page.active {
  background: #005F9B;
  color: #FFFFFF;
}
.rtpp-container .rtpp-pagination .facetwp-pager .facetwp-page.next {
  border-color: transparent;
  color: #323232;
  padding: 0;
  margin: 14px 8px 14px 10px;
  width: 15px;
  height: 15px;
  font-size: 15px;
  min-width: auto;
  min-height: auto;
}
.rtpp-container .rtpp-pagination .facetwp-pager .facetwp-page.next:hover {
  background-color: #FFFFFF !important;
  color: #005F9B;
}
.rtpp-container .rtpp-pagination .facetwp-pager .facetwp-page.prev {
  border-color: transparent;
  color: #323232;
  padding: 0;
  margin: 14px 10px 14px 8px;
  width: 15px;
  height: 15px;
  font-size: 15px;
  min-width: auto;
  min-height: auto;
}
.rtpp-container .rtpp-pagination .facetwp-pager .facetwp-page.prev:hover {
  background-color: #FFFFFF !important;
  color: #005F9B;
}
.rtpp-container .rtpp-pagination .facetwp-pager .facetwp-page .dashicons {
  width: 15px;
  height: 15px;
  font-size: 15px;
  display: flex;
  font-weight: 700;
}
