/**
 * ePortal Global Theme
 * Change variables here to affect the whole application theme.
 * No business logic — styles only.
 */

/* ========== Theme variables (change these for site-wide theme) ========== */
:root {
    --dash-bg: #f1f5f9;
    --dash-surface: #ffffff;
    --dash-border: #e2e8f0;
    --dash-text: #0f172a;
    --dash-text-muted: #94a3b8;
    --dash-primary: #0f766e;
    --dash-primary-hover: #0d5c56;
    --dash-accent: #0ea5e9;
    --dash-success: #059669;
    --dash-warning: #d97706;
    --dash-danger: #dc2626;
    --dash-info: #0891b2;
    --dash-shadow: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);
    --dash-shadow-md: 0 10px 15px -3px rgba(0,0,0,0.08);
    --dash-radius: 10px;
    --dash-radius-sm: 8px;
    /* Primary action color (buttons, links) */
    --theme-primary: #6366f1;
    --theme-primary-hover: #4f46e5;
    --theme-primary-dark: #4338ca;
}

/* ========== Layout (right_col, panels) ========== */
body .right_col { background: #f8fafc; }
.right_col .x_panel { background: transparent; border: none; }
.right_col .x_content { padding: 0; background: transparent; }
.ed-wrap { max-width: 1600px; margin: 0 auto; padding: 0 24px 40px; }
.ed-wrap { overflow: visible; }
.ed-wrap .x_content { overflow: visible; }

/* ========== Dashboard hero / titles ========== */
.dash-v2-hero { margin-bottom: 28px; padding: 24px 0 20px; border-bottom: 1px solid var(--dash-border); }
.dash-v2-hero h1 { font-size: 1.75rem; font-weight: 700; color: var(--dash-text); margin: 0 0 6px 0; letter-spacing: -0.025em; }
.dash-v2-hero p { font-size: 0.9375rem; color: #475569; margin: 0; }

/* ========== Filter bar (dash-v2 legacy) ========== */
.dash-v2-filter {
    background: var(--dash-surface);
    border: 1px solid var(--dash-border);
    border-radius: var(--dash-radius);
    padding: 22px 24px;
    margin-bottom: 28px;
    box-shadow: var(--dash-shadow);
}
.dash-v2-filter label { font-size: 0.6875rem; font-weight: 600; color: var(--dash-text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; display: block; }
.dash-v2-filter .form-control { border-radius: var(--dash-radius-sm); border: 1px solid var(--dash-border); font-size: 0.875rem; padding: 9px 12px; }
.dash-v2-filter .form-control:focus { border-color: var(--dash-accent); outline: none; box-shadow: 0 0 0 3px rgba(14,165,233,0.12); }
.dash-v2-filter-actions { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 12px; }
.dash-v2-btn { padding: 10px 20px; border-radius: var(--dash-radius-sm); font-weight: 600; font-size: 0.875rem; border: none; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease; text-decoration: none; display: inline-block; }
.dash-v2-btn-primary { background: linear-gradient(135deg, var(--dash-primary) 0%, #0d5c56 100%); color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.dash-v2-btn-primary:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--dash-shadow); }
.dash-v2-btn-ghost { background: transparent; color: var(--dash-primary); }
.dash-v2-btn-ghost:hover { color: var(--dash-primary-hover); background: rgba(15,118,110,0.08); }
.dash-v2-last-refresh { font-size: 0.8125rem; color: var(--dash-text-muted); align-self: center; }
.dash-v2-last-refresh strong { color: #475569; }
.dash-v2-action-bar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding: 16px 22px; background: var(--dash-surface); border: 1px solid var(--dash-border); border-radius: var(--dash-radius); margin: 24px 0; box-shadow: var(--dash-shadow); }
.dash-v2-chart-card { background: var(--dash-surface); border: 1px solid var(--dash-border); border-radius: var(--dash-radius); padding: 22px 24px; margin-bottom: 24px; box-shadow: var(--dash-shadow); }
.dash-v2-chart-card canvas { max-height: 300px; }
.dash-v2-chart-title { font-size: 0.875rem; font-weight: 600; color: #475569; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; }

/* ========== Shared utilities ========== */
.counter { border-radius: var(--dash-radius); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.count-title { font-size: 1.75rem; font-weight: 700; color: white; text-align: center; }
.count-text { font-size: 0.6875rem; font-weight: 600; color: rgba(255,255,255,0.95); text-align: center; }
/* Readable on light backgrounds (x_panel, tables). Dark tiles (e.g. Dashboard) override locally. */
.cus_a { color: #080aa6; }
.cus_a:hover { color: #5c5dc6; font-weight: bold; }
.position-relative { position: relative; }
.spinner-border { z-index: 10; width: 1.25rem; height: 1.25rem; border-width: 0.2rem; margin-left: auto; margin-right: auto; }
table.dataTable thead th { border-bottom: none; }
table.dataTable tfoot th { border-top: none; }
.dataTables_processing { height: auto; background-color: var(--dash-warning); }
#myModalLoading .modal-content { border-radius: var(--dash-radius); box-shadow: var(--dash-shadow-md); }

/* ========== Parameter / Filter area (ed-filter-bar) ========== */
.ed-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    padding: 12px 18px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    position: relative;
    overflow: visible;
}
.ed-filter-bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--theme-primary) 0%, #8b5cf6 100%);
    border-radius: 12px 0 0 12px;
}
.ed-filter-bar .ed-filter-head {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 8px;
    padding-right: 12px;
    border-right: 1px solid #e2e8f0;
}
.ed-filter-bar .ed-filter-head i { font-size: 0.9rem; color: var(--theme-primary); }
.ed-filter-bar .ed-filter-head span { font-size: 0.7rem; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.05em; }
.ed-filter-bar .ed-field { min-width: 120px; max-width: 160px; flex: 0 0 auto; overflow: visible; }
.ed-filter-bar .ed-field label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}
.ed-filter-bar .ed-field label i { font-size: 0.65rem; color: #94a3b8; }
/* Loading placeholder: fixed size (34px) so no layout shift; dropdown hidden until ready */
.ed-filter-bar .ed-field-dropdown-wrap {
    position: relative;
    min-height: 34px;
    height: 34px;
    width: 100%;
}
.ed-filter-bar .ed-field-dropdown-wrap.ed-loading .ed-field-loading {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-height: 34px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}
.ed-filter-bar .ed-field-dropdown-wrap.ed-loading .ed-field-loading .spinner-border {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.2em;
}
.ed-filter-bar .ed-field-dropdown-wrap.ed-loading .multiselect-native-select {
    display: none !important;
}
.ed-filter-bar .ed-field-dropdown-wrap.ed-loading select.multiselect {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.ed-filter-bar .ed-field-dropdown-wrap:not(.ed-loading) .ed-field-loading {
    display: none !important;
}
/* Uniform width for all filter fields (date + multiselect) so they fit in one row with Apply/Refresh/Last refreshed */
.ed-filter-bar .ed-field {
    min-width: 120px;
    width: 140px;
    flex: 1 1 140px;
    max-width: 180px;
    overflow: visible;
}
/* Center and size loading spinner inside multiselect fields (when not using wrapper) */
.ed-filter-bar .ed-field.position-relative > .spinner-border.position-absolute {
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.2em;
}
/* Single border: only the button has border, not .btn-group (fixes double border) */
.ed-filter-bar .btn-group {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box;
    width: 100% !important;
}
/* Consistent height for all filter inputs (date + multiselect) */
.ed-filter-bar .form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 6px 10px;
    font-size: 0.8125rem;
    width: 100%;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 34px;
    min-height: 34px;
    line-height: 1.25;
    box-sizing: border-box;
}
.ed-filter-bar .btn-group .multiselect.dropdown-toggle {
    height: 34px !important;
    min-height: 34px !important;
    padding: 6px 10px !important;
    line-height: 1.25 !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 0.8125rem !important;
    box-sizing: border-box;
    width: 100% !important;
}
.ed-filter-bar .btn-group .multiselect.dropdown-toggle {
    background: #fff;
    color: inherit;
}
.ed-filter-bar .btn-group .multiselect.dropdown-toggle:hover,
.ed-filter-bar .btn-group.open .multiselect.dropdown-toggle {
    background: #fff;
    border-color: var(--theme-primary);
}
.ed-filter-bar .form-control:hover { border-color: #cbd5e1; }
.ed-filter-bar .form-control:focus {
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
    outline: none;
}
.ed-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-left: 20px;
    padding-left: 16px;
    border-left: 1px solid #e2e8f0;
    flex-shrink: 0;
    min-height: 34px;
}
.ed-filter-actions .ed-btn,
.ed-filter-actions .ed-last-refresh {
    line-height: 1.25;
    vertical-align: middle;
    align-self: center;
}
.ed-filter-bar .ed-filter-actions .ed-btn {
    padding: 0 12px;
    font-size: 0.75rem;
    height: 32px;
    min-height: 32px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    margin: 0;
    line-height: 1;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.ed-filter-bar .ed-filter-actions .ed-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.ed-filter-bar .ed-filter-actions a.ed-btn {
    box-sizing: border-box;
    height: 32px;
    min-height: 32px;
    line-height: 1;
}
.ed-filter-bar .ed-filter-actions .ed-btn-primary {
    border-color: transparent;
}
.ed-filter-bar .ed-filter-actions .ed-btn-ghost {
    border-color: #e2e8f0;
}
.ed-filter-bar .ed-filter-actions .ed-last-refresh {
    padding: 0 10px;
    height: 32px;
    min-height: 32px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    margin: 0;
    line-height: 1;
}
@media (max-width: 992px) {
    .ed-filter-actions { margin-left: 0; padding-left: 0; border-left: none; }
    .ed-filter-bar .ed-field { max-width: none; }
}
.ed-btn {
    padding: 7px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.8125rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.ed-filter-actions .ed-btn { flex-shrink: 0; }
.ed-btn-primary {
    background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-primary-hover) 100%);
    color: #fff;
    box-shadow: 0 1px 4px rgba(99, 102, 241, 0.3);
}
.ed-btn-primary:hover {
    background: linear-gradient(135deg, var(--theme-primary-hover) 0%, var(--theme-primary-dark) 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.35);
}
.ed-filter-bar .ed-filter-actions .ed-btn-primary:hover {
    transform: none;
}
.ed-btn-ghost {
    background: transparent;
    color: var(--theme-primary);
    border: 1px solid #e2e8f0;
}
.ed-btn-ghost:hover {
    background: rgba(99, 102, 241, 0.08);
    color: var(--theme-primary-hover);
    border-color: #c7d2fe;
}
.ed-last-refresh {
    font-size: 0.7rem;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: #f1f5f9;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}
.ed-last-refresh strong { color: #475569; }

/* Multiselect dropdown — visible, scrollable */
.ed-filter-bar .btn-group { position: static; overflow: visible; }
.ed-filter-bar .multiselect-container {
    z-index: 1060 !important;
    max-height: 280px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    box-shadow: 0 8px 24px rgba(15,23,42,0.12);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

/* ========== Sections, cards, analytics grid ========== */
.ed-section-title { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 16px; }
.ed-analytics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 28px; }
@media (max-width: 1200px) { .ed-analytics-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ed-analytics-grid { grid-template-columns: 1fr; } }
.ed-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.ed-card-title { font-size: 0.8125rem; font-weight: 600; color: #64748b; margin-bottom: 12px; }
.ed-card canvas { max-height: 220px; width: 100% !important; }
.ed-chart-wrap { position: relative; min-height: 220px; width: 100%; }
.ed-chart-wrap canvas { display: block; max-height: 220px; width: 100% !important; }

.ed-analytics-grid .ed-card { min-height: 280px; display: flex; flex-direction: column; transition: box-shadow 0.25s ease, transform 0.2s ease; }
.ed-analytics-grid .ed-card:hover { box-shadow: 0 8px 24px rgba(99,102,241,0.12); transform: translateY(-2px); }
.ed-analytics-grid .ed-card .ed-card-title { font-size: 0.875rem; font-weight: 700; color: #334155; letter-spacing: -0.01em; }
.ed-analytics-grid .ed-card .ed-chart-wrap { flex: 1; min-height: 220px; }
.ed-analytics-grid .ed-card canvas { flex: 1; min-height: 200px; }

/* ========== KPI cards ========== */
.ed-kpi-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-bottom: 28px; }
@media (max-width: 1200px) { .ed-kpi-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .ed-kpi-grid { grid-template-columns: repeat(2, 1fr); } }
.ed-kpi-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s; text-decoration: none !important; color: inherit; display: block; }
.ed-kpi-card:hover { transform: translateY(-4px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.ed-kpi-card.ed-kpi-success { border-left: 4px solid #10b981; }
.ed-kpi-card.ed-kpi-warning { border-left: 4px solid #f59e0b; }
.ed-kpi-card.ed-kpi-primary { border-left: 4px solid var(--theme-primary); }
.ed-kpi-icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 12px; }
.ed-kpi-success .ed-kpi-icon { background: rgba(16,185,129,0.12); color: #10b981; }
.ed-kpi-warning .ed-kpi-icon { background: rgba(245,158,11,0.12); color: #f59e0b; }
.ed-kpi-primary .ed-kpi-icon { background: rgba(99,102,241,0.12); color: var(--theme-primary); }
.ed-kpi-value { font-size: 1.75rem; font-weight: 700; color: #0f172a; display: block; }
.ed-kpi-label { font-size: 0.75rem; font-weight: 500; color: #64748b; margin-top: 4px; }

/* Key metrics - 4 tiles with links */
.ed-keymetrics-tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 28px; }
@media (max-width: 1200px) { .ed-keymetrics-tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .ed-keymetrics-tiles { grid-template-columns: 1fr; } }
.ed-keymetrics-tile { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.ed-keymetrics-tile:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.ed-keymetrics-tile-head { font-size: 0.8125rem; font-weight: 700; color: #0f172a; padding: 14px 16px; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; gap: 8px; }
.ed-keymetrics-tile-head i { color: var(--theme-primary); }
.ed-keymetrics-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; font-size: 0.8125rem; color: #475569; text-decoration: none; border-bottom: 1px solid #f1f5f9; transition: background 0.15s; }
.ed-keymetrics-link:last-child { border-bottom: none; }
.ed-keymetrics-link:hover { background: #f8fafc; color: var(--theme-primary); }
.ed-keymetrics-link span:last-child { font-weight: 700; color: #0f172a; min-width: 2em; text-align: right; }
.ed-keymetrics-link span:only-child { min-width: 0; text-align: left; font-weight: 500; color: inherit; }

/* ========== Insights / progress ========== */
.ed-insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
@media (max-width: 992px) { .ed-insights-grid { grid-template-columns: 1fr; } }
.ed-insight-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.ed-insight-title { font-size: 0.875rem; font-weight: 600; color: #0f172a; margin-bottom: 16px; }
.ed-progress-wrap { margin-bottom: 14px; }
.ed-progress-wrap:last-child { margin-bottom: 0; }
.ed-progress-label { display: flex; justify-content: space-between; font-size: 0.75rem; color: #64748b; margin-bottom: 4px; }
.ed-progress-bar { height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; }
.ed-progress-fill { height: 100%; border-radius: 4px; transition: width 0.4s ease; }
.ed-progress-fill.success { background: #10b981; }
.ed-progress-fill.warning { background: #f59e0b; }
.ed-progress-fill.primary { background: var(--theme-primary); }
.ed-tiles-section-title { margin-top: 8px; }

/* ========== Action bar, chart cards ========== */
.ed-action-bar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding: 16px 20px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; margin: 24px 0; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.ed-action-bar a { font-size: 0.9rem; font-weight: 600; color: var(--theme-primary); text-decoration: none; }
.ed-action-bar a:hover { color: var(--theme-primary-hover); }
.ed-chart-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 22px; margin-bottom: 24px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); transition: box-shadow 0.25s ease; }
.ed-chart-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ed-chart-card .ed-card-title { margin-bottom: 16px; }
.ed-chart-card canvas { max-height: 300px; }
.ed-chart-card .ed-chart-wrap { min-height: 260px; }
.ed-chart-card .ed-chart-wrap canvas { max-height: 280px; }

/* ========== Pipeline grid (Procurement Cycle Summary — 5 cards per row, default UI font size) ========== */
.ed-pipeline-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin-bottom: 28px; }
@media (max-width: 1400px) { .ed-pipeline-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 992px)  { .ed-pipeline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 576px)  { .ed-pipeline-grid { grid-template-columns: 1fr; } }
.ed-pipeline-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.ed-pipeline-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.ed-pipeline-head { font-size: 0.875rem; font-weight: 700; color: #0f172a; padding: 12px 14px; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; gap: 8px; }
.ed-pipeline-head i { color: var(--theme-primary); font-size: 1rem; }
.ed-pipeline-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 14px; font-size: 0.8125rem; color: #475569; text-decoration: none; border-bottom: 1px solid #f1f5f9; transition: background 0.15s; }
.ed-pipeline-row:last-child { border-bottom: none; }
.ed-pipeline-row:hover { background: #f8fafc; color: var(--theme-primary); }
.ed-pipeline-row span:last-child { font-weight: 700; font-size: 0.875rem; color: #0f172a; min-width: 2em; text-align: right; }
.ed-pipeline-card-actions .ed-pipeline-link { display: flex; align-items: center; gap: 8px; padding: 10px 14px; font-size: 0.875rem; color: var(--theme-primary); text-decoration: none; border-bottom: 1px solid #f1f5f9; transition: background 0.15s; }
.ed-pipeline-card-actions .ed-pipeline-link:last-child { border-bottom: none; }
.ed-pipeline-card-actions .ed-pipeline-link:hover { background: #f8fafc; color: var(--theme-primary-hover); }
.ed-pipeline-card-actions .ed-pipeline-link i { font-size: 0.875rem; }
