.eventin-extension-wrapper {
    background: #f9fafb;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
}

.eventin-extension-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 25px 40px;
    text-align: center;
    border-bottom: 4px solid #5b21b6;
}

.eventin-extension-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.eventin-extension-content {
    padding: 30px;
}

.eventin-extension-footer {
    background: #111827;
    color: #9ca3af;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
    font-size: 14px;
}

/* Sidebar Custom Style */
.custom-sidebar {
    width: 240px;
    background: #fff;
    border-right: 1px solid #eee;
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 15px 0;
    z-index: 999;
}
.custom-sidebar .sidebar-item {
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 500;
    color: #374151;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-sidebar .sidebar-item:hover {
    background: #f3f4f6;
}
.custom-sidebar .sidebar-item.active {
    background: #eef2ff;
    border-left: 4px solid #6366f1;
    color: #4f46e5;
}
.custom-sidebar .sidebar-item i {
    width: 20px;
    text-align: center;
}
.etn-dashboard-container {
    margin-left: 260px !important;
    transition: margin 0.3s ease;
}
