.lmco-podcast-list,
.lmco-podcast-card {
    --lmco-blue: #24a9c9;
    --lmco-pink: #d64d9f;
    --lmco-yellow: #f2cf47;
    --lmco-ink: #444449;
    --lmco-muted: #777781;
    --lmco-line: #e5e7eb;
    --lmco-surface: #ffffff;
    --lmco-soft: #f7f8fa;
    box-sizing: border-box;
}
.lmco-podcast-list * , .lmco-podcast-card * { box-sizing: border-box; }

.lmco-podcast-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 22px;
    color: var(--lmco-ink);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 700;
}
.lmco-podcast-brand img { width: 126px; height: auto; display: block; }
.lmco-podcast-brand span { padding-left: 16px; border-left: 1px solid var(--lmco-line); }

.lmco-podcast-items { display: grid; gap: 22px; }
.lmco-podcast-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(150px, 210px) 1fr;
    overflow: hidden;
    background: var(--lmco-surface);
    border: 1px solid var(--lmco-line);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(35, 40, 55, .07);
}
.lmco-podcast-card:not(.has-cover) { grid-template-columns: 1fr; }
.lmco-podcast-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--lmco-yellow), var(--lmco-pink), var(--lmco-blue));
}
.lmco-podcast-cover { min-height: 100%; background: var(--lmco-soft); }
.lmco-podcast-cover a, .lmco-podcast-cover img { display: block; width: 100%; height: 100%; }
.lmco-podcast-cover img { object-fit: cover; min-height: 100%; }
.lmco-podcast-body { min-width: 0; padding: 24px 26px 22px; }
.lmco-podcast-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.lmco-podcast-title { margin: 0; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.25; color: var(--lmco-ink); }
.lmco-podcast-title a { color: inherit; text-decoration: none; }
.lmco-podcast-title a:hover, .lmco-podcast-title a:focus { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.lmco-podcast-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 7px; color: var(--lmco-muted); font-size: .88rem; }
.lmco-podcast-mark { width: 76px; height: auto; opacity: .82; flex: 0 0 auto; }
.lmco-podcast-description { margin: 15px 0 18px; color: var(--lmco-ink); line-height: 1.55; }

