.component-panel {
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.config-header-customer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.config-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.param-row {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

.param-row:last-child {
    border-bottom: none;
}

.param-row:hover {
    background-color: #f8f9fa;
}

.param-label {
    font-weight: 500;
    color: #495057;
    word-break: break-word;
}

.param-value {
    color: #212529;
    word-break: break-word;
}

.account-badge {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-state {
    padding: 3rem 1rem;
    text-align: center;
    color: #6c757d;
}

.empty-state i {
    opacity: 0.5;
}

.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.nav-tabs .badge {
    font-size: 0.7rem;
    vertical-align: middle;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.stats-summary {
    display: flex;
    gap: 1.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stat-icon {
    font-size: 1.5rem;
    opacity: 0.7;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
}

.available-components-card .card-header {
  background: transparent;
  padding-bottom: 0.5rem;
}

.components-header {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.components-title {
  flex: 1 1 auto;
  margin: 0;
  border-bottom: 2px solid #546472;
  padding-bottom: 6px;
}

.components-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.components-toggle-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #546472;
  color: #fff;
}

.components-toggle-btn:hover,
.components-toggle-btn:focus {
  background: #3f4e5a;
  color: #fff;
}

.components-table th,
.components-table td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  vertical-align: middle;
}

.components-data-row td {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.components-table {
  font-size: 0.875rem;
}

.components-service-cell .kbd {
  display: inline-block;
  margin-right: 0.25rem;
}

.components-item-cell {
  font-size: 1.1rem !important;
  line-height: 1.2;
}


.available-components-card .card-header {
  border: 0 !important;
}

.available-components-card .components-header {
  width: 100%;
  padding-bottom: 6px;
}

.available-components-card .components-title {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
