html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Header Styles */
.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-dark {
    background-color: #1a1a1a !important;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease-in-out;
}

.nav-link:hover {
    color: #fff !important;
}

.navbar-text {
    font-size: 0.9rem;
}

/* Footer Styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #1a1a1a !important;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Blacklist Table Styles */
.blacklist-table th {
    background-color: #343a40;
    color: white;
}

.blacklist-table {
    border: 1px solid #dee2e6;
}

.blacklist-table td, 
.blacklist-table th {
    vertical-align: middle;
}

.blacklist-table .btn-sm {
    padding: 0.25rem 0.5rem;
}

.blacklist-table .bi {
    margin-right: 0.25rem;
}

/* Search Box Styles */
.search-box {
    max-width: 400px;
}

/* Pagination Styles */
.pagination {
    margin-bottom: 0;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.pagination .page-link {
    color: #343a40;
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
    background-color: #343a40;
    border-color: #343a40;
    color: white;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Results Info */
.results-info {
    color: #6c757d;
    font-size: 0.875rem;
}

/* Powered by Styling */
.powered-by {
    color: #ffffff; /* white */
    font-weight: 600;
    letter-spacing: 0.5px;
}

.powered-by strong {
    font-weight: 700;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}

.separator {
    color: #6c757d;
}