
.smpa-player {
  max-width: min(920px, calc(100vw - 40px));
  margin: 24px auto 32px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid #e6e8ee;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 214, 96, .18), transparent 32%),
    #fff;
  color: #101828;
}

.smpa-head p,
.smpa-podcast-box p {
  margin: 0 0 6px;
  color: #667085;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.smpa-head h2,
.smpa-podcast-box h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.smpa-head span,
.smpa-podcast-box span,
.smpa-note {
  display: block;
  margin-top: 8px;
  color: #667085;
  line-height: 1.6;
}

.smpa-player audio {
  width: 100%;
  margin-top: 20px;
}

.smpa-browser-reader {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.smpa-browser-reader button {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid #e6e8ee;
  background: #f6f6f4;
  color: #101828;
  padding: 10px 16px;
  font-weight: 900;
  cursor: pointer;
}

.smpa-browser-reader .smpa-play {
  background: #111;
  color: #fff;
  border-color: #111;
}

.smpa-status {
  color: #667085;
  font-weight: 800;
}

.smpa-podcast {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 999px;
  padding: 11px 16px;
  background: #fff3d0;
  color: #101828;
  text-decoration: none;
  font-weight: 900;
}

.smpa-podcast-box {
  max-width: min(920px, calc(100vw - 40px));
  margin: 24px auto 32px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid #e6e8ee;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.smpa-podcast-box a {
  white-space: nowrap;
  border-radius: 999px;
  padding: 13px 18px;
  background: #111;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 640px) {
  .smpa-player,
  .smpa-podcast-box {
    max-width: calc(100vw - 32px);
    border-radius: 24px;
  }

  .smpa-browser-reader {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .smpa-browser-reader button {
    width: 100%;
  }

  .smpa-status {
    grid-column: 1 / -1;
  }

  .smpa-podcast-box {
    display: grid;
  }

  .smpa-podcast-box a {
    text-align: center;
  }
}

.sm-dark .smpa-player,
.sm-dark .smpa-podcast-box {
  background: #11161d;
  border-color: #27303a;
  color: #fff;
}

.sm-dark .smpa-head p,
.sm-dark .smpa-head span,
.sm-dark .smpa-podcast-box p,
.sm-dark .smpa-podcast-box span,
.sm-dark .smpa-status,
.sm-dark .smpa-note {
  color: #aab4c0;
}

.sm-dark .smpa-browser-reader button {
  background: #1b222c;
  border-color: #27303a;
  color: #fff;
}

.sm-dark .smpa-browser-reader .smpa-play {
  background: #fff;
  color: #111;
}
