.autoplay-countdown-ring circle.track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.25);
    stroke-width: 4;
}

.tag-body-content {
    max-width: 950px;
    margin: 0 auto;
    text-align: left;
    color: var(--light-gray);
    line-height: 1.75;
}

.tag-body-content h2 {
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 2.25rem 0 1rem;
}

.tag-body-content h2:first-child {
    margin-top: 0;
}

.tag-body-content p {
    margin: 0 0 1.25rem;
}

.tag-body-content ul,
.tag-body-content ol {
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
}

.tag-body-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.tag-body-content li:last-child {
    margin-bottom: 0;
}
