.elementor-595 .elementor-element.elementor-element-70a4f307{--display:flex;}/* Start custom CSS for container, class: .elementor-element-70a4f307 *//* Form Styles */
.shopify-tracking-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 8px;
}

.shopify-tracking-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.shopify-tracking-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.shopify-tracking-form button {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Tracking Display Styles */
.shopify-order-tracking {
    max-width: 1200px;
    margin: 0 auto;
}

.status-header {
    text-align: center;
    margin-bottom: 30px;
}

.order-status {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.status-completed { color: #28a745; }
.status-processing { color: #007bff; }
.status-on-hold { color: #ffc107; }

.tracking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-card {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.order-details {
    width: 100%;
    border-collapse: collapse;
}

.order-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.product-image img {
    max-width: 80px;
    height: auto;
}

.order-totals {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tracking-map {
    margin-top: 40px;
}

#shopify-tracking-map {
    height: 400px;
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .tracking-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */