.ocm-channel-home,
.ocm-directory,
.ocm-about,
.ocm-become-opedian {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
}
.ocm-channel-header {
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
}
.ocm-channel-banner {
  min-height: 230px;
  background: linear-gradient(135deg, #111, #7b1113);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.ocm-channel-banner.is-placeholder:before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(255,255,255,.55);
  border-radius: 16px;
}
.ocm-clickable-media:hover {
  filter: brightness(1.06);
}
.ocm-banner-placeholder-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  text-align: center;
  padding: 22px;
  max-width: 680px;
}
.ocm-banner-placeholder-copy strong {
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}
.ocm-banner-placeholder-copy span {
  font-size: .96rem;
  opacity: .9;
}
.ocm-channel-identity {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px;
}
.ocm-avatar-link {
  text-decoration: none;
  color: inherit;
  flex: 0 0 auto;
}
.ocm-channel-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
  flex: 0 0 auto;
}
.ocm-channel-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  font-weight: 700;
  background: #111;
  color: #fff;
}
.ocm-channel-avatar-placeholder span {
  font-size: 38px;
  line-height: 1;
}
.ocm-channel-avatar-placeholder small {
  font-size: 11px;
  opacity: .8;
}
.ocm-channel-identity h1 {
  margin: 0 0 6px;
  line-height: 1.1;
}
.ocm-tagline,
.ocm-meta,
.ocm-powered,
.ocm-edit-hint {
  margin: 4px 0;
}
.ocm-powered,
.ocm-edit-hint,
.ocm-small-note {
  font-size: .85rem;
  opacity: .72;
}
.ocm-three-column {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(0, 2.5fr) minmax(160px, 1fr);
  gap: 20px;
  align-items: start;
}
.ocm-main-column,
.ocm-sidebar,
.ocm-sponsor-cta,
.ocm-recommended,
.ocm-channel-posts,
.ocm-empty-card,
.ocm-become-opedian {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
.ocm-main-column .ocm-channel-posts,
.ocm-main-column .ocm-recommended,
.ocm-main-column .ocm-sponsor-cta {
  margin-bottom: 18px;
}
.ocm-ad-placeholder,
.ocm-inline-ad-slot,
.ocm-editing-tools {
  border: 2px dashed #bbb;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  background: #fafafa;
}
.ocm-inline-ad-slot,
.ocm-editing-tools {
  margin-top: 18px;
}
.ocm-network-ad-stack {
  display: grid;
  gap: 16px;
}
.ocm-network-ad img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.ocm-accordion-list {
  display: grid;
  gap: 10px;
}
.ocm-accordion-title {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 15px 18px;
  background: #111;
  color: #fff;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}
.ocm-accordion-title:after {
  content: '+';
  float: right;
}
.ocm-accordion-title[aria-expanded="true"]:after {
  content: '–';
}
.ocm-accordion-panel {
  padding: 18px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.ocm-post-content img,
.ocm-post-content video,
.ocm-post-content iframe {
  max-width: 100%;
}
.ocm-edit-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ocm-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.ocm-card {
  display: grid;
  gap: 6px;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 14px;
  color: inherit;
  background: #fff;
}
.ocm-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
.ocm-directory-search {
  display: flex;
  gap: 10px;
  margin: 16px 0;
}
.ocm-directory-search input {
  min-width: 260px;
  flex: 1;
  padding: 12px;
}
.ocm-directory-search button,
.ocm-button {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}
.ocm-button:hover,
.ocm-directory-search button:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}
.ocm-button-secondary {
  background: #444;
}
.ocm-directory-actions {
  margin: 18px 0;
}
@media (max-width: 900px) {
  .ocm-three-column {
    grid-template-columns: 1fr;
  }
  .ocm-main-column {
    order: 1;
  }
  .ocm-sidebar-left {
    order: 2;
  }
  .ocm-sidebar-right {
    order: 3;
  }
  .ocm-channel-identity {
    align-items: flex-start;
  }
}

/* v1.0.6 channel presentation refinements */
.ocm-channel-site.ocm-channel-front-page .site-main,
.ocm-channel-site.ocm-channel-front-page .site-main > article,
.ocm-channel-site.ocm-channel-front-page .page-content,
.ocm-channel-site.ocm-channel-front-page .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ocm-channel-site.ocm-channel-front-page .entry-title,
.ocm-channel-site.ocm-channel-front-page .page-header,
.ocm-channel-site.ocm-channel-front-page .post-header {
  display: none !important;
}
.ocm-channel-site .site-main {
  overflow-x: hidden;
}
.ocm-channel-home {
  max-width: none !important;
  width: 100% !important;
  padding: 24px clamp(14px, 2vw, 34px) 40px !important;
}
.ocm-channel-header {
  max-width: none;
  border-radius: 18px;
  overflow: visible;
}
.ocm-channel-banner {
  min-height: clamp(260px, 26vw, 430px);
  border-radius: 18px 18px 0 0;
}
.ocm-channel-identity {
  position: relative;
  margin-top: -74px;
  padding: 0 clamp(22px, 3vw, 42px) 28px;
  align-items: flex-end;
  min-height: 150px;
}
.ocm-avatar-link,
.ocm-channel-avatar {
  position: relative;
  z-index: 2;
}
.ocm-channel-avatar {
  width: clamp(118px, 10vw, 152px);
  height: clamp(118px, 10vw, 152px);
  border: 6px solid #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
}
.ocm-channel-avatar-placeholder span {
  font-size: clamp(42px, 4vw, 62px);
}
.ocm-channel-identity > div:last-child {
  padding-bottom: 8px;
}
.ocm-three-column {
  grid-template-columns: minmax(160px, 260px) minmax(0, 1fr) minmax(160px, 260px) !important;
  gap: clamp(16px, 2vw, 26px);
}
.ocm-main-column {
  min-width: 0;
}
.ocm-main-column .ocm-channel-posts {
  padding: clamp(18px, 2vw, 28px);
}
.ocm-main-column .ocm-channel-posts h2 {
  margin-top: 0;
}
.ocm-accordion-list,
.ocm-accordion-item,
.ocm-accordion-title,
.ocm-accordion-panel {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.ocm-accordion-title {
  display: block !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  background: #111 !important;
  color: #fff !important;
  text-align: left !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.ocm-accordion-title:hover,
.ocm-accordion-title:focus {
  background: #222 !important;
  color: #fff !important;
}
.ocm-front-customizer {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
  padding: 20px;
  margin: 0 0 22px;
}
.ocm-front-customizer h2 {
  margin-top: 0;
}
.ocm-customizer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 16px 0;
}
.ocm-customizer-grid label {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
}
.ocm-customizer-grid label span {
  font-size: .9rem;
  opacity: .78;
}
.ocm-customizer-wide {
  grid-column: 1 / -1;
}
.ocm-customizer-wide input[type="text"] {
  width: 100%;
  padding: 10px 12px;
}
.ocm-success-message {
  border-left: 4px solid #46b450;
  background: #f0fff4;
  padding: 10px 12px;
  margin-bottom: 14px;
}
@media (max-width: 900px) {
  .ocm-channel-identity {
    align-items: center;
    margin-top: -58px;
  }
  .ocm-customizer-grid {
    grid-template-columns: 1fr;
  }
}
.ocm-front-post-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  text-align: left;
}
.ocm-front-post-form label {
  display: grid;
  gap: 6px;
}
.ocm-front-post-form input[type="text"],
.ocm-front-post-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  font: inherit;
}
.ocm-front-post-form textarea {
  min-height: 220px;
  resize: vertical;
}


/* v1.0.7 identity/editor refinements */
.ocm-channel-site.ocm-channel-front-page .site-header,
.ocm-channel-site.ocm-channel-front-page #site-header,
.ocm-channel-site.ocm-channel-front-page header.site-header,
.ocm-channel-site.ocm-channel-front-page .site-branding,
.ocm-channel-site.ocm-channel-front-page .site-title {
  display: none !important;
}
.ocm-channel-site.ocm-channel-front-page .site-main,
.ocm-channel-site.ocm-channel-front-page main.site-main,
.ocm-channel-site.ocm-channel-front-page .hentry,
.ocm-channel-site.ocm-channel-front-page .entry-content {
  max-width: none !important;
}
.ocm-channel-identity {
  align-items: flex-start !important;
  margin-top: -78px !important;
  padding-bottom: 24px !important;
}
.ocm-identity-copy {
  padding-top: 84px;
  min-width: 0;
}
.ocm-identity-copy h1 {
  margin: 0 0 6px !important;
  line-height: 1.08 !important;
  color: #222 !important;
  text-shadow: none !important;
}
.ocm-identity-actions {
  margin: 0 !important;
  font-size: .95rem;
}
.ocm-identity-actions a,
.ocm-floating-success a {
  font-weight: 700;
}
.ocm-front-customizer.is-hidden {
  display: none;
}
.ocm-floating-success {
  margin: 0 0 20px !important;
}
.ocm-channel-header .ocm-tagline,
.ocm-channel-header .ocm-meta,
.ocm-channel-header .ocm-powered,
.ocm-channel-header .ocm-edit-hint {
  display: none !important;
}
@media (max-width: 700px) {
  .ocm-channel-identity {
    gap: 12px;
    margin-top: -62px !important;
  }
  .ocm-identity-copy {
    padding-top: 72px;
  }
  .ocm-identity-copy h1 {
    font-size: clamp(1.35rem, 7vw, 2rem) !important;
  }
}

/* v1.0.10 visitor actions, editor links, and utility accordions */
.ocm-channel-identity {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end !important;
}
.ocm-channel-visitor-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding-top: 84px;
  max-width: 520px;
}
.ocm-channel-visitor-actions a,
.ocm-channel-visitor-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.ocm-channel-visitor-actions a:hover,
.ocm-channel-visitor-actions button:hover {
  border-color: #d93672;
  color: #d93672;
  text-decoration: none;
}
.ocm-channel-visitor-actions .ocm-muted-action {
  opacity: .58;
  cursor: help;
}
.ocm-editor-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 14px 0;
}
.ocm-light-button {
  background: #fff !important;
  color: #222 !important;
  border: 1px solid #dcdcde !important;
}
.ocm-secondary-button {
  background: #d93672 !important;
}
.ocm-utility-accordion {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.ocm-utility-accordion .ocm-accordion-list {
  display: block;
}
.ocm-utility-accordion .ocm-info-accordion-item {
  margin: 0;
}
.ocm-utility-accordion .ocm-accordion-panel {
  background: #fff;
}
@media (max-width: 980px) {
  .ocm-channel-identity {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }
  .ocm-channel-visitor-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 6px;
    padding-left: calc(clamp(118px, 10vw, 152px) + 18px);
    max-width: none;
  }
}
@media (max-width: 700px) {
  .ocm-channel-visitor-actions {
    padding-left: 0;
  }
}

