.elementor-2690 .elementor-element.elementor-element-133d5d11{margin-top:-43px;margin-bottom:-43px;}.elementor-2690 .elementor-element.elementor-element-6993a692{width:var( --container-widget-width, 100.089% );max-width:100.089%;--container-widget-width:100.089%;--container-widget-flex-grow:0;}/* Start custom CSS for shortcode, class: .elementor-element-6993a692 */.freight-rate-container {
            min-width: 300px;
            margin: 0;
            padding: 2.5%;
            font-family: "Roboto", Arial, sans-serif;
            background-color: #fff;
            box-shadow: 0 0.2vw 1vw rgba(0, 0, 0, 0.1);
            border-radius: 0;
            position: relative;
        }

        .freight-rate-container.loading-active {
            pointer-events: none;
        }

        .container {
            display: block;
            margin-bottom: 2%;
        }

        .address-sections {
            display: flex;
            gap: 2%;
            margin-bottom: 2%;
        }

        .address-section {
            flex: 1;
            padding: 1.5%;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 0.4rem;
            box-shadow: 0 0.1vw 0.5vw rgba(0, 0, 0, 0.05);
            min-width: 0;
        }

        .section-title {
            font-weight: 600;
            color: #1a3c87;
            margin-bottom: 1.5%;
            font-size: 1.1rem;
            text-transform: uppercase;
            border-bottom: 2px solid #1a3c87;
            padding-bottom: 0.5%;
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5%;
            margin-bottom: 1.5%;
            padding-top: 1.6%;
        }

        .address-sections .address-section:nth-child(2) .row {
            margin-bottom: 2.5%;
        }

        .form-field {
            flex: 1;
            min-width: 20%;
            display: flex;
            flex-direction: column;
        }

        .form-field label {
            font-weight: 500;
            font-size: 1rem;
            margin-bottom: 0.6%;
            color: #444;
        }

        .form-field input,
        .form-field select {
            padding: 2%;
            border: 1px solid #ccc;
            border-radius: 0.4rem;
            background-color: #fff;
            font-size: 0.95rem;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            width: 100%;
            box-sizing: border-box;
        }

        .form-field input:focus,
        .form-field select:focus {
            border-color: #1a3c87;
            box-shadow: 0 0 0.5vw rgba(26, 60, 135, 0.2);
            outline: none;
        }

        .datetime-row {
            display: flex;
            align-items: center;
            gap: 1%;
            margin-bottom: 1.5%;
            flex-wrap: wrap;
            padding-top: 1.7%;
        }

        .datetime-row label {
            font-weight: 500;
            font-size: 1rem;
            color: #444;
        }

        .datetime-row select {
            padding: 0.8%;
            border: 1px solid #ccc;
            border-radius: 0.4rem;
            background-color: #fff;
        }

        .form-field select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\"><path fill=\"%23444\" d=\"M7 10l5 5 5-5z\"/></svg>") no-repeat right 5% center;
            background-color: #fff;
            padding-right: 10%;
        }

        .accessorial-section {
            margin-bottom: 2%;
            padding: 1.5%;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 0.4rem;
            box-shadow: 0 0.1vw 0.5vw rgba(0, 0, 0, 0.05);
        }

        .accessorial-services {
            display: flex;
            justify-content: space-between;
            gap: 2%;
        }

        .accessorial-column {
            flex: 1;
            padding: 1.5%;
            background-color: #f5f5f5;
            border-radius: 0.4rem;
        }

        .accessorial-column#pickup-services {
            background-color: #e8f0fe;
        }

        .accessorial-column#drop-services {
            background-color: #fef5e7;
        }

        .accessorial-column h4 {
            font-weight: 600;
            font-size: 1rem;
            margin-bottom: 1%;
            color: #333;
        }

        .accessorial-item {
            display: flex;
            align-items: center;
            margin-bottom: 1%;
        }

        .accessorial-item input[type="checkbox"] {
            margin-right: 1%;
            accent-color: #1a3c87;
        }

        .accessorial-item label {
            font-size: 1rem;
            color: #333;
            cursor: pointer;
        }

        .commodities-section {
            margin-bottom: 2%;
            padding: 1.5%;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 0.4rem;
            box-shadow: 0 0.1vw 0.5vw rgba(0, 0, 0, 0.05);
        }

        .commodities-row {
            display: flex;
            gap: 2%;
            justify-content: space-between;
        }

        .commodities-row .form-field {
            flex: 1;
            min-width: 0;
        }

        .button-group {
            display: flex;
            justify-content: flex-end;
            gap: 1%;
            margin-bottom: 2%;
        }

        .clear-btn, .get-rates-btn, .clear-accessorials-btn {
            padding: 1% 2%;
            border-radius: 0.4rem;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
            font-weight: 500;
            transition: background-color 0.3s ease;
        }

        .clear-btn {
            background-color: #cfcbcb;
            color: black;
        }

        .clear-btn:hover {
            background-color: #5a6268;
        }

        .clear-accessorials-btn {
            background-color: #ff9800;
            color: white;
        }

        .clear-accessorials-btn:hover {
            background-color: #e68900;
        }

        .get-rates-btn {
            background-color: red;
            color: white;
        }

        .get-rates-btn:hover {
            background-color: #c82333;
        }

        /* Full-Screen Loading Spinner */
        .loading-spinner {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1%;
            z-index: 1000;
        }

        .spinner {
            border: 4px solid rgba(0, 0, 0, 0.1);
            border-left-color: #1a3c87;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        .loading-spinner span {
            font-size: 1rem;
            color: #1a3c87;
            font-weight: 500;
        }

        /* Results Table */
        .rate-results {
            margin-top: 2%;
            display: none;
        }

        .table-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5%;
        }

        .table-header h3 {
            font-size: 1.2rem;
            color: #1a3c87;
            font-weight: 600;
        }

        .table-header .pagination {
            display: flex;
            gap: 0.8%;
            align-items: center;
        }

        .table-header .pagination button {
            padding: 0.6% 1.2%;
            border: 1px solid #ddd;
            background: #fff;
            cursor: pointer;
            border-radius: 0.4rem;
            font-size: 0.9rem;
        }

        .table-header .pagination button.active {
            background: #1a3c87;
            color: white;
            border-color: #1a3c87;
        }

        .table-header .pagination span {
            font-size: 0.9rem;
            color: #666;
        }

        .table-header button {
            padding: 0.6% 1.2%;
            border: 1px solid #ddd;
            background: #fff;
            cursor: pointer;
            border-radius: 0.4rem;
            font-size: 0.9rem;
            margin-right: 0.5%;
        }

        .table-header button:hover {
            background-color: #f0f0f0;
        }

        .rates-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
            background-color: #fff;
            box-shadow: 0 0.1vw 0.5vw rgba(0, 0, 0, 0.05);
            table-layout: fixed;
        }

        .rates-table th, .rates-table td {
            border: 1px solid #e0e0e0;
            padding: 1%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .rates-table th {
            background-color: #1a3c87;
            color: white;
            font-weight: 600;
        }

        .rates-table td {
            background-color: #fff;
            color: #333;
        }

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

        .rates-table tr:hover td {
            background-color: #f0f0f0;
        }

        .rates-table th:nth-child(1), .rates-table td:nth-child(1) { text-align: left; width: 15%; }
        .rates-table th:nth-child(2), .rates-table td:nth-child(2) { text-align: left; width: 8%; }
        .rates-table th:nth-child(3), .rates-table td:nth-child(3) { text-align: left; width: 6%; }
        .rates-table th:nth-child(4), .rates-table td:nth-child(4) { text-align: left; width: 6%; }
        .rates-table th:nth-child(5), .rates-table td:nth-child(5) { text-align: right; width: 6%; }
        .rates-table th:nth-child(6), .rates-table td:nth-child(6) { text-align: right; width: 8%; }
        .rates-table th:nth-child(7), .rates-table td:nth-child(7) { text-align: left; width: 10%; }
        .rates-table th:nth-child(8), .rates-table td:nth-child(8) { text-align: right; width: 9%; }
        .rates-table th:nth-child(9), .rates-table td:nth-child(9) { text-align: right; width: 12%; }
        .rates-table th:nth-child(10), .rates-table td:nth-child(10) { text-align: right; width: 9%; }
        .rates-table th:nth-child(11), .rates-table td:nth-child(11) { text-align: right; width: 9%; }

        .hidden-attribution {
            display: none;
        }

        @media (max-width: 768px) {
            .freight-rate-container {
                padding: 3.5%;
            }

            .address-sections {
                flex-direction: column;
                gap: 2%;
            }

            .form-field {
                min-width: 100%;
            }

            .commodities-row {
                flex-direction: column;
                gap: 2%;
            }

            .accessorial-services {
                flex-direction: column;
                gap: 2%;
            }

            .button-group {
                flex-direction: column;
                gap: 1%;
            }

            .clear-btn, .get-rates-btn, .clear-accessorials-btn {
                width: 100%;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .freight-rate-container {
                padding: 5%;
            }
        }/* End custom CSS */