.blp-admin-wrap { max-width: 900px; }
.blp-tab-content { display: none; padding: 20px 0; }
.blp-tab-content.blp-tab-active { display: block; }
.blp-tabs { margin-bottom: 20px; display: flex; flex-wrap: nowrap; overflow-x: auto; border-bottom: 1px solid #c3c4c7; padding-bottom: 10px; width: 100%; box-sizing: border-box; }
.blp-tabs .nav-tab { white-space: nowrap; margin-bottom: -1px; flex-shrink: 0; outline: none; }

/* Repeater Styles */
.blp-repeater-wrap { margin-bottom: 20px; }
.blp-repeater-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 15px; }
.blp-repeater-item { background: #fff; border: 1px solid #ccd0d4; padding: 15px; border-radius: 4px; position: relative; }
.blp-repeater-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.blp-repeater-title { font-weight: 600; font-size: 14px; margin: 0; }
.blp-repeater-body .form-table { margin-top: 0; }
.blp-repeater-body .form-table th { width: 150px; padding: 10px 10px 10px 0; }
.blp-repeater-body .form-table td { padding: 10px 0; }
.blp-btn-remove { color: #d63638; border-color: #d63638; }
.blp-btn-remove:hover { background: #d63638; color: #fff; border-color: #d63638; }
.blp-repeater-empty { padding: 20px; text-align: center; background: #fff; border: 1px dashed #ccd0d4; border-radius: 4px; color: #646970; }
.blp-hidden-json { display: none; }
.blp-media-preview {
    margin-top: 8px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #ccd0d4;
    background: #f0f0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.blp-media-preview:empty {
    display: none;
}
.blp-media-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Plan Badges */
.blp-plan-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.blp-plan-basic { background: #fef9c3; color: #a16207; }
.blp-plan-intermediate { background: #dbeafe; color: #2563eb; }
.blp-plan-premium { background: #dcfce7; color: #16a34a; }

/* Category Badges */
.blp-tags-container { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px; border: 1px solid #ccd0d4; border-radius: 4px; background: #fff; min-height: 42px; cursor: text; margin-bottom: 5px; }
.blp-tags-container:focus-within { border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; }
.blp-tag-pill { display: flex; align-items: center; gap: 6px; background: #2271b1; color: #fff; padding: 2px 8px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.blp-tag-remove { cursor: pointer; background: rgba(255,255,255,0.2); border-radius: 50%; width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; font-size: 9px; transition: background 0.2s; }
.blp-tag-remove:hover { background: rgba(255,255,255,0.4); }
.blp-tag-input { border: none !important; background: transparent !important; outline: none !important; padding: 2px !important; font-size: 13px !important; flex: 1; min-width: 100px; box-shadow: none !important; margin: 0 !important; }

