/* ABP Course Levels — Front-end Badge Styles */

.abp-cl-badge-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.abp-cl-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
    color: #fff;
    background: #666;
}

.abp-cl-badge--level-1 {
    background: #4caf50;
}

.abp-cl-badge--level-2 {
    background: #ff9800;
}

.abp-cl-badge--level-3 {
    background: #f44336;
}

.abp-cl-code {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 600;
    font-family: monospace;
    line-height: 1.4;
    color: #333;
    background: #e8e8e8;
}