/* v1.0.11 header action panels and plain-text editor flow */
.ocm-channel-actions-wrap {
  padding-top: 84px;
  max-width: 560px;
}
.ocm-channel-actions-wrap .ocm-channel-visitor-actions {
  padding-top: 0;
  max-width: none;
}
.ocm-header-action-panels {
  margin-top: 10px;
}
.ocm-header-action-panel {
  background: rgba(255,255,255,.95);
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  padding: 14px;
  max-width: 540px;
}
.ocm-header-action-panel p {
  margin: 6px 0;
}
.ocm-editor-action-row-below-text {
  justify-content: flex-start;
  margin: 4px 0 0;
}
.ocm-front-post-form textarea {
  font-family: inherit;
  line-height: 1.45;
}
.ocm-main-column .ocm-channel-posts {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .ocm-channel-actions-wrap {
    grid-column: 1 / -1;
    padding-top: 6px;
    padding-left: calc(clamp(118px, 10vw, 152px) + 18px);
    max-width: none;
  }
  .ocm-channel-actions-wrap .ocm-channel-visitor-actions {
    padding-left: 0;
  }
  .ocm-header-action-panel {
    max-width: none;
  }
}
@media (max-width: 700px) {
  .ocm-channel-actions-wrap {
    padding-left: 0;
  }
}


