.elementor-10293 .elementor-element.elementor-element-4ae25785{--display:flex;}.elementor-10293 .elementor-element.elementor-element-4c4fb512{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-3a9e7acd *//* Style for the clothing size tables */
.size-chart-table {
    width: 100%;
    max-width: 800px; /* Optional: restrict maximum width for better readability */
    margin: 20px auto; /* Center tables and add consistent spacing */
    border-collapse: collapse;
    text-align: center;
    font-size: 16px; /* Adjust table font size */
}

.size-chart-table th, .size-chart-table td {
    border: 1px solid #000; /* Add solid border */
    padding: 10px; /* Add padding for better readability */
}

.size-chart-table th {
    background-color: #f4f4f4; /* Light background for table headers */
    font-weight: bold;
}

.size-chart-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px; /* Adjust title font size */
    font-weight: bold;
}/* End custom CSS */