body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0;
}

.btn-link {
    margin: 5px;
    transition: transform 0.2s;
}

.btn-link:hover {
    transform: scale(1.05);
}

.modal-content {
    border-radius: 10px;
}

.container {
    max-width: 1200px;
}

/* Global layout adjustments previously inline */
html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
body {
    display: flex;
    flex-direction: column;
    border: none;
}
.navbar {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0;
}
.container {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
}

/* Footer styles from index.php inline */
.footer {
    background-color: #212529; /* bg-dark */
    color: white;
    padding: 1rem 0;
    margin-top: 2rem;
}
.footer a {
    color: #f8f9fa;
    text-decoration: none;
}
.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Admin page extracted styles */
.btn-link-item {
    color: white;
}
.actions-column {
    white-space: nowrap;
}
.search-box {
    margin-bottom: 20px;
}
.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ced4da !important;
}
footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
footer a {
    text-decoration: none;
    transition: color 0.3s;
}
footer a:hover {
    color: #adb5bd !important;
}
.flex-fill {
    flex: 1;
}