.stoictitle {
    background-color: #081e02;
    color: #ffc800;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: bold;
}
.stoicauthor {
    background-color: #081e02;
    color: #95a721;
    padding: 4px 8px;
    border-radius: 3px;
}
.pointer {
    cursor: pointer;
}
.stoic-container {
    margin: 15px 0;
    text-align: center;
}
.stoic-video {
    margin-bottom: 10px;
}
.stoic-nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}
.stoic-radio {
    display: none;
}
.stoic-radio-label {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #95a721;
    cursor: pointer;
}
.stoic-radio:checked + .stoic-radio-label {
    background-color: #ffc800;
}