/* Custom styles for YouTube Analyzer */

body {
    background-color: #f8f9fa;
}

.footer {
    margin-top: auto;
}

/* Custom card styles */
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* Progress bar styling */
.progress {
    height: 2rem;
}

.progress-bar {
    font-size: 0.75rem;
    font-weight: bold;
}

/* Custom table styles */
.table th {
    border-top: none;
    font-weight: 600;
}

/* Button group spacing */
.btn-group .btn {
    margin-right: 0.25rem;
}

.btn-group .btn:last-child {
    margin-right: 0;
}

/* Talking points styling */
.talking-points-content {
    max-height: 600px;
    overflow-y: auto;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-group {
        display: flex;
        flex-direction: column;
    }

    .btn-group .btn {
        margin-right: 0;
        margin-bottom: 0.25rem;
    }

    .btn-group .btn:last-child {
        margin-bottom: 0;
    }
}

/* Navbar styling */
.navbar-brand {
    font-weight: bold;
}

/* Stats cards */
.card.text-white .card-body {
    padding: 1.25rem;
}

/* Form styling */
.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