.lmco-podcast-audio { display: none; }
.lmco-podcast-player { margin-top: 16px; }
.lmco-podcast-controls { display: flex; align-items: center; gap: 10px; }
.lmco-podcast-btn {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--lmco-line);
    border-radius: 50%;
    background: #fff;
    color: var(--lmco-ink);
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.lmco-podcast-btn:hover { transform: translateY(-1px); border-color: #cbd0d8; box-shadow: 0 5px 14px rgba(35,40,55,.08); }
.lmco-podcast-btn:focus-visible, .lmco-podcast-action:focus-visible, .lmco-podcast-speed:focus-visible, .lmco-podcast-progress:focus-visible { outline: 3px solid rgba(36,169,201,.25); outline-offset: 2px; }
.lmco-podcast-play {
    width: 52px;
    height: 52px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--lmco-pink), var(--lmco-blue));
    box-shadow: 0 8px 20px rgba(169, 68, 154, .20);
}
.lmco-icon-play { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; margin-left: 3px; }
.lmco-podcast-play.is-playing .lmco-icon-play { width: 12px; height: 14px; border: 0; margin: 0; position: relative; }
.lmco-podcast-play.is-playing .lmco-icon-play::before, .lmco-podcast-play.is-playing .lmco-icon-play::after { content: ""; position: absolute; top: 0; width: 4px; height: 14px; background: currentColor; border-radius: 1px; }
.lmco-podcast-play.is-playing .lmco-icon-play::before { left: 1px; }
.lmco-podcast-play.is-playing .lmco-icon-play::after { right: 1px; }
.lmco-podcast-skip { font-size: 20px; line-height: 1; }
.lmco-podcast-skip small { font-size: 9px; font-weight: 700; margin-top: 4px; }
.lmco-icon-volume {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.lmco-icon-volume-svg {
    display: block;
    width: 20px;
    height: 20px;
    overflow: visible;
}
.lmco-icon-volume-svg .lmco-icon-speaker-shape {
    fill: currentColor;
}
.lmco-icon-volume-svg .lmco-icon-wave,
.lmco-icon-volume-svg .lmco-icon-mute-x-1,
.lmco-icon-volume-svg .lmco-icon-mute-x-2 {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lmco-icon-volume-svg .lmco-icon-wave-1 {
    stroke-width: 2.2;
}
.lmco-icon-volume-svg .lmco-icon-wave-2 {
    stroke-width: 2.1;
}
.lmco-icon-volume-svg .lmco-icon-mute-x-1,
.lmco-icon-volume-svg .lmco-icon-mute-x-2 {
    display: none;
    stroke-width: 2.6;
}
.lmco-podcast-mute.is-muted .lmco-icon-volume-svg .lmco-icon-wave {
    display: none;
}
.lmco-podcast-mute.is-muted .lmco-icon-volume-svg .lmco-icon-mute-x-1,
.lmco-podcast-mute.is-muted .lmco-icon-volume-svg .lmco-icon-mute-x-2 {
    display: block;
}
.lmco-podcast-speed-label { margin-left: auto; }
.lmco-podcast-speed { min-width: 72px; height: 40px; padding: 0 30px 0 12px; border: 1px solid var(--lmco-line); border-radius: 10px; background: #fff; color: var(--lmco-ink); }

.lmco-podcast-timeline-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 14px; }
.lmco-podcast-current, .lmco-podcast-duration { color: var(--lmco-muted); font-size: .82rem; font-variant-numeric: tabular-nums; min-width: 38px; }
.lmco-podcast-duration { text-align: right; }
.lmco-podcast-progress {
    --lmco-progress: 0%;
    width: 100%;
    height: 5px;
    margin: 0;
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lmco-pink) 0%, var(--lmco-blue) var(--lmco-progress), #dfe3e8 var(--lmco-progress), #dfe3e8 100%);
    cursor: pointer;
}
.lmco-podcast-progress::-webkit-slider-thumb { appearance: none; width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; background: var(--lmco-blue); box-shadow: 0 1px 5px rgba(0,0,0,.25); }
.lmco-podcast-progress::-moz-range-thumb { width: 10px; height: 10px; border: 3px solid #fff; border-radius: 50%; background: var(--lmco-blue); box-shadow: 0 1px 5px rgba(0,0,0,.25); }

.lmco-podcast-actions {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid var(--lmco-line);
    line-height: 1 !important;
}
.lmco-podcast-actions > * {
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.lmco-podcast-share-wrap,
.lmco-podcast-download-wrap {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}
.lmco-podcast-action,
.lmco-podcast-actions .lmco-podcast-action,
.lmco-podcast-actions button.lmco-podcast-action,
.lmco-podcast-actions a.lmco-podcast-action {
    appearance: none;
    -webkit-appearance: none;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px;
    margin: 0 !important;
    min-height: 32px !important;
    max-height: 32px !important;
    height: 32px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: var(--lmco-ink) !important;
    text-decoration: none !important;
    font-family: inherit !important;
    font-size: .9rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer;
    padding: 0 !important;
    vertical-align: middle !important;
}
.lmco-podcast-action > span {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.lmco-podcast-action::-moz-focus-inner { border: 0; padding: 0; }
.lmco-podcast-action:hover,
.lmco-podcast-actions .lmco-podcast-action:hover {
    color: var(--lmco-pink) !important;
    text-decoration: none !important;
}
.lmco-podcast-status { margin-left: auto; color: var(--lmco-muted); font-size: .82rem; }

.lmco-podcast-share-menu[hidden] { display: none !important; }
.lmco-podcast-share-menu {
    --lmco-ink: #444449;
    --lmco-muted: #777781;
    --lmco-line: #e5e7eb;
    --lmco-soft: #f7f8fa;
    --lmco-pink: #d64d9f;
    box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    position: absolute;
    z-index: 40;
    left: 0;
    bottom: calc(100% + 10px);
    width: min(310px, calc(100vw - 36px));
    max-height: min(620px, calc(100vh - 32px));
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--lmco-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(35, 40, 55, .16);
}
.lmco-podcast-share-menu.is-floating {
    position: fixed;
    z-index: 999999;
    right: auto;
    bottom: auto;
    margin: 0;
}
.lmco-podcast-share-menu-title {
    margin: 0 !important;
    padding: 4px 8px 8px !important;
    color: var(--lmco-ink) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}
.lmco-podcast-share-menu-subtitle {
    margin: 0 !important;
    padding: 7px 8px 5px !important;
    color: var(--lmco-muted) !important;
    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.lmco-podcast-share-divider {
    display: block !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    margin: 7px 4px !important;
    padding: 0 !important;
    background: var(--lmco-line);
    border: 0 !important;
}
.lmco-podcast-share-item,
.lmco-podcast-share-menu button.lmco-podcast-share-item,
.lmco-podcast-share-menu a.lmco-podcast-share-item,
body.single-lmco_podcast .lmco-podcast-share-menu button.lmco-podcast-share-item,
body.single-lmco_podcast .lmco-podcast-share-menu a.lmco-podcast-share-item {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 7px 8px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: var(--lmco-ink) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    text-align: left !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    letter-spacing: normal !important;
    white-space: normal !important;
    cursor: pointer;
    box-sizing: border-box !important;
}
.lmco-podcast-share-item > span:not(.lmco-share-icon) {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 18px !important;
}
.lmco-podcast-share-item:hover,
.lmco-podcast-share-item:focus-visible {
    background: var(--lmco-soft) !important;
    color: var(--lmco-pink) !important;
    outline: none;
}
.lmco-share-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
    flex: 0 0 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--lmco-line) !important;
    border-radius: 50% !important;
    color: var(--lmco-ink) !important;
    background: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}
.lmco-share-icon-facebook { font-family: Arial, sans-serif !important; font-size: 15px !important; }
.lmco-share-icon-linkedin { font-family: Arial, sans-serif !important; font-size: 10px !important; }
.lmco-share-icon-x { font-family: Arial, sans-serif !important; font-size: 11px !important; }
.lmco-share-icon-wa { font-family: Arial, sans-serif !important; font-size: 8px !important; }
.lmco-share-icon-instagram { font-size: 17px !important; font-weight: 500 !important; }


.lmco-podcast-pagination { margin-top: 28px; }
.lmco-podcast-pagination .page-numbers { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lmco-podcast-pagination a, .lmco-podcast-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--lmco-line); border-radius: 10px; color: var(--lmco-ink); background: #fff; text-decoration: none; }
.lmco-podcast-pagination .current { border-color: transparent; color: #fff; background: linear-gradient(135deg, var(--lmco-pink), var(--lmco-blue)); }
.lmco-podcast-pagination a:hover { border-color: var(--lmco-blue); }
.lmco-podcast-empty, .lmco-podcast-warning { padding: 18px; border: 1px solid var(--lmco-line); border-radius: 12px; background: var(--lmco-soft); }

@media (max-width: 700px) {
    .lmco-podcast-card { grid-template-columns: 1fr; border-radius: 15px; }
    .lmco-podcast-cover { max-height: 240px; }
    .lmco-podcast-cover img { max-height: 240px; }
    .lmco-podcast-body { padding: 20px 18px 18px; }
    .lmco-podcast-heading { gap: 10px; }
    .lmco-podcast-mark { width: 60px; }
    .lmco-podcast-controls { gap: 7px; }
    .lmco-podcast-btn { width: 39px; height: 39px; }
    .lmco-podcast-play { width: 48px; height: 48px; }
    .lmco-podcast-speed { min-width: 66px; padding-left: 9px; }
}

@media (max-width: 430px) {
    .lmco-podcast-share-menu { left: 0; width: min(270px, calc(100vw - 32px)); }
    .lmco-podcast-brand img { width: 105px; }
    .lmco-podcast-mark { display: none; }
    .lmco-podcast-controls { justify-content: space-between; }
    .lmco-podcast-speed-label { margin-left: 0; }
    .lmco-podcast-timeline-row { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .lmco-podcast-btn { transition: none; }
}
