/* Confirmation Page Styles */
.mk-booking-confirmation {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
    background: #f8f9fa;
    border-radius: 12px;
}

.mk-confirmation-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9ecef;
}

.mk-success-icon {
    margin-bottom: 20px;
}

.mk-success-icon svg {
    width: 80px;
    height: 80px;
    color: #28a745;
}

.mk-success-icon-large {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mk-success-icon-large svg {
    width: 120px;
    height: 120px;
}

.mk-confirmation-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #212529;
    margin: 0 0 10px 0;
}

.mk-confirmation-header p {
    font-size: 18px;
    color: #6c757d;
    margin: 0;
}

.mk-confirmation-details {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.mk-reservation-id-card {
    background: linear-gradient(135deg, #c30000 0%, #a00000 100%);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(195, 0, 0, 0.2);
}

.mk-reservation-id-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.mk-reservation-id-value {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.mk-work-summary-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    border-left: 4px solid #c30000;
}

.mk-work-summary-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #212529;
    margin: 0 0 15px 0;
}

.mk-work-summary-content {
    color: #495057;
    font-size: 15px;
    line-height: 1.8;
}

.mk-work-summary-content p {
    margin: 10px 0;
}

.mk-work-summary-content strong {
    color: #212529;
    font-weight: 600;
}

.mk-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.mk-detail-row:last-child {
    border-bottom: none;
}

.mk-detail-label {
    font-weight: 500;
    color: #495057;
    flex: 0 0 200px;
}

.mk-detail-value {
    color: #212529;
    text-align: right;
    flex: 1;
}

.mk-status-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mk-status-confirmed {
    background: #d4edda;
    color: #155724;
}

.mk-status-pending {
    background: #fff3cd;
    color: #856404;
}

.mk-payment-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.mk-payment-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #212529;
    margin: 0 0 20px 0;
}

.mk-price-breakdown {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.mk-price-breakdown td {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.mk-price-breakdown td:last-child {
    text-align: right;
    font-weight: 500;
}

.mk-price-breakdown .mk-total-row td {
    border-top: 2px solid #212529;
    border-bottom: none;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
}

.mk-action-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.mk-help-section {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.mk-help-text {
    color: #6c757d;
    font-size: 16px;
    margin: 0;
}

.mk-help-link {
    color: #c30000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.mk-help-link:hover {
    color: #a00000;
    text-decoration: underline;
}

.mk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mk-button-primary {
    background: #007bff;
    color: white;
}

.mk-button-primary:hover {
    background: #0056b3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.mk-button-secondary {
    background: #6c757d;
    color: white;
}

.mk-button-secondary:hover {
    background: #545b62;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.2);
}

.mk-button-icon {
    margin-right: 8px;
}

.mk-important-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.mk-important-notice h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #856404;
    margin: 0 0 10px 0;
}

.mk-important-notice ul {
    margin: 10px 0;
    padding-left: 20px;
}

.mk-important-notice li {
    margin-bottom: 8px;
    color: #856404;
}

@media print {
    .mk-action-buttons {
        display: none;
    }
    
    .mk-booking-confirmation {
        background: white;
        padding: 0;
    }
    
    .mk-confirmation-details,
    .mk-payment-section {
        box-shadow: none;
        border: 1px solid #dee2e6;
    }
}

@media (max-width: 768px) {
    .mk-detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .mk-detail-value {
        text-align: left;
    }
    
    .mk-action-buttons {
        flex-direction: column;
    }
}
