/* =podcast-rating block
*/

.block-podcast-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  column-gap: var(--wp--custom--layout--block-gap-large);
}

.block-podcast-rating.alignleft,
.is-layout-flow > .block-podcast-rating.alignleft,
.editor-styles-wrapper .is-layout-flow > .block-podcast-rating.alignleft {
  float: none;
  justify-content: flex-start;
}
.block-podcast-rating.alignright,
.is-layout-flow > .block-podcast-rating.alignright,
.editor-styles-wrapper .is-layout-flow > .block-podcast-rating.alignright {
  float: none;
  justify-content: flex-end;
}

.block-podcast-rating__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.block-podcast-rating__item svg {
  width: 36px;
  height: 36px;
}

.block-podcast-rating__item--spotify svg {
  fill: #22D05F;
}

.block-podcast-rating__item--apple-podcast svg {
  fill: #A925C9;
}

.block-podcast-rating__rating {
  display: block;
  margin: 0 auto;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 177 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 0 3.817 11.747h12.35l-9.991 7.26 3.816 11.746L17 23.493l-9.992 7.26 3.816-11.746-9.992-7.26h12.351L17 0ZM52.545 0l3.817 11.747h12.35l-9.992 7.26 3.817 11.746-9.992-7.26-9.992 7.26 3.816-11.746-9.992-7.26h12.351L52.545 0ZM88.092 0l3.817 11.747h12.351l-9.993 7.26 3.817 11.746-9.992-7.26-9.993 7.26 3.817-11.746-9.992-7.26h12.351L88.092 0ZM159.182 0l3.816 11.747h12.352l-9.993 7.26 3.817 11.746-9.992-7.26-9.993 7.26 3.817-11.746-9.992-7.26h12.351L159.182 0ZM123.637 0l3.816 11.747h12.352l-9.993 7.26 3.817 11.746-9.992-7.26-9.993 7.26 3.817-11.746-9.992-7.26h12.351L123.637 0Z' fill='%23F3C935'/%3E%3C/svg%3E") 50% 50% no-repeat;
  width: 100px;
  height: 20px;
}
