.elementor-4103 .elementor-element.elementor-element-3a2014b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0c9e6f2 */.container {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            background-color: #ffffff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }
        .header {
            text-align: center;
            margin-bottom: 20px;
        }
        .header h1 {
            font-size: 24px;
            color: #333;
        }
        .header p {
            color: #555;
        }
        .table-wrapper {
            overflow-x: auto;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 12px !important;
            text-align: left;
        }
        th {
            background-color: #f4f4f4;
            color: #333;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        tr:hover {
            background-color: #f1f1f1;
        }
        .note {
            font-size: 14px;
            color: #777;
            margin-top: 10px;
        }
        .delivery-section {
            margin-bottom: 20px;
        }
        .delivery-section h2 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }
        .delivery-section p {
            font-size: 14px;
            color: #555;
            line-height: 1.6;
        }/* End custom CSS */