/* Rapor Fiş modalleri: header düzgün, içerik scroll, yükseklik sabit */

.report-receipt-modal.modal-backdrop-modern {
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow-y: auto;
}

.report-receipt-modal .modal-dialog-modern {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    margin: auto;
    flex-shrink: 0;
}

.report-receipt-modal .modal-content-modern {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.report-receipt-modal .modal-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    min-height: 48px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom: none;
}

.report-receipt-modal .modal-title-modern {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.3;
}

.report-receipt-modal .btn-close-modern {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
}

.report-receipt-modal .btn-close-modern:hover {
    background: rgba(255, 255, 255, 0.35);
}

.report-receipt-modal .receipt-modal-body-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(90vh - 120px);
    padding: 0.5rem;
    -webkit-overflow-scrolling: touch;
}

.report-receipt-modal .modal-footer-modern {
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}
