.elementor-8407 .elementor-element.elementor-element-7fa0a6f{--display:flex;}.elementor-8407 .elementor-element.elementor-element-9b30b07{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-d3f5d6c *//* 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 */