/* Lakes Tutoring Core - Activity Log Styles */
.ltc-log-table {
    font-size: 0.9rem;
}

.ltc-log-table .log-icon {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
}

.ltc-log-table .details-cell {
    font-family: monospace;
    font-size: 0.85rem;
    color: #6c757d;
    word-break: break-all;
}

.ltc-log-filters .form-label {
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6c757d;
}

#ltc-log-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}