
/* Global Sidebar Styling for Bludit Plugins */
.plugin {
    background: linear-gradient(to bottom right, #fdfbfb, #ebedee);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 2rem;
}

.plugin-label {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.plugin-label img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 4px;
}

.plugin-content {
    color: #4b4b4b;
    font-size: 0.95rem;
    line-height: 1.7;
}
