/* Custom Application Styles */
.brand-text {
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

.table-compact td, .table-compact th {
    padding: 0.35rem;
    font-size: 0.88rem;
}

.badge-conflict {
    background-color: #dc3545;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
}

.search-results-box {
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
