.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;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    line-height: 0;
}

.dpg-article-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    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-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.24);
    transform: translate(-50%, -50%);
}

.dpg-demo-pause span {
    display: block;
    width: 8px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
}

.dpg-demo-bar {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(9px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

.dpg-demo-dot,
.dpg-demo-control {
    flex: 0 0 auto;
    display: block;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
}

.dpg-demo-dot {
    width: 10px;
    height: 10px;
}

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

.dpg-demo-line span {
    display: block;
    width: 66%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255,255,255,0.82);
}

.dpg-demo-control.tiny {
    width: 9px;
    height: 9px;
}

.dpg-demo-control.wide {
    width: 28px;
    height: 9px;
}
