.sti-ap-wrap {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.sti-ap-btn {
  cursor: pointer;
  padding: 6px 14px;
  border: 0;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 14px;
}

.sti-ap-status {
  font-size: 12px;
  color: #6b7280;
}

.sti-ap-error {
  color: #dc2626;
  font-weight: 600;
}


.sti-ap-media-wrap{
  width:100%;
  max-width: 900px;
  margin: 12px auto;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.sti-ap-video iframe,
.sti-ap-video video{
  display:block;
  width:100%;
}

.sti-ap-audio-box{
  padding: 10px 12px;
  border-top: 1px solid #e2e8f0;
  background:#f8fafc;
}

/* ✅ Fix WP admin menu SVG alignment */
#adminmenu .toplevel_page_sti-audiopress .wp-menu-image img {
  width: 20px !important;
  height: 20px !important;
  padding: 6px 0 0 0 !important;  /* adjust vertical alignment */
  opacity: 0.95;
}