/* (All your beautiful pdc- prefixed styles from before — unchanged) */
.pdc-order-view.pdc-luxury-style {
    max-width: 1240px;
    margin: 50px auto;
    padding: 0 24px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.pdc-order-number {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #111;
    margin: 0 !important;
}

.pdc-order-placed {
    font-size: 16px;
    color: #666;
    margin: 8px 0 0;
}

.pdc-order-grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 10px;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .pdc-order-grid {
        grid-template-columns: 1fr;
    }
}

.pdc-products-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    margin-bottom: 32px;
}

.pdc-products-table thead th {
    background: #f8fafc;
    padding: 18px 20px;
    text-align: left;
    font-weight: 600;
    color: #475569;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pdc-products-table tbody tr {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    transition: all 0.2s;
}

.pdc-products-table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.09);
}

.pdc-products-table td {
    padding: 24px 20px;
    vertical-align: top;
    border: none;
}

.pdc-product-info {
    min-width: 280px;
}

.pdc-product-title {
    font-size: 17px;
    font-weight: 600;
    color: #1e40af !important;
    text-decoration: none !important;
}

.pdc-product-title:hover {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
}

.pdc-tracking-info-box {
    margin-top: 16px;
    padding: 14px 16px;
    background: rgba(14, 153, 219, 0.25); /* Very light #0e99db tint – adjust 0.2 to 0.3 as needed */
    border-radius: 10px;
    font-size: 14px;
    color: #333333 !important; /* Dark text for strong contrast */
    line-height: 1.5; /* Optional: improves readability */
}



.pdc-fulfilled-date {
/*     color: #ffffff !important; */
    /* Pure white for strong contrast */
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 1.05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    /* Improves readability on the gradient */
}

.pdc-track-shipment-link {
/*     color: #ffffff !important; */
    /* Light cyan – vibrant accent using your main color #0e99db as base */
    /* color: #a5f3fc !important;  */
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-bottom: 4px;
}

/* .pdc-track-shipment-link:hover {
    color: #ffffff !important; 
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
} */

.pdc-tracking-number {
    /* color: #cffafe !important;  */
/*     color: #ffffff !important; */
    font-weight: 600;
}

.pdc-sku,
.pdc-qty {
    color: #64748b;
    font-weight: 500;
}

.pdc-total {
    font-weight: 700;
    color: #111;
}

.pdc-totals-card {
    background: linear-gradient(145deg, #f8fafc, #f1f5f9);
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    font-size: 17px;
}

.pdc-totals-row {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    font-weight: 500;
}

.pdc-totals-row.pdc-red {
    color: #dc2626;
}

.pdc-grand-total {
    font-size: 22px;
    font-weight: 800;
    padding-top: 18px;
    border-top: 3px solid #333;
    margin-top: 18px;
    color: #111;
}

.pdc-addresses-section {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pdc-address-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
}

.pdc-address-card h3 {
    margin: 0 0 18px;
    font-size: 19px;
    color: #111;
    font-weight: 700;
}

.pdc-address {
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.pdc-status-badge {
    padding: 16px 20px;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
    font-size: 15px;
}

.pdc-status-badge.pdc-success {
    background: rgba(14, 153, 219, 0.25); /* Very light #0e99db tint – adjust 0.2 to 0.3 as needed */
    color: #333333 !important; /* Dark text for strong contrast */
}

.pdc-status-badge.pdc-pending {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

.pdc-footer-actions {
    margin-top: 60px;
    text-align: left;
}

.pdc-back-link {
    color: #64748b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.pdc-back-link:hover {
    color: #1e40af;
    text-decoration: underline;
}



/* //theme css overrides */

.ast-archive-entry-banner h1.page-title {
    margin-bottom: 1em !important;
    font-weight: 400 !important;
    font-size: 25px !important;

}

.ast-archive-entry-banner {
    background-color: #ffffff !important;
}

.pd-number{
	font-size:1.2em ;
}