/* Eigene App-Styles */

body { background: #f5f7fb; }

.section-title {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6c757d;
    margin: 1rem 0 .5rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: .25rem;
}

.kpi-card .kpi-value {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}

.kpi-card .kpi-label {
    font-size: .8rem;
    color: #6c757d;
}

/* Adresse / Map */
.address-suggest {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ced4da;
    border-top: 0;
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    border-radius: 0 0 .25rem .25rem;
}
.address-suggest .suggest-item {
    padding: .5rem .75rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f5;
    font-size: .9rem;
}
.address-suggest .suggest-item:hover,
.address-suggest .suggest-item.active {
    background: #f1f5ff;
}
.address-suggest .suggest-item small {
    display: block;
    color: #6c757d;
}

#propertyMap { height: 280px; border-radius: .375rem; }

/* Detailtabelle */
.detail-table th {
    width: 45%;
    font-weight: 500;
    color: #495057;
    background: #f8f9fa;
}
.detail-table td { font-weight: 500; }

/* Inline-Buttons in Liste */
.table-actions .btn { margin-right: .25rem; }
.table-actions .btn:last-child { margin-right: 0; }