body {
    background-color: hsl(0, 0%, 94%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #546e7a;
    font-weight: 700;
}

/* --- Оставлены только уникальные стили style.css --- */
.table-info th {
    background-color: #e3f2fd !important;
    color: #1976d2;
    border-top: none;
}

.btn-info {
    background-color: #40bfff;
    border-color: #40bfff;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #1976d2;
    border-color: #1976d2;
}

.form-control.custom-rounded,
.form-select.custom-rounded {
    border-radius: 8px !important;
}

.form-control:focus {
    border-color: #40bfff;
    box-shadow: 0 0 0 0.2rem rgba(64, 191, 255, .15);
}

.form-control:focus,
.form-select:focus {
    color: #000000;
}

/* --- Из search_card.html --- */
.modal-backdrop {
    z-index: 1040 !important;
}

.modal-backdrop+.modal-backdrop {
    opacity: 0.7 !important;
    z-index: 1054 !important;
}

.modal-body {
    position: relative;
}

.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.table-responsive {
    border-radius: 0.375rem;
    overflow: hidden;
}

/* --- Оставлены только уникальные стили для search_form.html --- */
#industry-list .fw-bold {
    font-weight: bold;
    font-size: 1.05em;
}

#industry-list .ms-4 {
    margin-left: 1.5rem;
}

.form-check.ms-4 {
    margin-left: 1.5rem;
}

.table-container {
    max-height: 600px;
    overflow-y: auto;
}

.tooltip .tooltip-inner {
    max-width: 400px;
    white-space: pre-wrap;
    text-align: left;
}