/* Custom styles */
.feature-section {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.feature-section h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--bs-primary);
}

.list-group-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.list-group-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.badge {
    padding: 0.5rem 0.75rem;
}

.card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

#refreshButton:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.text-muted {
    opacity: 0.7;
}

/* Custom styles */
.debug-section {
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
}

.debug-section:last-child {
    border-bottom: none;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}