/* Frontend Styles */
.lp-pipeline-view,
.lp-termine-view,
.lp-entry-view,
.lp-verloren-view,
.lp-formular {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.lp-pipeline-view h2,
.lp-termine-view h2,
.lp-entry-view h2,
.lp-verloren-view h2,
.lp-formular h2 {
    margin-top: 0;
    color: #2271b1;
    border-bottom: 2px solid #2271b1;
    padding-bottom: 10px;
}

/* DataTables Styling */
table.display {
    width: 100%;
    border-collapse: collapse;
}

table.display thead th {
    background: #f0f0f0;
    padding: 12px 8px;
    border-bottom: 2px solid #ddd;
    text-align: left;
    font-weight: 600;
}

table.display tbody td {
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
}

table.display tbody tr:hover {
    background: #f9f9f9;
}

/* Buttons */
.button,
.button-primary,
.button-small {
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.button-primary {
    background: #2271b1;
    color: #fff;
}

.button-primary:hover {
    background: #135e96;
}

/* Formular */
.lp-lead-form .form-group {
    margin-bottom: 15px;
}

.lp-lead-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.lp-lead-form input,
.lp-lead-form textarea,
.lp-lead-form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.lp-lead-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
