/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2026 | 10:48:18 */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f4f6f9;
}

.diagram-container {
    width: 50%;
}

.catalog {
    max-width: 1200px;
    margin: auto;
    background: white;
    padding: 30px;
}

.catalog p {
	padding-bottom: 20px;
}

.features-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 30px;
}

.top-features h3 {
    color: #ffffff;
    padding-left: 20px;
    padding-bottom: 10px;
}

.top-features ul {
    padding-left: 20px;
	margin: 0 !important;
}

.top-features li {
    font-size: 15px;
    margin-bottom: 10px;
}

.top-features {
    background: #1f4b99;
    color: white;
    padding: 25px;
    border-radius: 30px 0 30px 0;
    width: 750px;
}

.top-features h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.table-container {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead th {
    background: #1f4b99;
    color: white;
    padding: 12px;
    font-size: 14px;
    letter-spacing: 1px;
}

tbody td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

tbody tr:nth-child(even) {
    background: #f1f4f9;
}

tbody td:first-child {
    font-weight: bold;
    text-align: left;
}