/* ================================
   WRS Exchange Thank You Page
   ================================ */

.wrs-thankyou-wrap {}

/* Success Banner */
.wrs-thankyou-banner {
    background: #28a745;
    color: #fff;
    padding: 20px 24px;
    border-radius: 6px;
    margin-bottom: 24px;
    text-align: center;
}

.wrs-thankyou-banner h2 {
    margin: 0 0 6px;
    font-size: 22px;
    color: #fff;
}

.wrs-thankyou-banner p {
    margin: 0;
    opacity: 0.9;
}

/* Section Heading */
.wrs-thankyou-section-title {
    font-size: 16px;
    margin-bottom: 12px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

/* Items Table */
.wrs-thankyou-items-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 16px;
}

.wrs-thankyou-items-table thead tr {
    background: #f5f5f5;
}

.wrs-thankyou-items-table th,
.wrs-thankyou-items-table td {
    padding: 16px 18px;
    border: 1px solid #ddd;
    text-align: left;
}

.wrs-thankyou-items-table th:nth-child(3),
.wrs-thankyou-items-table td:nth-child(3) {
    text-align: center;
}

.wrs-thankyou-items-table th:nth-child(4),
.wrs-thankyou-items-table td:nth-child(4),
.wrs-thankyou-items-table th:nth-child(5),
.wrs-thankyou-items-table td:nth-child(5) {
    text-align: right;
}

.wrs-thankyou-item-returning {
    color: #c0392b;
}

.wrs-thankyou-item-receiving {
    color: #27ae60;
}

/* Price Summary Box */
/* .wrs-thankyou-summary {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 16px;
    max-width: 380px;
    margin: 0 0 24px auto;
} */

.wrs-thankyou-summary h4 {
    margin: 0 0 12px;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.wrs-thankyou-summary table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}

.wrs-thankyou-summary td {
    padding: 16px 18px;
}

.wrs-thankyou-summary td:last-child {
    text-align: right;
}

.wrs-summary-credit {
    color: #27ae60;
}

.wrs-summary-upgrade {
    color: #e74c3c;
}

.wrs-summary-muted {
    color: #555;
}

.wrs-summary-total td {
    border-top: 2px solid #ccc;
    padding-top: 10px;
    font-weight: bold;
    font-size: 15px;
}

.wrs-summary-total-amount {
    color: #28a745;
}

/* Original Order Link */
.wrs-thankyou-original-order {
    font-size: 16px;
    color: #555;
    margin-bottom: 24px;
}

.wrs-thankyou-original-order a {
    color: #557da1;
    font-weight: bold;
}

/* Next Steps Box */
.wrs-thankyou-next-steps {
    background: #e8f4fd;
    border: 1px solid #bee3f8;
    border-radius: 4px;
    padding: 16px;
}

.wrs-thankyou-next-steps h4 {
    margin: 0 0 10px;
    color: #2980b9;
    font-size: 16px;
}

.wrs-thankyou-next-steps ol {
    margin: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}