.gs-mnts-podcast{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-alt:#fafafa;
  --text:#111111;
  --muted:#6f6f74;
  --line:#e7e7e7;
  --line-strong:#d8d8d8;
  --accent:#111111;
}
.gs-mnts-podcast, .gs-mnts-podcast *{box-sizing:border-box}
.gs-mnts-podcast{
  background:var(--bg);
  color:var(--text);
}
.gs-mnts-podcast a{color:inherit;text-decoration:none}
.gs-mnts-podcast .mnts-module-header{
  padding:0 0 14px;
  position:static;
  top:auto;
  z-index:auto;
  background:#fff;
  border-bottom:1px solid #dfe3e8;
}
.gs-mnts-podcast .filter-grid{
  display:grid;
  gap:10px;
  align-items:stretch;
  width:100%;
}
.gs-mnts-podcast .filter-grid-top{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.gs-mnts-podcast .filter-grid-bottom{
  grid-template-columns:repeat(3,minmax(0,1fr)) auto;
  margin-top:8px;
}
.gs-mnts-podcast .filter-grid select{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:38px;
  min-height:38px;
  border:1px solid #dfe3e8;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:12px 8px;
  border-radius:0;
  padding:7px 34px 7px 10px;
  font:inherit;
  font-size:12px;
  line-height:1.25;
  color:var(--text);
}
.gs-mnts-podcast .status{
  font-size:11px;
  color:var(--muted);
  margin-top:10px;
}
.gs-mnts-podcast .wrap{
  padding:22px 24px 40px;
  max-width:1760px;
  margin:0 auto;
}
.gs-mnts-podcast .episode-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(380px,1fr));
  gap:28px 24px;
  align-items:start;
}
.gs-mnts-podcast .episode-item{min-width:0}
.gs-mnts-podcast .episode-label{
  min-height:18px;
  margin:0 0 10px;
  font-size:11px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}
