/* Email Template Styles */
.td {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #eee;
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    word-wrap: break-word;
}

.td[scope="col"],
.td[scope="row"] {
    text-align: left;
}

/* Email Table Styles */
.woocommerce-email table,
table.td {
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 40px;
    border: 1px solid #eee;
}

.woocommerce-email table th,
.woocommerce-email table td,
.td {
    text-align: left;
    padding: 6px;
    border: 1px solid #eee;
}

/* Email Content Styles */
.woocommerce-email-content {
    margin-bottom: 40px;
}

.woocommerce-email-content p {
    margin: 0 0 16px;
}

.woocommerce-email-content h2 {
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* Email Styles for Pre-Order For Dokan */

/* General Styles */
.pre-order-email {
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    line-height: 1.5;
}

.pre-order-email h1,
.pre-order-email h2,
.pre-order-email h3 {
    color: #333;
    margin: 0 0 20px;
}

.pre-order-email p {
    margin: 0 0 20px;
}

/* Table Styles */
.pre-order-email table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 40px;
}

.pre-order-email th,
.pre-order-email td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.pre-order-email th {
    background-color: #f8f8f8;
    font-weight: bold;
}

/* Pre-Order Badge */
.pre-order-badge {
    display: inline-block;
    padding: 4px 8px;
    background-color: #0073aa;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 10px;
}

/* Release Date */
.release-date {
    color: #666;
    font-style: italic;
}

/* Payment Info */
.payment-info {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 3px;
    margin: 20px 0;
}

.payment-info p {
    margin: 0 0 10px;
}

.payment-info p:last-child {
    margin-bottom: 0;
}

/* Order Status */
.order-status {
    font-weight: bold;
    color: #0073aa;
}

/* Dokan pre-order badge styles */
.dokan-pre-order-badge {
    display: inline-block;
    padding: 4px 8px;
    background-color: #0073aa;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 10px;
}

/* Dokan-specific styles */
.dokan-release-date {
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

.dokan-payment-info {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 3px;
    margin: 20px 0;
}

.dokan-order-status {
    font-weight: bold;
    color: #0073aa;
    margin-bottom: 10px;
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
    .pre-order-email table {
        display: block;
        overflow-x: auto;
    }

    .pre-order-email th,
    .pre-order-email td {
        padding: 8px;
    }

    .pre-order-badge,
    .dokan-pre-order-badge {
        display: block;
        margin: 5px 0;
        text-align: center;
    }
} 