/* Original table styles */
.ctf-table { border-collapse: collapse; margin: 1em 0; }
.ctf-table th, .ctf-table td { border: 1px solid #ddd; padding: 6px; }
.ctf-table input { width: 6em; }
.ctf-controls { margin-top: 0.5em; }
.ctf-flash { background:#eaf; padding:8px; margin:8px 0; }
.ctf-error { background:#fdd; padding:8px; margin:8px 0; }

/* Personalbedarf table styles */
.ctf-personalbedarf-table { 
    border-collapse: collapse; 
    margin: 1em 0; 
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
}

.ctf-personalbedarf-table th, 
.ctf-personalbedarf-table td { 
    border: 1px solid #ddd; 
    padding: 8px; 
    vertical-align: top;
}

.ctf-personalbedarf-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.ctf-personalbedarf-table input[type="number"] {
    width: 100%;
    max-width: 200px;
    padding: 4px;
    margin: 4px 0;
}

.ctf-personalbedarf-table ul {
    margin: 8px 0;
    padding-left: 20px;
}

.ctf-personalbedarf-table li {
    margin: 4px 0;
}

/* Output styling for calculated results */
.ctf-output {
    background-color: #e0f2ff;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    min-width: 50px;
    text-align: right;
}

/* Controls */
.ctf-controls {
    margin-top: 1em;
}

.ctf-controls button {
    padding: 8px 16px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.ctf-controls button:hover {
    background-color: #005a87;
}
