@media (min-width: 48rem) {
  .podcast-course-listing .posts--list figure {
    padding-bottom: 0;
    flex-basis: 35%;
  }
}
.podcast-course-listing__form {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  padding-bottom: 1.625rem;
  border-bottom: solid 1px var(--wp--preset--color--black);
  margin-bottom: 3rem;
  text-align: right;
}
.podcast-course-listing__fieldset {
  display: flex;
  overflow: hidden;
  padding: 0;
  width: fit-content;
  border-radius: 0.25rem;
  border: solid 1px #c3c3c3;
}
.podcast-course-listing__fieldset label:nth-child(2) {
  border-right: solid 1px #c3c3c3;
}
.podcast-course-listing label {
  background-color: #f9f9f9;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer;
}
.podcast-course-listing__layout input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.podcast-course-listing__layout input:checked + label {
  background-color: #e5e5e5;
}
.podcast-course-listing__posts {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .podcast-course-listing__posts.posts--grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.podcast-course-listing__post .audioPlayer {
  display: none;
}
@media (min-width: 48rem) {
  .posts--list .podcast-course-listing__post {
    display: flex;
  }
}
.podcast-course-listing__content {
  padding: 1rem 1.5rem 1.75rem;
  background-color: var(--wp--preset--color--secondary);
}
@media (min-width: 48rem) {
  .podcast-course-listing__content {
    padding: 1.25rem 3.0625rem 2.6875rem;
  }
}
@media (min-width: 48rem) {
  .posts--list .podcast-course-listing__content {
    padding-left: 1.25rem;
    flex-basis: 65%;
  }
}
.podcast-course-listing figure {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 67.5%;
}
.podcast-course-listing img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.podcast-course-listing__post-title {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .podcast-course-listing__post-title {
    margin-bottom: 1.1875rem;
  }
}
.podcast-course-listing__summary {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.podcast-course-listing__button {
  margin-top: 1.25rem;
}
.podcast-course-listing__player input {
  position: relative;
  -webkit-appearance: none;
  height: 0.25rem;
  background-color: var(--wp--preset--color--black);
  border-radius: 0.25rem;
  width: 100%;
  margin: 0 1rem;
  cursor: pointer;
}
.podcast-course-listing__player input:before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: var(--seek-before-width);
  background-color: var(--wp--preset--color--primary);
}
.podcast-course-listing__player input::-webkit-slider-thumb {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.podcast-course-listing__player input::-webkit-slider-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: var(--seek-before-width);
  background-color: var(--wp--preset--color--primary);
}
.podcast-course-listing__player input::-moz-range-progress {
  background-color: var(--wp--preset--color--primary);
}
.podcast-course-listing__player input::-moz-range-thumb {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.podcast-course-listing__player button {
  flex-shrink: 0;
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  border: solid 2px var(--wp--preset--color--black);
  padding: 1rem;
  border-radius: 50%;
}
.podcast-course-listing__player .player-wrapper {
  display: flex;
  align-items: center;
}
.podcast-course-listing__duration {
  flex-shrink: 0;
  font-family: var(--wp--preset--font-family--montserrat);
  font-size: 0.6875rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.podcast-course-listing__pagination {
  text-align: center;
  padding: 3.75rem 0;
}
@media (min-width: 48rem) {
  .podcast-course-listing__pagination {
    padding: 5rem;
  }
}
@media (min-width: 60rem) {
  .podcast-course-listing__pagination {
    padding: 7.5rem;
  }
}
.podcast-course-listing__pagination span {
  color: #2d2d2d;
}
.podcast-course-listing__pagination a {
  color: #9d9d9d;
}

.ginlined-content {
  background-color: transparent;
}

.gslide-inline {
  background: var(--wp--preset--color--secondary) !important;
}

.gslide-description {
  display: none;
}

.gnext,
.gprev {
  display: none !important;
}
