body {
    background-color: #f7f5f0;
}

.lookup-cover {
    width: 80px;
    height: auto;
    border-radius: 4px;
}

.admin-cover {
    width: 40px;
    height: auto;
    border-radius: 2px;
}

.footer-link-btn {
    text-decoration: none;
}

#toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.site-toast {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.site-toast-success {
    background-color: #198754;
}

.site-toast-error {
    background-color: #dc3545;
}

.site-toast-leaving {
    opacity: 0;
}
