/* Backlinks Admin - Custom Styles */

body {
    min-height: 100vh;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
}

.table {
    background-color: white;
}

.badge {
    font-weight: 500;
}

.font-monospace {
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

pre {
    border-radius: 0.25rem;
}

.alert {
    border-radius: 0.25rem;
}

/* Login page */
.card-title i {
    font-size: 1.5rem;
}

/* Dashboard cards */
.card.bg-primary,
.card.bg-success,
.card.bg-info,
.card.bg-warning {
    border: none;
}

.card.bg-primary h2,
.card.bg-success h2,
.card.bg-info h2,
.card.bg-warning h2 {
    margin: 0.5rem 0;
}

/* Responsive table */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.875rem;
    }
}

/* Modal improvements */
.modal-body label {
    font-weight: 500;
}

/* Button spacing */
.btn + .btn {
    margin-left: 0.25rem;
}
