.dpg-article-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 8px 0 16px;
}

.dpg-article-content p {
    margin: 0 0 22px;
    color: inherit;
    font-size: 17px;
    line-height: 1.9;
}

.dpg-article-image-link {
    position: relative;
    display: block;
    margin: 0 0 26px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    line-height: 0;
}

.dpg-article-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.dpg-article-image-link.has-controller .dpg-demo-controller {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    pointer-events: none;
}

.dpg-demo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FF0033;
    backdrop-filter: blur(5px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.36), inset 0 1px 0 rgba(255,255,255,0.18);
    transform: translate(-50%, -50%);
}

.dpg-demo-play::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 25px solid #fff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.18));
}

.dpg-demo-bar {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 11px;
    height: 46px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(24, 23, 28, 0.72), rgba(8, 9, 13, 0.66));
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.16);
}

.dpg-demo-mini-play,
.dpg-demo-volume,
.dpg-demo-gear,
.dpg-demo-fullscreen {
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    color: rgba(255,255,255,0.94);
}

.dpg-demo-mini-play::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid currentColor;
}

.dpg-demo-time {
    flex: 0 0 auto;
    min-width: 28px;
    color: rgba(255,255,255,0.88);
    font: 600 11px/1 Arial, sans-serif;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.dpg-demo-line {
    position: relative;
    flex: 1 1 auto;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.34);
    overflow: hidden;
}

.dpg-demo-line span {
    display: block;
    position: relative;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.12);
}

.dpg-demo-controller.is-track-2 .dpg-demo-line span {
    width: 34%;
}

.dpg-demo-controller.is-track-3 .dpg-demo-line span {
    width: 58%;
}

.dpg-demo-controller.is-track-4 .dpg-demo-line span {
    width: 27%;
}

.dpg-demo-volume::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 5px;
    width: 5px;
    height: 7px;
    background: currentColor;
    clip-path: polygon(0 22%, 45% 22%, 100% 0, 100% 100%, 45% 78%, 0 78%);
}

.dpg-demo-volume::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 4px;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
}

.dpg-demo-gear::before {
    content: "";
    position: absolute;
    inset: 2px;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-shadow:
        0 -5px 0 -3px currentColor,
        0 5px 0 -3px currentColor,
        5px 0 0 -3px currentColor,
        -5px 0 0 -3px currentColor;
}

.dpg-demo-gear::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
}

.dpg-demo-fullscreen::before,
.dpg-demo-fullscreen::after {
    content: "";
    position: absolute;
    inset: 2px;
    border: 2px solid currentColor;
}

.dpg-demo-fullscreen::before {
    border-right: 0;
    border-bottom: 0;
}

.dpg-demo-fullscreen::after {
    border-left: 0;
    border-top: 0;
}
