/* Custom Styles */
:root {
    --primary-color: #667eea;
    --secondary-color: #764ba2;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.layout-top-spacing {
    margin-top: 20px;
}

.connect-sorting {
    background: #1a1a2e;
    border-radius: 8px;
    padding: 15px;
}

.connect-sorting-content {
    min-height: 100px;
}

.custom-table-container {
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table thead {
    background: #01133f98;
}

.custom-table th,
.custom-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #3b3f5c;
}

.table-row-card:hover {
    background: #262a34;
}
