/* ===============================
   ADMIN PAGE OVERRIDES
   Only styles unique to admin context.
   Table/search/badge/form styles are in
   info-pages.css and global.css.
   =============================== */

/* Admin table links */
.data-table a {
    color: #d4af37;
    text-decoration: none;
    font-weight: bold;
}

.data-table a:hover {
    color: #b8941f;
    text-shadow: 0 0 4px rgba(184, 148, 31, 0.3);
}

/* Admin table action icons */
.table-actions a {
    color: #d4af37;
    font-size: 1.2rem;
    text-decoration: none;
    margin: 0 0.3rem;
    transition: all 0.3s;
}

.table-actions a:hover {
    color: #b8941f;
    transform: scale(1.2);
}
