.elementor-6366 .elementor-element.elementor-element-54cbd1b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5a1ed67 *//* General Body Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.container {
    width: 90%;
    max-width: 960px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    border-radius: 8px;
}

header h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
}

main section {
    margin-bottom: 30px;
}

main section h2 {
    color: #34495e;
    font-size: 1.5em;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

p, li {
    font-size: 1em;
    color: #555;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
}

strong {
    color: #2c3e50;
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

table th, table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:hover {
    background-color: #f1f1f1;
}

/* Links */
a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Footer Styles */
footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9em;
    color: #777;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        width: 95%;
        padding: 15px 20px;
    }

    header h1 {
        font-size: 1.8em;
    }

    main section h2 {
        font-size: 1.3em;
    }

    table th, table td {
        padding: 10px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 1.5em;
    }

    main section h2 {
        font-size: 1.2em;
    }

    p, li {
        font-size: 0.95em;
    }

    table {
        font-size: 0.85em;
    }

    table th, table td {
        padding: 8px;
    }

    .container {
        padding: 10px 15px;
    }
}/* End custom CSS */