/* v1.0.12 banner video support and editing flow tweaks */
.ocm-channel-banner.has-video {
  overflow: hidden;
  background: #111;
}
.ocm-banner-video-native,
.ocm-banner-video-embed,
.ocm-banner-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.ocm-banner-video-native {
  object-fit: cover;
}
.ocm-banner-video-embed iframe {
  border: 0;
}
.ocm-banner-edit-overlay {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #222;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}
.ocm-banner-edit-overlay:hover {
  color: #d93672;
  text-decoration: none;
}
.ocm-customizer-grid input[type="url"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dcdcde;
  border-radius: 8px;
}


/* v1.0.13: use a true 16:9 banner/video area for Opedian channel headers. */
.ocm-channel-site .ocm-channel-banner,
.ocm-channel-home .ocm-channel-banner {
  aspect-ratio: 16 / 9;
  min-height: 0 !important;
  height: auto;
}
.ocm-channel-site .ocm-channel-banner.has-video,
.ocm-channel-home .ocm-channel-banner.has-video {
  aspect-ratio: 16 / 9;
}
.ocm-channel-site .ocm-banner-video-embed iframe,
.ocm-channel-home .ocm-banner-video-embed iframe {
  aspect-ratio: 16 / 9;
}
@media (max-width: 700px) {
  .ocm-channel-site .ocm-channel-banner,
  .ocm-channel-home .ocm-channel-banner {
    aspect-ratio: 16 / 9;
    min-height: 0 !important;
  }
}

/* v1.0.14: recommended Opedians, sponsor inquiry, and share tools */
.ocm-link-button {
  border: 0;
  background: transparent;
  color: #d93672;
  padding: 0;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.ocm-channel-visitor-actions .is-active {
  border-color: #d93672 !important;
  background: #d93672 !important;
  color: #fff !important;
}
.ocm-header-action-panel form {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}
.ocm-header-action-panel label {
  display: grid;
  gap: 5px;
  font-weight: 700;
}
.ocm-header-action-panel label span,
.ocm-header-action-panel .ocm-small-note {
  font-weight: 400;
}
.ocm-header-action-panel input[type="text"],
.ocm-header-action-panel input[type="email"],
.ocm-header-action-panel input[type="tel"],
.ocm-header-action-panel input[type="url"],
.ocm-header-action-panel select,
.ocm-header-action-panel textarea,
.ocm-share-row input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}
.ocm-form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.ocm-recommendation-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
}
.ocm-recommendation-row {
  display: grid;
  gap: 3px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}
