.jk-fragile-badge {
    display: inline-block;
    background: #ffeaea;
    color: #c00;
    padding: 4px 8px;
    border: 1px solid #c00;
    border-radius: 2px;
    font-size: 0.9em;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
}
.jk-fragile-badge.no-video {
    cursor: default;
    opacity: 0.6;
    text-decoration: none;
}
.jk-fragile-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
}
.jk-fragile-modal-content {
    position: relative;
    width: 90%; max-width: 600px;
    margin: 5% auto;
    background: #fff; padding: 20px;
    border-radius: 4px;
}
.jk-fragile-modal-close {
    position: absolute; top: 10px; right: 15px;
    font-size: 24px; font-weight: bold; cursor: pointer;
}
.jk-fragile-modal-video iframe {
    width: 100%; height: auto;
}
