.compensation-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.compensation-header {
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.compensation-header h3 {
    margin: 0;
}

.compensation-section {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
}

.compensation-section h5 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.claim-type-option {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.claim-type-option:last-child {
    border-bottom: none;
}

.claim-type-option .form-check-label {
    font-weight: 500;
}

.claim-type-suboption {
    margin-left: 32px;
    padding: 4px 0;
}

.iban-input {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.signature-canvas {
    border: 2px solid #dee2e6;
    border-radius: 4px;
    cursor: crosshair;
    width: 100%;
    max-width: 500px;
    height: 200px;
    background-color: #fff;
    touch-action: none;
}

.signature-canvas:hover {
    border-color: #3498db;
}

.time-period-row {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 8px;
}

.status-badge-eingereicht {
    background-color: #ffc107;
    color: #000;
}

.status-badge-genehmigt {
    background-color: #28a745;
    color: #fff;
}

.status-badge-abgelehnt {
    background-color: #dc3545;
    color: #fff;
}

.claim-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    background: white;
    transition: box-shadow 0.2s;
}

.claim-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.claim-detail-modal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.approval-signature-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
}