.ocm-recommendation-row em {
  color: #8a5a00;
  font-size: .85rem;
}
.ocm-inline-delete-form {
  margin: 2px 0 0 !important;
}
.ocm-checkbox-line {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
  font-weight: 400 !important;
}
.ocm-share-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}
.ocm-error-message {
  border-left: 4px solid #d63638;
  background: #fff5f5;
  padding: 10px 12px;
  margin: 8px 0 12px;
}
.ocm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}
@media (max-width: 700px) {
  .ocm-form-grid-two,
  .ocm-share-row {
    grid-template-columns: 1fr;
  }
}


/* v1.0.15 — imported chapter post layout and owner controls */
.ocm-accordion-item.is-pinned-top .ocm-accordion-title::before {
  content: "Pinned • ";
  font-weight: 700;
  opacity: .8;
}
.pr-song-chapter-post {
  overflow: auto;
}
.pr-song-intro-wrap {
  display: block;
}
.pr-song-image-slot {
  float: left;
  width: 50% !important;
  max-width: 50% !important;
  min-width: 50% !important;
  aspect-ratio: 1 / 1;
  margin: 4px 28px 18px 0;
  box-sizing: border-box;
}
.pr-song-image-slot img,
.pr-song-featured-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(0,0,0,.12);
}
.pr-song-image-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  box-sizing: border-box;
  border: 2px dashed #bbb;
  border-radius: 14px;
  background: #f6f6f6;
  color: #555;
  font-weight: 700;
}
.pr-song-text-slot p:first-child {
  margin-top: 0;
}
.ocm-editing-tools-collapsible {
  text-align: left;
}
.ocm-edit-post-summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d6336c;
  border-radius: 999px;
  padding: 8px 14px;
  color: #d6336c;
  background: #fff;
  font-weight: 700;
  list-style: none;
}
.ocm-edit-post-summary::-webkit-details-marker {
  display: none;
}
.ocm-editing-tools-collapsible[open] .ocm-edit-post-summary {
  margin-bottom: 14px;
}
.ocm-editing-tools-inner {
  text-align: center;
}
.ocm-pin-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
  font-weight: 700;
}
@media (max-width: 700px) {
  .pr-song-image-slot {
    float: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 16px;
  }
}


/* v1.0.16 — compact mobile channel header actions */
@media (max-width: 768px) {
  .ocm-channel-site.ocm-channel-front-page {
    overflow-x: hidden !important;
  }

  .ocm-channel-identity {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: end !important;
    padding: 14px 14px 16px !important;
    margin-top: -52px !important;
  }

  .ocm-channel-avatar {
    width: 74px !important;
    height: 74px !important;
    border-width: 3px !important;
  }

  .ocm-identity-copy {
    padding-top: 54px !important;
  }

  .ocm-identity-copy h1 {
    font-size: clamp(1.35rem, 6.4vw, 2rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 4px !important;
  }

  .ocm-channel-actions-wrap {
    grid-column: 1 / -1 !important;
    padding: 2px 0 0 !important;
    max-width: 100% !important;
  }

  .ocm-channel-actions-wrap .ocm-channel-visitor-actions,
  .ocm-channel-visitor-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .ocm-channel-visitor-actions a,
  .ocm-channel-visitor-actions button {
    min-height: 30px !important;
    padding: 6px 9px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
  }

  .ocm-header-action-panels {
    margin-top: 8px !important;
  }

  .ocm-header-action-panel {
    max-width: 100% !important;
    font-size: .95rem !important;
  }
}


/* v1.0.17 — larger chapter cover and two-line drop cap on desktop */
@media (min-width: 769px) {
  .pr-song-text-slot p:first-of-type::first-letter {
    float: left;
    font-size: 3.1em;
    line-height: 0.78;
    font-weight: 800;
    padding-right: 8px;
    padding-top: 4px;
  }
}


/* v1.0.18 — force stable centered mobile chapter covers */
@media only screen and (max-width: 768px) {
  .pr-song-chapter-post {
    overflow: hidden !important;
  }

  .pr-song-intro-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .pr-song-image-slot {
    float: none !important;
    clear: both !important;
    display: block !important;
    width: min(82%, 340px) !important;
    max-width: min(82%, 340px) !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 auto 24px auto !important;
    padding: 0 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .pr-song-image-slot img,
  .pr-song-featured-image {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 auto !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  .pr-song-text-slot {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
