.plc-widget,
.plc-market-strip,
.plc-live,
.plc-ad {
    background: #0b1220;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.plc-widget {
    padding: 14px;
}

.plc-widget__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.plc-widget__header h3,
.plc-live h2 {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.plc-widget__header span,
.plc-sponsor,
.plc-ad__label {
    color: #a1a1aa;
    font-size: 12px;
}

.plc-dollar__grid,
.plc-crypto__list {
    display: grid;
    gap: 8px;
}

.plc-dollar__row,
.plc-crypto__row {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 6px;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(70px, 1fr) auto auto;
    padding: 9px 10px;
}

.plc-crypto__row .is-up {
    color: #22c55e;
}

.plc-crypto__row .is-down {
    color: #ff2d55;
}

.plc-weather__main {
    align-items: center;
    display: flex;
    gap: 14px;
}

.plc-weather__main strong {
    color: #22d3ee;
    font-size: 34px;
    line-height: 1;
}

.plc-weather__main span,
.plc-weather__main small {
    display: block;
}

.plc-weather__meta {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
}

.plc-market-strip {
    overflow: hidden;
    padding: 10px 12px;
}

.plc-market-strip__inner {
    align-items: center;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
}

.plc-breaking {
    align-items: center;
    background: #ff2d55;
    color: #050505;
    display: flex;
    gap: 16px;
    overflow: hidden;
    padding: 10px 14px;
}

.plc-breaking strong {
    flex: 0 0 auto;
    text-transform: uppercase;
}

.plc-breaking__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    white-space: nowrap;
}

.plc-breaking a,
.plc-breaking span {
    color: #050505;
    font-weight: 700;
}

.plc-live {
    padding: 18px;
}

.plc-live__status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    padding: 5px 9px;
    text-transform: uppercase;
}

.plc-live__status--live {
    background: #ff2d55;
    color: #fff;
}

.plc-live__status--offline,
.plc-live__status--upcoming {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.plc-live__embed {
    aspect-ratio: 16 / 9;
    background: #050505;
    border-radius: 8px;
    margin: 14px 0;
    overflow: hidden;
}

.plc-live__embed iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.plc-live__fallback {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    margin: 14px 0;
    padding: 16px;
}

.plc-live__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.plc-button {
    align-items: center;
    background: #22d3ee;
    border-radius: 6px;
    color: #050505;
    display: inline-flex;
    font-weight: 800;
    min-height: 40px;
    padding: 0 14px;
    text-decoration: none;
}

.plc-button--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.plc-ad {
    padding: 12px;
}

.plc-ad__label {
    display: block;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.plc-audio {
    background: rgba(5, 5, 5, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 14px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.plc-audio__inner {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    max-width: 1180px;
}

.plc-audio button {
    align-items: center;
    background: #22d3ee;
    border: 0;
    border-radius: 999px;
    color: #050505;
    display: inline-flex;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    min-width: 36px;
}

.plc-audio__next {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.plc-audio__meta {
    display: grid;
    flex: 1;
    min-width: 0;
}

.plc-audio__meta strong,
.plc-audio__meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plc-audio__meta span {
    color: #a1a1aa;
    font-size: 13px;
}

.plc-audio__volume input {
    width: 90px;
}

@media (max-width: 640px) {
    .plc-dollar__row,
    .plc-crypto__row {
        grid-template-columns: 1fr;
    }

    .plc-audio__volume {
        display: none;
    }
}
