.sjg-joke-figure {
    margin: 0 0 5px;
    padding: 0;
}

.sjg-joke-image {
    display: block;
    width: 530px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.sjg-joke-transcript {
    margin: 4px 0 8px;
    padding: 0;
    border: 0;
    font-size: 11px;
    line-height: 1.25;
    color: #777;
}

.sjg-joke-transcript > summary {
    display: inline-block;
    cursor: pointer;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sjg-joke-transcript > summary::before {
    content: "▸ ";
    text-decoration: none;
}

.sjg-joke-transcript[open] > summary::before {
    content: "▾ ";
}

.sjg-joke-transcript__content {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.sjg-joke-transcript__content p {
    margin: 0 0 8px;
}