.gs-mnts-podcast .episode-label.series-name{font-size:10.5px}
.gs-mnts-podcast .episode{
  position:relative;
  height:488px;
  overflow:hidden;
  padding:0 0 92px;
  background:var(--surface);
  border:0;
  border-bottom:1px solid #eeeeee;
  border-radius:0;
  box-shadow:none;
}
.gs-mnts-podcast .thumb{
  display:block;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0;
  border-radius:0;
  background:#f1f1f1;
}
.gs-mnts-podcast .bloglink{display:block}
.gs-mnts-podcast .episode>.bloglink:first-child{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
}
.gs-mnts-podcast .bloglink:hover .title,
.gs-mnts-podcast .bloglink:hover .summary{text-decoration:underline}
.gs-mnts-podcast .title{
  margin:12px 14px 0;
  font-size:15px;
  line-height:1.28;
  font-weight:800;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.gs-mnts-podcast .guests{
  margin:7px 14px 0;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
  color:#1d1d1f;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.gs-mnts-podcast .guest-company{
  color:#909096;
  font-weight:400;
}
.gs-mnts-podcast .summary{
  margin:9px 14px 0;
  font-size:12px;
  line-height:1.52;
  color:var(--muted);
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.gs-mnts-podcast .episode-meta{
  margin:6px 14px 0;
  font-size:10px;
  line-height:1.35;
  font-weight:400;
  color:#85858b;
}
.gs-mnts-podcast .episode-meta .meta-number{font-weight:800;color:#3f3f44}
.gs-mnts-podcast .episode-meta .meta-series{font-weight:800;color:#3f3f44}
.gs-mnts-podcast .episode-meta .meta-global{font-weight:400;color:#85858b}

.gs-mnts-podcast .episode-footer{
  position:absolute;
  left:14px;
  right:14px;
  bottom:8px;
}
.gs-mnts-podcast .etags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-top:0;
}
.gs-mnts-podcast .etag{
  appearance:none;
  font-family:inherit;
  cursor:pointer;
  font-size:8.5px;
  line-height:1.15;
  padding:3px 5px;
  border:1px solid #ededed;
  border-radius:0;
  background:transparent;
  color:var(--muted);
}
.gs-mnts-podcast .etag:hover,
.gs-mnts-podcast .etag:focus-visible{
  border-color:#bdbdc2;
  color:#111;
  background:#fafafa;
}
.gs-mnts-podcast .ytlink{display:inline-block;margin-top:0}

.gs-mnts-podcast .platform-links{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:18px auto 0;
}
.gs-mnts-podcast .platform-links .ytlink-bottom{margin:0}
.gs-mnts-podcast .spotifylink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:34px;
  margin:0;
  padding:8px 13px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-decoration:none;
  background-image:linear-gradient(90deg,#1db954 0%,#32cfbb 50%,#1db954 100%);
  background-size:200% 100%;
  background-position:0% 50%;
  color:#fff;
  border:0;
  border-radius:4px;
  transition:background-position .45s ease;
}
.gs-mnts-podcast .spotifylink:hover,
.gs-mnts-podcast .spotifylink:focus-visible{
  color:#fff;
  background-position:100% 50%;
}
.gs-mnts-podcast .ytlink-bottom{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:34px;
  margin:18px auto 0;
  padding:8px 13px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  text-decoration:none;
  background-image:linear-gradient(90deg,#ff0000 0%,#c90000 50%,#ff0000 100%);
  background-size:200% 100%;
  background-position:0% 50%;
  color:#fff;
  border:0;
  border-radius:4px;
  transition:background-position .45s ease;
}
.gs-mnts-podcast .ytlink-bottom:hover,
.gs-mnts-podcast .ytlink-bottom:focus-visible{
  color:#fff;
  background-position:100% 50%;
}
@media (prefers-reduced-motion:reduce){
  .gs-mnts-podcast .ytlink-bottom,
  .gs-mnts-podcast .spotifylink{transition:none}
}
.gs-mnts-podcast .no-results{
  grid-column:1/-1;
  padding:44px 24px;
  text-align:center;
  color:var(--muted);
  background:var(--surface-alt);
  border:1px solid var(--line);
  border-radius:0;
}
.gs-mnts-podcast .hidden{display:none!important}
.gs-mnts-podcast .empty{color:#b1b1b6;text-align:center;vertical-align:middle}

.gs-mnts-podcast .filter-tools{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:12px;
}
.gs-mnts-podcast .filter-toggle{
  display:none;
}
.gs-mnts-podcast .reset-filters,
.gs-mnts-podcast .filter-toggle{
  appearance:none;
  font:inherit;
  min-height:42px;
  font-size:14px;
  line-height:1.35;
  border:1px solid #dfe3e8;
  border-radius:0;
  background:#fff;
  color:var(--text);
  padding:9px 11px;
  cursor:pointer;
}
.gs-mnts-podcast .reset-filters{
  min-height:38px;
  height:38px;
  min-width:0;
  width:auto;
  padding:7px 14px;
  border-color:#2f343b;
  background:#2f343b;
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  white-space:nowrap;
}
.gs-mnts-podcast .reset-filters:hover,
.gs-mnts-podcast .reset-filters:focus-visible{background:#151922;border-color:#151922;color:#fff}
.gs-mnts-podcast .filter-toggle:hover{background:#eef3f9;border-color:#dfe3e8}
.gs-mnts-podcast .reset-filters:disabled{opacity:1;cursor:default}
.gs-mnts-podcast .filter-panel{display:block}

.gs-mnts-podcast /* Widoczny focus dla obsługi klawiaturą. */
a:focus-visible,
.gs-mnts-podcast button:focus-visible,
.gs-mnts-podcast select:focus-visible{
  outline:3px solid #111;
  outline-offset:3px;
}
.gs-mnts-podcast .ytlink-bottom:focus-visible{
  outline-color:#111;
}
.gs-mnts-podcast .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media (max-width:900px){
  .gs-mnts-podcast .episode-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}
}
@media (max-width:700px){
  .gs-mnts-podcast .filter-grid-top{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gs-mnts-podcast .filter-grid-bottom{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gs-mnts-podcast .reset-filters{justify-self:start}
}
@media (max-width:560px){
  .gs-mnts-podcast .mnts-module-header{padding:0 0 12px}
  .gs-mnts-podcast .wrap{padding:16px 14px 32px}
  .gs-mnts-podcast .filter-toggle{display:inline-block}
  .gs-mnts-podcast .filter-tools{margin-top:0}
  .gs-mnts-podcast .filter-panel{display:none;padding-top:12px}
  .gs-mnts-podcast .filter-panel.is-open{display:block}
  .gs-mnts-podcast .reset-filters{min-height:38px}
  .gs-mnts-podcast .episode-grid{grid-template-columns:1fr;gap:24px}
  .gs-mnts-podcast .episode{height:488px}
}
@media (max-width:480px){
  .gs-mnts-podcast .filter-grid-top,
  .gs-mnts-podcast .filter-grid-bottom{grid-template-columns:1fr}
}
