.cci-customer-orders {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

.cci-customer-orders *,
.cci-customer-orders *::before,
.cci-customer-orders *::after {
    box-sizing: border-box;
}

.cci-customer-orders .cci-login-invite,
.cci-customer-orders .cci-no-orders {
    text-align: center;
    padding: 2em 1em;
    color: #666;
    font-size: 1.05em;
}

.cci-customer-orders .cci-order-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.25em 1.5em;
    margin-bottom: 1.25em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cci-customer-orders .cci-order-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.75em;
}

.cci-customer-orders .cci-order-number {
    font-family: "DIN Condensed Bold", "Helvetica Neue Condensed Bold", "Arial Narrow", Helvetica, sans-serif;
    font-size: 1.15em;
    font-weight: 700;
    color: #222;
}

.cci-customer-orders .cci-order-date {
    font-size: 0.9em;
    color: #777;
}

.cci-customer-orders .cci-order-status {
    margin-left: auto;
    display: inline-block;
    padding: 0.25em 0.75em;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cci-customer-orders .cci-status-comp-anticipada {
    background: #fff3e0;
    color: #e65100;
}

.cci-customer-orders .cci-status-enviando {
    background: #e3f2fd;
    color: #1565c0;
}

.cci-customer-orders .cci-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cci-customer-orders .cci-product-item {
    padding: 0.35em 0;
    border-bottom: 1px solid #fafafa;
    font-size: 0.95em;
}

.cci-customer-orders .cci-product-item:last-child {
    border-bottom: none;
}

.cci-customer-orders .cci-product-name {
    color: #444;
}

.cci-customer-orders .cci-product-qty {
    color: #888;
    font-size: 0.9em;
}

.cci-customer-orders .cci-order-tracking {
    margin-top: 0.75em;
    padding-top: 0.75em;
    border-top: 1px solid #f0f0f0;
}

.cci-customer-orders .cci-days-remaining {
    font-size: 1em;
    color: #e65100;
    margin: 0;
}

.cci-customer-orders .cci-estimated-date {
    font-size: 0.9em;
    color: #bf360c;
}

.cci-customer-orders .cci-customs-message {
    font-size: 0.95em;
    color: #666;
    margin: 0;
}

.cci-customer-orders .cci-tracking-pending {
    font-size: 0.95em;
    color: #888;
    margin: 0;
}

.cci-customer-orders .cci-tracking-details p {
    margin: 0.35em 0;
    font-size: 0.95em;
}

.cci-customer-orders .cci-tracking-carrier,
.cci-customer-orders .cci-tracking-number {
    color: #444;
}

.cci-customer-orders .cci-tracking-button {
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.5em 1.25em;
    background: #1565c0;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 600;
    transition: background 0.2s ease;
}

.cci-customer-orders .cci-tracking-button:hover {
    background: #0d47a1;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .cci-customer-orders .cci-order-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4em;
    }

    .cci-customer-orders .cci-order-status {
        margin-left: 0;
    }

    .cci-customer-orders .cci-order-card {
        padding: 1em;
    }
}
