/* Plugin detail page specific styles */
.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link.active {
    border-bottom-color: #206bc4;
    background: transparent;
}

.dependency-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.dependency-item:last-child {
    border-bottom: none;
}

.version-history {
    max-height: 400px;
    overflow-y: auto;
}

.security-badge {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
}

.plugin-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem 0;
}

.code-block {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    position: relative;
}

.code-block pre {
    margin: 0;
    padding: 1rem;
    border: none;
}


.version-badge {
    font-family: 'Monaco', 'Consolas', monospace;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link.active {
    border-bottom-color: #206bc4;
    background: transparent;
}

.dependency-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.dependency-item:last-child {
    border-bottom: none;
}

.version-history {
    max-height: 400px;
    overflow-y: auto;
}

.security-badge {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
}